Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_mfnpc2_Alarm_2

(view raw script w/o annotations or w/e)
1
finish = true;
2
if (!instance_exists(obj_dialogue))
3
    msg = instance_create(x, y, obj_dialogue);
4
with (msg)
5
{
6
    sndfnt = 99;
7
    message[0] = "* The Micro Froggits are waving#  goodbye.";
8
    portrait = false;
9
}