Undertale script viewer

← back to main script listing

gml_Object_obj_grillbynpc_womandog_Create_0

(view raw script w/o annotations or w/e)
1
dsprite = sprite_index;
2
usprite = sprite_index;
3
lsprite = sprite_index;
4
rsprite = sprite_index;
5
dtsprite = spr_sans_d;
6
utsprite = spr_sans_u;
7
ltsprite = spr_sans_l;
8
rtsprite = spr_sans_r;
9
myinteract = 0;
10
facing = 0;
11
direction = 0;
12
talkedto = 0;
13
image_speed = 0;
14
fun = 0;
15
if (global.flag[53 status_dogcouple] == 1)
16
    instance_destroy();
17
if (global.flag[7 true_pacifist] == 1 && room == room_tundra_grillby)
18
    instance_destroy();
19
if (global.flag[7 true_pacifist] == 0 && room == room_tundra_town)
20
    instance_destroy();
21
sansmode = 0;