Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hey there, I purchased your project and tried running it but all I got was this error message, do you know what is wrong with it?

___________________________________________

############################################################################################

ERROR in

action number 1

of  Step Event0

for object obj_battle:

global variable name 'HELD_L' index (100066) not set before reading it.

 at gml_Object_obj_battle_Step_0 (line 5) -        if (global.HELD_L) || (global.HELD_D) || (global.HELD_U) || (global.HELD_R){

############################################################################################

gml_Object_obj_battle_Step_0 (line 5)

(+1)

Inside obj_player_input type in global.Held_U = false; do this for all the global inside the object.

(+1)

And thankyou for helping them :)

(+1)

And thank you for making this.

Ahh thanks for the bug report!