Undertale script viewer

← back to main script listing

gml_Object_obj_floweyx_tv_Alarm_2

related scripts: Alarm_1Alarm_2 Alarm_3Create_0Draw_0Other_11Other_12

(view raw script w/o annotations or w/e)
1
if (tvmode == 4)
2
    tvmode = 0;
3
if (global.floweyhp > 0)
4
{
5
    with (obj_floweybodyparent)
6
        frozen = 0;
7
}