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