VanillaGum / GMK-Topdown-Project

1 stars 0 forks source link

Error when monsters are angry #61

Open CharlesE88 opened 6 years ago

CharlesE88 commented 6 years ago

############################################################################################ FATAL ERROR in action number 1 of Step Event0 for object obj_char01:

Variable .x(0, -2147483648) not set before reading it. at gml_Script_scr_go_to_fence (line 2) - var mx = ((fence.x div 32)*32)-16; ############################################################################################

stack frame is gml_Script_scr_go_to_fence (line 2) called from - gml_Script_scr_monster_angry (line 3) - scr_go_to_fence(); called from - gml_Object_obj_char01_StepNormalEvent_1 (line 14) - scr_monster_angry();