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 = 3; |
14 |
conversation = 0; |
15 |
direction = 270; |
16 |
path_start(path_torielwalk1, 0, path_action_stop, 1); |
17 |
if (global.plot > 1) |
18 |
instance_destroy(); |