Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
What is your team's word?
Team 1:<<textbox "$one" "">> [[Enter|Team1]]
Team 2:<<textbox "$two" "">> [[Enter|Team2]]
Team 3:<<textbox "$three" "">> [[Enter|Team3]]
Team 4:<<textbox "$four" "">> [[Enter|Team4]]
Team 5:<<textbox "$five" "">> [[Enter|Team5]]
Team 6:<<textbox "$six" "">> [[Enter|Team6]]
<<if $stone is true>>Team 1: STONE<</if>>
<<if $secrets is true>>Team 2: SECRETS<</if>>
<<if $fire is true>>Team 3: FIRE<</if>>
<<if $prince is true>>Team 4: PRINCE<</if>>
<<if $hallows is true>>Team 5: HALLOWS<</if>>
<<if $phoenix is true>>Team 6: PHOENIX<</if>>
<<if $stone is true and $secrets is true and $fire is true and $prince is true and $hallows is true and $phoenix is true>>
What is the missing word? <<textbox "$missing" "">> [[Enter final word]]
<</if>><<if $missing is not "azkaban">>I'm sorry, $missing is not the final word>> [[Return|Untitled Passage]] <</if>>
<<if $missing is "azkaban">>CONGRATULATIONS! You are now ready to find the code that will free Toffee!
To find the <b>first three digits</b>, take the word that was missing and add up the value of each letter
A=101, B=102, C=103… Z=126
Your clue words belong in a particular order. The <b>final digit</b> is where the missing word fits in that order.<</if>>
<<if $one is "stone">><<set $stone to true>><<set $one to true>>Yes! You have found the correct word!<</if>><<if $one is not true>>I'm sorry, $one is not correct<</if>>
[[Return|Untitled Passage]] <<if $two is "secrets">><<set $secrets to true>><<set $two to true>>Yes! You have found the correct word!<</if>><<if $two is not true>>I'm sorry, $two is not correct<</if>>
[[Return|Untitled Passage]] <<if $three is "fire">><<set $fire to true>><<set $three to true>>Yes! You have found the correct word!<</if>><<if $three is not true>>I'm sorry, $three is not correct<</if>>
[[Return|Untitled Passage]] <<if $four is "prince">><<set $prince to true>><<set $four to true>>Yes! You have found the correct word!<</if>><<if $four is not true>>I'm sorry, $four is not correct<</if>>
[[Return|Untitled Passage]] <<if $five is "hallows">><<set $hallows to true>><<set $five to true>>Yes! You have found the correct word!<</if>><<if $five is not true>>I'm sorry, $five is not correct<</if>>
[[Return|Untitled Passage]] <<if $six is "phoenix">><<set $phoenix to true>><<set $six to true>>Yes! You have found the correct word!<</if>><<if $six is not true>>I'm sorry, $six is not correct<</if>>
[[Return|Untitled Passage]]