Undertale script viewer

← back to main script listing

gml_Object_obj_torgen_house1_Create_0

(view raw script w/o annotations or w/e)
1
if (global.flag[45 status_toriel] == 1)
2
    alarm[1] = 2;
gml_Object_obj_torgen_house1_Alarm_1.gml

instance_create(240, 70, obj_toroverworld3); if (global.plot < 19) { with (obj_toroverworld3) path_start(path_torielwalkhouse2, 4, path_action_stop, 0); } if (global.plot > 18) { with (obj_toroverworld3) path_start(path_torielwalkhouse3, 4, path_action_stop, 0); } global.flag[45 status_toriel] = 0;