u/KyleDunn420

So I’m very new to game maker itself I have a background in coding itself I wanted to make a simple rpg battle thing and started watching Sara spalding tutorial videos for turn based RPG

On episode one there is an error I cannot figure out the solution too. The error is included below. It seems to do with the fact the videos are on an older version of game maker. Is it worth continuing with the videos even I solve this issue?

Does anyone know any other turn based battle tutorials I saw there was one by game maker themselves is that one good? I like the style of the Sara spalding videos.

############################################################################################
ERROR in action number 1
of Create Event for object ObattleUnit:
Variable ObattleUnit.sprite(100041, -2147483648) not set before reading it.
 at gml_Object_ObattleUnit_Create_0 (line 1) - sprite_index = sprite.idle;
############################################################################################
gml_Object_ObattleUnit_Create_0 (line 1)
gml_Object_OBattle_Create_0 (line 12)
gml_Script_NewEncounter (line 5)
gml_Object_oSlime_Collision_oPlayer (line 1) - NewEncounter([global.enemies.slimeG, global.enemies.slimeG], sBgField);

reddit.com
u/KyleDunn420 — 7 days ago