Undertale script viewer

← back to main script listing

gml_Object_obj_mouthball_s_Other_17

(view raw script w/o annotations or w/e)
1
if (instance_exists(mb))
2
{
3
    with (mb)
4
        event_user(7);
5
}
6
dont = 1;
7
event_user(8);