Undertale script viewer
← back to main script listing
gml_Object_obj_sorry_trashball_Collision_457
(
view raw script w/o annotations or w/e
)
1
if (other.stop == 1 && stop == 0)
2
{
3
y -= 5;
4
stop = 1;
5
speed = 0;
6
gravity = 0;
7
}