Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_npc_clover_dunes_20_Alarm_0

(view raw script w/o annotations or w/e)
1
with (instance_create(x, y, obj_clover_minesjump))
2
{
3
    if (room == rm_dunes_20)
4
        hsp = 1.5
5
    else
6
        hsp = -1.5
7
    vsp = -2
8
    end_player_alpha = false
9
}
10
instance_destroy()