Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_ch1_fakeout_Step_0

(view raw script w/o annotations or w/e)
1
if (!init)
2
{
3
    if (!i_ex(obj_setup_music_loop_track))
4
        timer = 13;
5
    init = 1;
6
}
7
timer += 0.05;
8
timer = min(timer, 13);