Undertale script viewer

← back to main script listing

gml_Object_obj_toroverworld2_Alarm_5

(view raw script w/o annotations or w/e)
1
if (obj_mainchara.y > (y + 80))
2
{
3
    path_speed = 0;
4
    direction = 270;
5
    image_speed = 0;
6
    image_index = 0;
7
    t = 0;
8
}