Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

complete error message attached below. thank you for the very fast response. 

___________________________________________

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

ERROR in

action number 1

of  Step Event0

for object oPlayer:

It would appear that you've re-bound a GMLive function to a different scope. Please use live_method() rather than method() to do so.

 at gml_Script_gml_thread_method_script (line 5191) -                      if (l_pg == undefined) show_error("It would appear that you've re-bound a GMLive function to a different scope. Please use live_method() rather than method() to do so.", true);

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

gml_Script_gml_thread_method_script (line 5191)

gml_Script_anon_SnowState_gml_GlobalScript_SnowState_9604_SnowState_gml_GlobalScript_SnowState (line 347) -               if (_args == undefined) return _func();

gml_Script_anon_SnowState_gml_GlobalScript_SnowState_9040_SnowState_gml_GlobalScript_SnowState (line 338) -               with (__owner) _pyramid(_func, _args);

gml_Script_anon_anon_SnowState_gml_GlobalScript_SnowState_4416_SnowState_gml_GlobalScript_SnowState_4532_anon_SnowState_gml_GlobalScript_SnowState_4416_SnowState_gml_GlobalScript_SnowState (line 159) -                      exec(event, undefined, _args);

gml_Object_oPlayer_Step_0 (line 6) - fsm.step()

The error tells you what to do - you’ll want to replace method function calls with live_method.