Undertale script viewer
← back to main script listing
gml_Object_obj_milkofhell_drop_Create_0
(
view raw script w/o annotations or w/e
)
1
hspeed = random(3) * choose(1, -1);
2
vspeed = 4;
3
gravity = 0.3 + random(0.4);
4
friction = 0.2;