Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_menuwriter_Create_0

(view raw script w/o annotations or w/e)
1
image_blend = c_white;
2
who = -1;
3
active = 0;
4
with (obj_menuwriter)
5
    alarm[0] = 1;
gml_Object_obj_menuwriter_Alarm_0.gml

obj_menuwriter.testwho = who; with (obj_menuwriter) { if (active == 1 && testwho == who) instance_destroy(); } active = 1;
6
image_alpha = 6;
7
msg = " ";