Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_knight_warp_Alarm_0
(
view raw script w/o annotations or w/e
)
1
if (master != noone)
2
{
3
if (i_ex(master))
4
master.image_alpha = 1;
5
}
6
instance_destroy();