Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_wall_controller_Alarm_0

(view raw script w/o annotations or w/e)
1
if (turnaroundcon == 0)
2
{
3
    if (timer >= 3)
4
        sinetargetspeed = -1.1;
5
    alarm[0]
 = 98;
gml_Object_obj_sneo_wall_controller_Alarm_0.gml

if (turnaroundcon == 0) { if (timer >= 3) sinetargetspeed = -1.1; alarm[0]
 = 98;
} if (turnaroundcon == 1) { if (timer >= 3) sinetargetspeed = 1.2; } turnaroundcon++;
6
}
7
if (turnaroundcon == 1)
8
{
9
    if (timer >= 3)
10
        sinetargetspeed = 1.2;
11
}
12
turnaroundcon++;