1 | if (image_index >= 5 && sound_looper == 0) |
2 | { |
3 | audio_play_sound(snd_martlet_yeets_a_book, 20, 0); |
4 | sound_looper += 1; |
5 | } |
6 | else if (image_index >= 12 && sound_looper == 1) |
7 | { |
8 | audio_play_sound(snd_martlet_takes_a_stance, 20, 0); |
9 | sound_looper += 1; |
10 | } |