Payton Burnham top down shooter NEED HELP
___________________________________________
############################################################################################
ERROR in action number 1
of Create Event for object oEnemyParent:
Variable <unknown_object>.totalEnemiesSpawned(100076, -2147483648) not set before reading it.
at gml_Object_oEnemyParent_Create_0 (line 4) - global.totalEnemiesSpawned++;
############################################################################################
gml_Object_oEnemyParent_Create_0 (line 4)
gml_Object_oZombie_Create_0 (line 2)
and it doesn't stop at this, every global variable is saying "not set before reading" and I tryed using a script and persistant objects so the global and not global variables run first but I fear I might be doing this unnessesarly since everything was working before and for some reason it's not working anymore. Also I followed the tutorial videos step by step until the finle video (did not do bonus vid)
so if anyone can tell me why my global variables/variables are not working PLEASE DO.