Undertale script viewer

← back to main script listing

gml_Object_obj_menubone_bottom_Create_0

(view raw script w/o annotations or w/e)
1
spot = 0;
2
idealx = 0;
3
idealx2 = 10;
4
con = 1;
5
active = 0;
6
myspeed = -8;
7
alarm[0] = 1;
gml_Object_obj_menubone_bottom_Alarm_0.gml

idealy = 440; if (spot == 0) { idealx = 140; idealx2 = 10; } if (spot == 1) { idealx = 300; idealx2 = 170; } if (spot == 2) { idealx = 450; idealx2 = 320; } if (spot == 3) { idealx2 = 490; idealx = 620; } active = 1;
8
terminate = 0;
9
innate_karma = 1;