Deltarune script viewer

← back to main script listing

gml_Object_obj_glowtilepuzz_ch1_Other_10

(view raw script w/o annotations or w/e)
1
if (active == 0)
2
{
3
    active = 1;
4
    failtimer = 0;
5
    image_index = 0;
6
    sprite_index = spr_hourglass_switch_on_ch1;
7
    event_user(1);
8
    event_user(2);
9
}