Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_ch3_funny_stanchion_Create_0

(view raw script w/o annotations or w/e)
1
is_active = global.plot < 280;
2
3
set_pos = function(arg0)
4
{
5
    if (arg0 == "left")
6
        sprite_index = spr_dw_teevie_funny_stanchion_left;
7
    else if (arg0 == "right")
8
        sprite_index = spr_dw_teevie_funny_stanchion_right;
9
};