Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

there is an error when I run the v4. think you could help me troubleshoot?

ERROR in action number 1 of Draw Event for object object0:

DoSub :2: Malformed variable at gml_Object_object0_Draw_0 (line 218) - draw_text_transformed(object0.x+315,object0.y-20,(mask-19)/2,1.5,1.5,0)

(1 edit)

Fast solution is remove or comment this string with "//", it is debug output for mask id. Will be fixed soon. Appeared due to changes in engine's way of referring to assets.

Thank you

(1 edit)

Another way is to replace "(mask-19)/2" with "mask"

v4 file fixed and converted from yyp to yyz