Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_holywatercooler_enemy_Alarm_7

related scripts: Alarm_4Alarm_5Alarm_6Alarm_7 CleanUp_0Create_0Draw_0Other_12Other_21Other_22Step_0

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