Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_spamton_neo_enemy_Alarm_6

(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
}