Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_throwtarget_Step_0

(view raw script w/o annotations or w/e)
1
if (con == 1)
2
    image_angle += 10;
3
if (con == 5)
4
{
5
    if (x < (xstart + 40))
6
        x += 10;
7
    con = 6;
8
}
9
if (con == 6)
10
{
11
    if (x > xstart)
12
        x -= 2;
13
}
14
if (con == 7)
15
{
16
    if (x < (xstart + 40))
17
        x += 8;
18
    con = 6;
19
}