1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-07-02 22:55:09 +03:00
gamebookformat/examples/trade.gamebook
Pelle Nilsson 86667922ec Pay something (a counter, eg gold) to follow a reference.
Also refactored old code to pay for item slightly.
2014-03-04 23:02:51 +01:00

21 lines
747 B
Plaintext

= Introduction
Testing trade of things. You can buy things using
[count gold]Gold[/count] of which you start with [set gold]100[/set].
You also have an [collect item]Inventory[/item]. At start you carry
a [add item]sword[/add].
* 1 start
You can buy a [found item]shield[/found] here for [cost gold]50[/cost] Gold
or a beautiful [found item]gold ring[/found] for only [cost gold]75[/cost].
There is also a [found item]chain mail[/found] costing [cost gold]150[/cost].
You can pick up some [found item]spiderweb[/found] for free.
You can go to [[other]] at a cost of [cost gold]50[/cost].
You can go on to the end at [[theend]].
* other
Hopefully you now have 50 less gold than you just had.
You can go back to [[start]].
* theend
It ends here.