1 |
scr_depthscr_depthdepth = 50000 - ((y * 10) + (sprite_height * 10)); (0, 0, 0, 0, 0); |
2 |
t = 0; |
3 |
image_speed = 0; |
4 |
dsprite = spr_toriel_d; |
5 |
usprite = spr_toriel_u; |
6 |
lsprite = spr_toriel_l; |
7 |
rsprite = spr_toriel_r; |
8 |
dtsprite = spr_toriel_dt; |
9 |
utsprite = spr_toriel_ut; |
10 |
ltsprite = spr_toriel_lt; |
11 |
rtsprite = spr_toriel_rt; |
12 |
myinteract = 0; |
13 |
facing = 0; |
14 |
conversation = 0; |
15 |
direction = 180; |
16 |
if (global.plot > 8) |
17 |
{ |
18 |
instance_destroy(); |
19 |
} |
20 |
else |
21 |
{ |
22 |
instance_create(0, 0, obj_musfadeout); |
23 |
global.typer = 4; |
24 |
global.facechoice = 1; |
25 |
global.msc = 221; |
26 |
instance_create(0, 0, obj_dialoguer); |
27 |
global.interact = 1; |
28 |
conversation = 1; |
29 |
} |