Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_ch2_scene19c_spelling_bee_Alarm_0

(view raw script w/o annotations or w/e)
1
noelle_index++;
2
if (noelle_index < wb_word_length)
3
{
4
    sb_noelle += string_char_at(sb_word_current, noelle_index);
5
    noelle_spell = true;
6
}
7
else
8
{
9
    noelle_finish = true;
10
}