Undertale script viewer
← back to main script listing
gml_Object_obj_gigavine_preview_Other_15
(view raw script w/o annotations or w/e)
|
1
|
if (saved == 0)
|
|
2
|
{
|
|
3
|
instance_destroy();
|
|
4
|
}
|
|
5
|
else
|
|
6
|
{
|
|
7
|
nowtime = save_nowtime;
|
|
8
|
active = save_active;
|
|
9
|
visible = save_visible;
|
|
10
|
}
|