• 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!

Windows Error related to creating a new instance of an object

G

gusg21

Guest
I am trying to simply create an instance of an object but it won't let me. I am not a noob, and this never used to happen. Did it update?
___________________________________________
############################################################################################
ERROR in
action number 1
of Key Press Event for R-key Key
for object obj_player:

Creating instance for non-existing object: 144
at gml_Object_obj_player_KeyPressed_R_1 (line 1) - instance_create(obj_pretzel,x,y);
############################################################################################
 
Top