Undertale script viewer

← back to main script listing

gml_Object_obj_orbhead_Other_0

(view raw script w/o annotations or w/e)
1
if (onhead == 0 && y < 0)
2
{
3
    alarm[0] = 10;
gml_Object_obj_orbhead_Alarm_0.gml

vspeed = 3; x = obj_mainchara.x + 7; head = 2;
4
    onhead = 2;
5
}