Undertale script viewer

← back to main script listing

gml_Object_obj_hotlandsign_Alarm_0

(view raw script w/o annotations or w/e)
1
xaround -= 1;
2
if (inactive == 0)
3
    alarm[0] = 4;
gml_Object_obj_hotlandsign_Alarm_0.gml

xaround -= 1; if (inactive == 0) alarm[0] = 4; if (xaround < -80) xaround = 60;
4
if (xaround < -80)
5
    xaround = 60;