Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_martlet_follower_Other_4

related scripts: Create_0 • Draw_0 • Other_10 • Other_4 • Step_0 • Step_2

(view raw script w/o annotations or w/e)
1
if (global.party_member == -4)
2
    instance_destroy();
3
if (room == rm_dunes_elevator)
4
    exit;
5
x = obj_pl.x;
6
y = obj_pl.y;
7
event_perform(ev_create, 0);