Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_elnina_lanino_rematch_controller_Alarm_6

(view raw script w/o annotations or w/e)
1
if (balloonend == 1)
2
{
3
    talked = 1;
4
    talktimer = 0;
5
}
6
else
7
{
8
    talked = 0.6;
9
    talktimer = 0;
10
    if (global.mnfight == 2)
11
    {
12
        talked = 0;
13
        afterbulletcon = 0;
14
    }
15
}