Undertale script viewer

← back to main script listing

gml_Object_obj_gigavine_Other_15

(view raw script w/o annotations or w/e)
1
if (saved == 0)
2
{
3
    instance_destroy();
4
}
5
else
6
{
7
    active = save_active;
8
    visible = save_visible;
9
    image_xscale = save_xscale;
10
    image_blend = save_blend;
11
    image_alpha = save_alpha;
12
    con = save_con;
13
    alarm[4] = save_alarm;
14
}