Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_chem_05_computer_Alarm_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
if (screen_cursor == "_")
4
    screen_cursor = "";
5
else
6
    screen_cursor = "_";
7
alarm[0] = room_speed;
gml_Object_obj_chem_05_computer_Alarm_0.gml

if (live_call()) return global.live_result; if (screen_cursor == "_") screen_cursor = ""; else screen_cursor = "_"; alarm[0] = room_speed;