Undertale script viewer
← back to main script listing
gml_Object_obj_sugarbullet_Collision_1187
(
view raw script w/o annotations or w/e
)
1
event_user(1);
2
with (other.id)
3
{
4
if (eligible == 1)
5
event_user(0);
6
}
7
snd_play(snd_noise);