1 | fun = 0; |
2 | dsprite = sprite_index; |
3 | usprite = sprite_index; |
4 | lsprite = sprite_index; |
5 | rsprite = sprite_index; |
6 | dtsprite = spr_sans_d; |
7 | utsprite = spr_sans_u; |
8 | ltsprite = spr_sans_l; |
9 | rtsprite = spr_sans_r; |
10 | myinteract = 0; |
11 | facing = 0; |
12 | direction = 0; |
13 | talkedto = 0; |
14 | image_speed = 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; |