Editor Reference
Write your own mystery for Whispers in the West
Presenting items
Presenting items
Variations are especially useful when players present items or characters to NPCs. This allows you to write different responses based on what the player is showing.
To create a node that responds to a player presenting something, follow these steps:
Set the node’s trigger type to present.
Set the target to the NPC or item the player is presenting something to.
Use present: item_or_character as the condition in each variation to define the response.
Tip: You can even mix “present” conditions with other types of conditions.