rabdill / bishop

An engine for writing browser-based text adventures using only client-side JavaScript.
Other
1 stars 0 forks source link

There is no way to have up two similar objects in inventory at the same time #140

Open rabdill opened 9 years ago

rabdill commented 9 years ago

If you take the paper and your inventory says you have a newspaper, and then you go somewhere else and take the paper because you want to have some random document, they will both have the key of "paper" in the player["carrying"] object with no way of differentiating.

rabdill commented 9 years ago

If there are two items with the same referral word but that have different in-inventory names ("newspaper" vs "strange document," for example), maybe when the player says drop paper we could ask which one?