Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_dunes_boulder_point_Alarm_0

(view raw script w/o annotations or w/e)
1
with (instance_create(x, y, obj_dunes_boulders))
2
{
3
    y_target = other.y;
4
    y = y_target - 300;
5
}
6
alarm[0] = irandom_range(40, 50);
gml_Object_obj_dunes_boulder_point_Alarm_0.gml

with (instance_create(x, y, obj_dunes_boulders)) { y_target = other.y; y = y_target - 300; } alarm[0] = irandom_range(40, 50);