<<set $r1 to random(1,6)>><<if $r1 is 1>> Oof, you rolled $r1
You lose! [[restart|start]]
<<else>> $r1 ?
Nice! Roll [[again|r2]]?
<</if>>
<<set $r2 to random(1,6)>><<if $r2 is 1>>
Oh no! you rolled a $r2! You lost all your points [[restart?|start]]<<else>><<set $r2 to $r1+$r2>> $r2 ?!?!
Wow, you're on fire! [[roll again?|r3]],
<</if>>
<<set $r3 to random(1,6)>><<if $r3 is 1>>Dang! lost your points. [[Restart?|start]]<<else>><<set $r3 to $r2+$r3>>$r3 -- incredible. Keep on [[rolling?|r4]],
<</if>><<set $r4 to random(1,6)>><<if $r4 is 1>>
$r4
That's rough. Well do you want to [[restart?|start]]
<<else>><<set $r4 to $r3+$r4>>
$r4 ???
Amazing. Keep on [[rolling!|r5]]
<</if>>[[Roll the die|r1]]
<<set $r5 to random(1,6)>><<if $r5 is 1>>
You rolled....$r5
That's a bummer. Well do you want to[[try your luck again?|start]]
<<else>><<set $r5 to $r4+$r5>>
$r5 !!
Fantastic. [[Keep up the good work|r6]]
<</if>><<set $r6 to random(1,6)>><<if $r6 is 1>>
$r6
Too bad....[[You'll get it next time. Why don't you try again?|start]]
<<else>><<set $r6 to $r5+$r6>>
$r6 ...whoa, that's alot of points you have
[[Can you earn more?!?!|r7]]
<</if>><<set $r7 to random(1,6)>><<if $r7 is 1>>
$r7
Not a bad winning streak but, yeah, it's over now.[[restart?|start]]
<<else>><<set $r7 to $r6+$r7>>
$r7 WOW!!
[[Roll again?|r8]]
<</if>><<set $r8 to random(1,6)>><<if $r8 is 1>>
$r8
Not bad but now you've lost everything :( [[restart?|start]]
<<else>><<set $r8 to $r7+$r8>>
$r8 Impressive rolling.
[[Roll again?|r9]]
<</if>><<set $r9 to random(1,6)>><<if $r9 is 1>>
$r9
[[:(|start]]
<<else>><<set $r9 to $r8+$r9>>
You have $r9, can you believe it?
[[Keep rolling?|r10]]
<</if>><<set $r10 to random(1,6)>><<if $r10 is 1>>
$r10
Well this is unfortunate. [[restart?|start]]
<<else>><<set $r10 to $r9+$r10>>
$r10???? FANTASTIC...but maybe you should take a break
<</if>>
[[back to start|start]]