Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_spamton_neo_enemy_Alarm_6

related scripts: Alarm_4Alarm_6 CleanUp_0Create_0Draw_0KeyPress_89Mouse_60Mouse_61Other_10Other_11Other_12Other_13Other_14Other_20Other_22Step_0Step_2

(view raw script w/o annotations or w/e)
1
if (endcon > 0)
2
{
3
    if (balloonend == 1)
4
    {
5
        endcon = 4;
6
    }
7
    else
8
    {
9
        endcon = 2;
10
        talktimer = 0;
11
    }
12
}
13
else if (balloonend == 1)
14
{
15
    talked = 1;
16
}
17
else
18
{
19
    talked = 0.6;
20
    talktimer = 0;
21
}