Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_mouseSpawnSwitch_Create_0
(view raw script w/o annotations or w/e)
|
1
|
image_speed = 0;
|
|
2
|
image_index = 0;
|
|
3
|
pressed = 0;
|
|
4
|
depth = 980000;
|
|
5
|
timer = 0;
|
|
6
|
attempt = 0;
|
|
7
|
introCon = -1;
|
|
8
|
introconTimer = 0;
|
|
9
|
introFinished = 0;
|
|
10
|
leaveTrigger = 365;
|
|
11
|
leaveAttempt = 0;
|
|
12
|
leaveUpAttempt = 0;
|
|
13
|
earlywin = 0;
|
|
14
|
noelleFacing = 0;
|
|
15
|
tIntroCon = 0;
|
|
16
|
backeddown = 0;
|