(set: $rations to 5) (set:$weapon to "dagger") (set:$boots to false)
Greetings traveler, welcome to my humble establishment. How can I be of service?
> I would like to [[Buy]] Something.
> Stick 'em up! This is a [[Robbery]]!
> Have ye heard any [[Rumours]]?Well, I have much for sale. Anything catch yer eye?
(if:$weapon is not "longsword")[> I'll take the [[Longsword]].]
> Some [[Rations]] for the road.
(if:$boots is not true)[> A new pair of [[Boots]].](if:$weapon is "longsword") [Why did I sell that to you!]
Now, I don't want no trouble. Please, just don't hurt me.
> Give me all your [[Supplies]]!
> Empty your [[Wallet]]!
> [[Just Kidding]]!I heard that the Mayor had an issue an adventurer like yourself might be able to solve.
> Thanks shopkeep. [[Goodbye]].
> I better [[Buy]] Something in case it's dangerous.That'll be 20 Gold.
//You pay him the gold.// (set:$weapon to "longsword")
Anything else I can do for you?
> I want to [[Buy]] something else.
> Nothing else today. [[Goodbye]].
>//(With the Longsword)// Stick 'em up, this is a [[Robbery]]!That'll be a silver each.
(set:$rations to it + 10)
//You buy several rations. You now have $rations rations.//
Anything else I can get for you?
> I want to [[Buy]] something else.
> Nothing else today. [[Goodbye]].Ah, you got a good eye. The cobbler down the road made 'em. They'll treat you good. They're yours for 50 Gold.
//You pay him the money.//
(set:$boots to true)
Need Anything else today?
> I want to [[Buy]] something else.
> Nothing else today. [[Goodbye]].//You exit the shop. Where to next? Back on the road, or maybe to the inn...?//
//''FIN''//Alright, alright, here. Take it.
(if:$weapon is "dagger")[//You take the longsword off the display.// (set:$weapon to "longsword")] //You take the boots, and all his rations too.//
(set:$boots to true) (set:$rations to it + 50)
(set:$suppliestaken to true)
>//[[Flee]] the scene.//
(if:$wallettaken is not true)[> Your [[Wallet]] too!]Alright, alright, here. Take it.
//You take all his money//
(set:$wallettaken to true)
>//[[Flee]] the scene.//
(if:$suppliestaken is not true)[> Your [[Supplies]] too!]Well, that's not funny at all! Get out!
>Can't you take a joke? [[Goodbye]].//You run outside, and flee the town before the shopkeep can call the guards and report your crime. You won't be going back there anytime soon...//
//''FIN''//