Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_ch2_noellepuzzle_screen_Step_0

(view raw script w/o annotations or w/e)
1
if (image_timer > 0)
2
{
3
    speaker_index = 1;
4
    image_timer--;
5
    if (image_timer == 0)
6
        speaker_index = 0;
7
}