Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_npc_hermit_staff_Step_0

(view raw script w/o annotations or w/e)
1
if (!instance_exists(obj_npc_hermit))
2
{
3
    instance_destroy();
4
    exit;
5
}
6
depth = obj_npc_hermit.depth - 1;