Editor Reference
Write your own mystery for Whispers in the West
Adding/removing items
Adding/removing items
You can use action lines to give or take items from the player’s inventory during a scene.
To add an item to the active player's inventory, use this format:
item + item_name
Example:
item + drink
This line adds the item called "drink" to the active player's inventory.
The item name (in this case, "drink") must match an entry defined in your Items tab. It is not created in the script itself.