Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<print $player_name>>, Let's play Rock, Paper or Scissors. In few seconds you will have to chose one of the three in order to compete against me. Be ready.
1
2
3
<img src="https://media1.tenor.com/images/b2a284afcda426722f679d3298566ced/tenor.gif?itemid=4954978" alt="go">
[[Rock|Rock Window]], [[Paper|Paper Window]] or [[Scissors|Scissors Window]]
<<print $player_name>>, I chose Paper, then you <<if previous() is "Advanced Window">> LOST <<elseif previous() is "Beginner Window">> WON
<<endif>>. Wanna play again? [[YES|Main Passage]] / [[NO|No Passage]]
<img src="http://1000awesomethings.com/wp-content/uploads/2008/08/paper.jpg" alt="paper"><<print $player_name>>, I chose Paper, then you <<if previous() is "Advanced Window">> LOST <<elseif previous() is "Beginner Window">> WON
<<endif>>. Wanna play again? [[YES|Main Passage]] / [[NO|No Passage]]
<img src="http://1000awesomethings.com/wp-content/uploads/2008/08/scissors.jpg" alt="scissors"><<print $player_name>>, I chose Paper, then you <<if previous() is "Advanced Window">> LOST <<elseif previous() is "Beginner Window">> WON
<<endif>>. Wanna play again? [[YES|Main Passage]] / [[NO|No Passage]]
<img src="http://1000awesomethings.com/wp-content/uploads/2008/08/rock.jpg" alt="rock">Baaaaah <<print $player_name>>, What a loser! See ya<<set $personality to "trustworthy">>
[[See your results|Results]]
Our test has determined that your personality type is $personality. Thanks for participating!
<<set $score to $score + 1>>
[[Text of link|PassageName][$variable = value]]
Passage name: Quiz Start
Passage body:
Welcome to Personality Quiz 2000!
Do you prefer [[chartreuse|Results][$personality = "flirtatious"]]
or [[taupe|Results][$personality = "trustworthy"]]?
Passage name: Start
Passage body:
You are in a forest clearing.
<<if $wearing_spectacles>>
Because you are wearing the crystal spectacles, you see a [[cat]]
here, its whiskers silvered by the moonlight.
<<else>>
It occurs to you to rummage through your [[belongings]].
<<endif>>
Rain is falling from the <<print either("slate", "stone", "somber")>>
sky.
<<set $player_fate to either("death", "happiness", "fondue")>>
<<if $player_fate is "death">>
You die, finally and painfully.
<<elseif $player_fate is "happiness">>
You live happily ever after.
<<elseif $player_fate is "fondue">>
You have a fondue party with all of your closest friends.
<<endif>>
Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Double-click this passage to edit it.Hi Buddy, please enter your name below.
<<textbox "$player_name" "Your name" "Greetings">>
and select what level you want to face
[[Beginner|Beginner Window]], [[Intermediate|Intermediate Window]] or [[Advanced|Advanced Window]]
<<print $player_name>>, Let's play Rock, Paper or Scissors. In few seconds you will have to chose one of the three in order to compete against me. Be ready.
1
2
3
<img src="https://media1.tenor.com/images/b2a284afcda426722f679d3298566ced/tenor.gif?itemid=4954978" alt="go">
[[Rock|Rock Window]], [[Paper|Paper Window]] or [[Scissors|Scissors Window]]
<<print $player_name>>, Let's play Rock, Paper or Scissors. In few seconds you will have to chose one of the three in order to compete against me. Be ready.
1
2
3
<img src="https://media1.tenor.com/images/b2a284afcda426722f679d3298566ced/tenor.gif?itemid=4954978" alt="go">
[[Rock|Random Window][$chosen = "Rock"]], [[Paper|Random Window][$chosen = "Paper"]] or [[Scissors|Random Window][$chosen = "Scissors"]]
<<set $random to either("Paper", "Rock", "Scissors")>>
<<if $chosen is "Paper">>
<<if $random is "Paper">>
<<print $player_name>>, I chose Paper, then we TIED. Wanna play again? [[YES|Intermediate Window]] / [[NO|No Passage]]
<img src="http://1000awesomethings.com/wp-content/uploads/2008/08/paper.jpg" alt="paper">
<<elseif $random is "Rock">>
<<print $player_name>>, I chose Rock, then you WON. Wanna play again? [[YES|Intermediate Window]] / [[NO|No Passage]]
<img src="http://1000awesomethings.com/wp-content/uploads/2008/08/rock.jpg" alt="rock">
<<elseif $random is "Scissors">>
<<print $player_name>>, I chose Scissors, then you LOST. Wanna play again? [[YES|Intermediate Window]] / [[NO|No Passage]]
<img src="http://1000awesomethings.com/wp-content/uploads/2008/08/scissors.jpg" alt="scissors"> <<endif>>
<<elseif $chosen is "Rock">>
<<if $random is "Paper">>
<<print $player_name>>, I chose Paper, then you LOST. Wanna play again? [[YES|Intermediate Window]] / [[NO|No Passage]]
<img src="http://1000awesomethings.com/wp-content/uploads/2008/08/paper.jpg" alt="paper">
<<elseif $random is "Rock">>
<<print $player_name>>, I chose Rock, then we TIED. Wanna play again? [[YES|Intermediate Window]] / [[NO|No Passage]]
<img src="http://1000awesomethings.com/wp-content/uploads/2008/08/rock.jpg" alt="rock">
<<elseif $random is "Scissors">>
<<print $player_name>>, I chose Scissors, then you WON. Wanna play again? [[YES|Intermediate Window]] / [[NO|No Passage]]
<img src="http://1000awesomethings.com/wp-content/uploads/2008/08/scissors.jpg" alt="scissors"> <<endif>><<elseif $chosen is "Scissors">>
<<if $random is "Paper">>
<<print $player_name>>, I chose Paper, then you WON. Wanna play again? [[YES|Intermediate Window]] / [[NO|No Passage]]
<img src="http://1000awesomethings.com/wp-content/uploads/2008/08/paper.jpg" alt="paper">
<<elseif $random is "Rock">>
<<print $player_name>>, I chose Rock, then you LOST. Wanna play again? [[YES|Intermediate Window]] / [[NO|No Passage]]
<img src="http://1000awesomethings.com/wp-content/uploads/2008/08/rock.jpg" alt="rock">
<<elseif $random is "Scissors">>
<<print $player_name>>, I chose Scissors, then we TIED. Wanna play again? [[YES|Intermediate Window]] / [[NO|No Passage]]
<img src="http://1000awesomethings.com/wp-content/uploads/2008/08/scissors.jpg" alt="scissors"> <<endif>>
<<endif>>