Undertale script viewer

← back to main script listing

gml_Object_obj_toroverworld6_Alarm_5

(view raw script w/o annotations or w/e)
1
if (obj_mainchara.y < (x - 40))
2
{
3
    path_speed = 0;
4
    direction = 180;
5
    image_speed = 0;
6
    image_index = 0;
7
    t = 0;
8
}