Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_collectible_Other_11

(view raw script w/o annotations or w/e)
1
x += (random(60) - 30);
2
y += (random(40) - 20);
3
forcey = 210 + irandom(90);
4
hspeed = -5 - random(7);
5
vspeed = -11 + random(6);
6
depth -= 100;