alexa-samples / skill-sample-nodejs-adventure-game

This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Apache License 2.0
510 stars 218 forks source link

Inventory System #82

Closed Zepsey closed 5 years ago

Zepsey commented 5 years ago

Hello,

I'm looking to maintain an inventory for the user, such that they can pick up an item in one room and use it in a later room. What would be the best way to tackle this? Is using twine variables my only option, or is there a better route?

Thanks