Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_titan_enemy_Alarm_7

related scripts: Alarm_4Alarm_6Alarm_7 CleanUp_0Create_0Draw_0KeyPress_8Other_10Other_11Other_22Step_0Step_2

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