Skip to main content

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

I fixed it: 

if(instance_exists(_inst) && variable_instance_exists(_inst, "Draw")){         <=== modified

_inst.Draw();

if(_inst.debug){

_inst.Draw_debug();

}

}

Thanks a million. Had the same issue while following the menu tutorial.