**//Hello, welcome to Mathmatica...
Click the link below to continue.//**
[[Go on your adventure!]]
<link href="https://fonts.googleapis.com/css?family=Alegreya" rel="stylesheet">
//Welcome to your home village in Mathematica. You are a human with an unusual lust for adventure. The thatched rooves of the houses and the begars in the street make you feel the need to ''do'' something. You pack your bags, ready for an adventure. But what to bring?//
[[Pack light -> Next Part Light]]
[[Pack EVERYTHING -> Next Part Heavy]]//You pack only the bare nessecities: your clothes, your notepad, and your mathbook. While digging up your mathbook, you come across a health potion. I wonder if it will be useful?//
[[Real Beginning]]
---
(set: $lives to "2")
''(print: $lives) Lives Left''
(set: $coins to "5")
''(print: $coins) Coins''
-_>''Inventory''<_-
(set: $HealthPotion to "Health Potion, ") (set: $Clothes to "Clothes, ")(set: $NotePad to "Note Pad, ") (set: $Dagger to " ") (set: $Mathbook to "Mathbook, ") (set: $Protracter to " ") (set: $RightTriTalisman to " ") (set: $inventory to $Clothes + $NotePad + $Dagger + $Mathbook + $Protracter + $RightTriTalisman + $HealthPotion)(print: $inventory)//You decide that the more you have, the better your chances! You dig up all of your old crap. All of it.//
[[Real Beginning]]
---
(set: $lives to "2")
''(print: $lives) Lives Left''
(set: $coins to "5")
''(print: $coins) Coins''
-_>''Inventory''<_-
(set: $HealthPotion to "") (set: $Clothes to "Clothes, ")(set: $NotePad to "Note Pad, ") (set: $Dagger to " ") (set: $Mathbook to "Mathbook, ") (set: $Protracter to "Protractor, ") (set: $RightTriTalisman to " ") (set: $inventory to $Clothes + $NotePad + $Dagger + $Mathbook + $Protracter + $RightTriTalisman + $HealthPotion)(print: $inventory)Now ready to begin your journey to gain wealth and fame for your village, you wonder where to start.
[[Path of Lines]]
[[Temple of Pythagoras]]
---
''(print: $lives) Lives Left''
''(print: $coins) Coins''
-_>''Inventory''<_-
(print: $inventory)//You have heard of this mythical Path of Lines. Supposedly it's ode to the coolness of lines, so you figure it'll have some awesome graphs and whatnot.//
//Having which way to start upon, you decide to visit your village elder and get advice and some tea.//
[[Visit Elder]]
---
''(print: $lives) Lives Left''
''(print: $coins) Coins''
-_>''Inventory''<_-
(print: $inventory)Double-click this passage to edit it.//You walk up the beaten path. The house appears from behind the plants growing thickly around it.//
//You knock on the door and wait.//
*Wise Woman*: Hello?
*You*: Hi! I'm...
[[Bjorna]]
[[Dakota]]
[[Janno]]
---
''(print: $lives) Lives Left''
''(print: $coins) Coins''
-_>''Inventory''<_-
(print: $inventory)(set: $Name to "Bjorna")
...$Name!
*Wise Woman*: Oh, I remember you now! What can I do for you, $Name?
*You*: I'm off on an adventure! Can I have some advice?
*Wise Woman*: You might as well come in.
//You walk into a cramped cottage with books crammed everywhere. You decide you like this place.//
*Wise Woman*: First I must test you, so I know you may pass unharmed.
[[Let Her Test You]]
---
''(print: $lives) Lives Left''
''(print: $coins) Coins''
-_>''Inventory''<_-
(print: $inventory)(set: $Name to "Dakota")
...$Name!
*Wise Woman*: Oh, I remember you now! What can I do for you, $Name?
*You*: I'm off on an adventure! Can I have some advice?
*Wise Woman*: You might as well come in.
//You walk into a cramped cottage with books crammed everywhere. You decide you like this place.//
*Wise Woman*: First I must test you, so I know you may pass unharmed.
[[Let Her Test You]]
---
''(print: $lives) Lives Left''
''(print: $coins) Coins''
-_>''Inventory''<_-
(print: $inventory)(set: $Name to "Janno")
...$Name!
*Wise Woman*: Oh, I remember you now! What can I do for you, $Name?
*You*: I'm off on an adventure! Can I have some advice?
*Wise Woman*: You might as well come in.
//You walk into a cramped cottage with books crammed everywhere. You decide you like this place.//
*Wise Woman*: First I must test you, so I know you may pass unharmed.
[[Let Her Test You]]
---
''(print: $lives) Lives Left''
''(print: $coins) Coins''
-_>''Inventory''<_-
(print: $inventory)(if: $Lives is -1)[(show: [[Death]])]
(set: $Ra to (random: 1,99)) (set: $Rb to (random: 1,99))
*Wise Woman*: First, what's $Ra plus $Rb?
[[Answer -> Answer 1]]
---
''(print: $lives) Lives Left''
''(print: $coins) Coins''
-_>''Inventory''<_-
(print: $inventory)Double-click this passage to edit it.(set: _Answer to (prompt: "You answer:", ""))
(if: _Answer is $Ra + $Rb)[(show: "[[Question 2]]")]
(else:)[Oh no! You lost a life! (link:"Go Back")[(show:?fan)] (set: $Lives to it - 1)]
|fan)[ [[Let Her Test You]] ]
(if: $Lives is -1)[(show: [[Death]])]
---
''(print: $lives) Lives Left''
''(print: $coins) Coins''
-_>''Inventory''<_-
(print: $inventory)Double-click this passage to edit it.