simple-inventory icon indicating copy to clipboard operation
simple-inventory copied to clipboard

An inventory system for Twine 2/SugarCube 2.

Results 2 simple-inventory issues
Sort by recently updated
recently updated
newest added

Something changed between 3.0 beta and the final release. In the beta, inventory inspect would show the item name, but now it shows the item id. I'd assumed it was...

Imagine the following sequence: ```js Item.extendPrototype({ image: "" }); Item.add("Book", { image: "book.png", description: "A book" }); Item.add("Dog", { image: "dog.png", description: "A dog" }); Item.add("Ring", { description: "A Ring"...

bug