In the meadow, you see your friend, Nimkii. "Boozhho, do you want to play a game I just learned?" You ask how to play.
"When it's your turn you can say either bezhig, niizh, or niswi and that gets added to the total. Whoever first gets to midaaswi wins!"
Do you want to [[play]] or [[no]]?
{(set: $number to (array: "bezhig", "niizh", "niswi", "niiwin", "naanan", "ningodwaaswi", "niizhwaaswi", "nishwaaswi", "zhaangaswi", "midaaswi", "ashi-bezhig", "ashi-niizh", "ashi-niswi", "ashi-niiwin", "ashi-naanan", "ashi-ningodwaaswi", "ashi-niizhwaaswi", "ashi-nishwaaswi", "ashi-zhaangaswi", "niizhtana", "niizhtana-ashi-bezhig", "niizhtana-ashi-niizh", "niizhtana-ashi-niswi"))}"You can say [[bezhig]], [[niizh]], or [[niswi]].""Hmmm ..."
|more>[]
(live: 3s)[
(replace: ?more)["I say niizh"<br><br>"You can say [[bezhig]], [[niizh]], or [[niswi]]."]
(stop:)
]
(set: $total to 2)"Okay, do [[you|you start]] want to start or should [[I start]]?"
(set: $total to 0)
(set: $add to 0)"Okay, see you around."(set: $total to $total + 1)
(if: $total < 7)[(goto: "next")]
(else-if: $total is 10)[(goto: "lose")]
(else:)[(goto: "win")](set: $total to $total + 2)
(if: $total < 7)[(goto: "next")]
(else-if: $total is 10)[(goto: "lose")]
(else:)[(goto: "win")](set: $total to $total + 3)
(if: $total < 7)[(goto: "next")]
(else-if: $total is 10)[(goto: "lose")]
(else:)[(goto: "win")]The total after your turn is (print: $number's ($total)) ($total)
{(if: $total % 4 is 0)[(set: $add to 2)]
(else-if: $total % 4 is 1)[(set: $add to 1)]
(else-if: $total % 4 is 3)[(set: $add to 3)]
(else:)[(set: $add to (either:1, 2))]
(set: $total to $total + $add)}
"Hmmm ..."
|more>[]
(live: 3s)[
(replace: ?more)["I say (print: $number's ($add))"
The total after my turn is (print: $number's ($total)) ($total)
<br>You can say [[bezhig]], [[niizh]], or [[niswi]].]
(stop:)
]
The total after your turn is (print: $number's ($total)) ($total)
{(if: $total % 4 is 0)[(set: $add to 3)]
(else-if: $total % 4 is 1)[(set: $add to 2)]
(else:)[(set: $add to 1)]}
"Hmmm ..."
|more>[]
(live: 3s)[
(replace: ?more)["I say (print: $number's ($add))"<br><br>
"That makes midaaswi (10). I win!"<br>
"Do you want to [[play]] again or [[no]]?"]
(stop:)
]
"That makes midaaswi (10). Congratulations, you win!"
"Do you want to [[play]] again or [[no]]?"