Skip to main content

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

Hi, excuse me, I have a problem in the demo, it won't let me play. I played like 4 times and it got stuck in the controller customization menu and the screen started to flicker between the options and the start of the game and that and I get this message.

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

ERROR in action number 1

of Draw Event for object obj_pause_menu:

local variable diff_name(101806) not set before reading it.

at gml_Object_obj_pause_menu_Draw_64

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

gml_Object_obj_pause_menu_Draw_64 (line -1)

Thanks for reporting your crash! By any chance could you provide more info on what happened?
Were you unable to back out of the controller settings after remapping your keys? If so, did you check if the newly mapped 'Jump/Back' key worked to get out?
The bug with the 'diff_name' variable is caused by an unrecognised difficulty setting; did you perhaps externally alter the difficulty level by accessing the config file and set it below 1 or above 8?