Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_move_precise_Create_0

(view raw script w/o annotations or w/e)
1
moved = 0;
2
movecount = 0;
3
movemax = 1;
4
target = 348398493;
5
type = 0;
6
init = 0;
7
remx = 0;
8
remy = 0;
9
returnToOrigin = 0;
10
xOrientation = 1;
11
yOrientation = 1;
12
for (i = 0; i < 20; i++)
13
{
14
    xx[i] = 0;
15
    yy[i] = 0;
16
    image[i] = -1;
17
    imagexscale[i] = 1;
18
    imageyscale[i] = 1;
19
}