Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_ch2_scene19c_spelling_bee_Create_0

(view raw script w/o annotations or w/e)
1
sb_con = 0;
2
sb_word[0] = stringsetloc(
SMART
"SMART", "obj_ch2_scene19c_spelling_bee_slash_Create_0_gml_5_0"
);
3
sb_word[1] = stringsetloc(
INTELLIGENT
"INTELLIGENT", "obj_ch2_scene19c_spelling_bee_slash_Create_0_gml_6_0"
);
4
sb_word[2] = stringsetloc(
CLEVER
"CLEVER", "obj_ch2_scene19c_spelling_bee_slash_Create_0_gml_7_0"
);
5
sb_word[3] = stringsetloc(
GENIUS
"GENIUS", "obj_ch2_scene19c_spelling_bee_slash_Create_0_gml_8_0"
);
6
sb_word[4] = stringsetloc(
PRODIGY
"PRODIGY", "obj_ch2_scene19c_spelling_bee_slash_Create_0_gml_9_0"
);
7
sb_word[5] = stringsetloc(
QUICK
"QUICK", "obj_ch2_scene19c_spelling_bee_slash_Create_0_gml_10_0"
);
8
sb_word_current = sb_word[random_range(0, 5)];
9
sb_word_previous = sb_word_current;
10
sb_noelle = "";
11
sb_berdly = "";
12
noelle_index = 0;
13
berdly_index = 0;
14
wb_word_length = string_length(sb_word_current) + 1;
15
noelle_spell = true;
16
berdly_spell = true;
17
noelle_finish = false;
18
berdly_finish = false;
19
update_word = true;
20
noelle_lose = false;
21
text_alpha = 1;
22
berdly_smart = false;
23
berdly_show_word = true;
24
berdly_word_current = "";
25
berdly_word_previous = "";
26
berdly_iq_siner = 0;
27
berdly_word_count = 0;