Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_titan_enemy_Alarm_7

(view raw script w/o annotations or w/e)
1
if (balloonend == 1)
2
{
3
    actcon = 1;
4
    acting = 0;
5
}
6
else
7
{
8
    acting = 0.6;
9
    talktimer = 0;
10
}