benpollarduk / NetAF

A C# library that provides a framework for building text adventures and interactive stories in .NET.
MIT License
61 stars 5 forks source link

Item Shop #62

Closed furesoft closed 9 months ago

furesoft commented 9 months ago

Add the ability to buy items from a shop or NPC

benpollarduk commented 9 months ago

I'm not planning on adding this because this can be implemented currently through conversations or custom commands on items or NPCs. However it is difficult to add well because there's currently no item format that supports owning multiples of an item so currency is difficult to do well, but that's something I've been thinking of for a while and I've added an issue and will implement next. I'll add instructions how a shop can then be implemented as a document in documentation 👍