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