Undertale script viewer

← back to main script listing

gml_Object_obj_heartshot_bounceaway_Create_0

(view raw script w/o annotations or w/e)
1
direction = choose(300 + random(40), 240 - random(40));
2
speed = 18;
3
aspeed = 3 + (random(6) * choose(1, -1));