Deltarune (Chapter 1) script viewer
← back to main script listing
gml_Object_obj_lancerscare2_Create_0
(view raw script w/o annotations or w/e)
|
1
|
image_speed = 0;
|
|
2
|
con = 0;
|
|
3
|
if (global.plot >= 55)
|
|
4
|
{
|
|
5
|
instance_destroy();
|
|
6
|
}
|
|
7
|
else
|
|
8
|
{
|
|
9
|
con = 1;
|
|
10
|
with (obj_savepoint)
|
|
11
|
visible = 0;
|
|
12
|
}
|
|
13
|
mcon = 0;
|