ID:675650
 
(See the best response by .screw.)
I keep getting this error when i try packing the game together although its fine when both compiling and clean compiling.

loading Legends Reborn.dme
Legends Reborn.dme:16:error: jamiesutty: undefined var
Legends Reborn.dme:16:error: DragonballzLegendsReborn: undefined var
Legends Reborn.dme:16:error: : expected a constant expression

Legends Reborn.dmb - 3 errors, 0 warnings (double-click on an error to jump to it)


What is wrong with this?
Try fixing those errors anyways. Even though they dont appear when compilling then game under normal circumstances
I am trying to since it wont let me pack the game
Best response
Jamiesutty wrote:
I keep getting this error when i try packing the game together although its fine when both compiling and clean compiling.

loading Legends Reborn.dme
Legends Reborn.dme:16:error: jamiesutty: undefined var
Legends Reborn.dme:16:error: DragonballzLegendsReborn: undefined var
Legends Reborn.dme:16:error: : expected a constant expression

Legends Reborn.dmb - 3 errors, 0 warnings (double-click on an error to jump to it)

If you're trying to package a game, the process requires the game to be error free.

Judging from the errors, you are trying to use variables that have not been defined. I suggest going to Developer Help, create a post, provide the snippets where the errors occur, and give us as much information as you can.