function scr_path_jump_endscr_path_jump_endfunction scr_path_jump_end() //gml_Script_scr_path_jump_end { if (path_position >= 1) { path_delete(jump_path) return true; } return false; }() //gml_Script_scr_path_jump_end
{
if (path_position >= 1)
path_delete(jump_path)
return true;
}
return false;