Skip to main content

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

Episode 1 Error?!

A topic by RRadioCatt created Jan 10, 2025 Views: 140 Replies: 1
Viewing posts 1 to 2

___________________________________________

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

ERROR in

action number 1

of Create Event

for object oBattleUnit:

Variable oBattleUnit.sprite(100046, -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 11)

gml_Script_NewEncounter (line 7)

gml_Object_oSlime_Collision_oPlayer (line 1) - NewEncounter([global.enemies.slimeG, global.enemies.slimeG], sBgField);

when I enter a battle i get this error-

for the "gml_Object_oBattleUnit_Create_0 (line 1)" error its probably because you wrote "sprite" instead of "sprites", tho the rest idk sorry :(