Undertale script viewer

← back to main script listing

gml_Object_obj_warplinebullet_Create_0

(view raw script w/o annotations or w/e)
1
r = 32;
2
rot = random(260);
3
rotspeed = choose(4, 3, -3, -4);
4
if (y < (room_height / 2))
5
    vspeed = 4;
6
else
7
    vspeed = -4;
8
dmg = 8;