• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

illegal access of argument, argument is not provided to script

Y

Yeipi

Guest
Help me please :c
___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Step Event0
for object ObjPlayer:

illegal access of argument, argument is not provided to script
at gml_Script_scrApproach (line 2) - if (argument < argument1)
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Script_scrApproach (line 2)
called from - gml_Object_ObjPlayer_StepNormalEvent_1 (line 31) - else intVX = scrApproach(intVX, intVXMax * intMove, intTempFric);
 
Top