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.