Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_menuwriter_Alarm_0

(view raw script w/o annotations or w/e)
1
obj_menuwriter.testwho = who;
2
with (obj_menuwriter)
3
{
4
    if (active == 1 && testwho == who)
5
        instance_destroy();
6
}
7
active = 1;