Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_mainchara_board_Other_8

(view raw script w/o annotations or w/e)
1
if (runawayfromsusie == true)
2
    exit;
3
is_moving = false;
4
is_moving_timer = 0;
5
speed = 0;
6
image_index = 0;
7
if (path_end_facing != -1)
8
{
9
    facing = path_end_facing;
10
    path_end_facing = -1;
11
}