Text Adventure Parser
- August 19, 2017
- RetroPipes
Adventurer's Guide Unlike most text adventure engines, there are very few global commands.No matter where you are, you can issue the command: show inventory ... or its alias: show items ... to display what you are carrying. Similarly, to inspect the state of carried items, issue the command: show state ... or its alias: show form ... and the game will display the state of items that have …