Editor Reference
Write your own mystery for Whispers in the West
Actions
Actions
Action lines are used to make changes to the game state during a scene—such as giving the player an item, introducing a new character, or unlocking a goal. These lines follow a simple structure and begin with a hyphen, just like dialogue lines.
For example:
item + drink
This line tells the game to give the player the item called "drink".
There are four main types of actions you can include in your script:
Adding or removing items
Adding or removing characters
Adding or removing labels
Unlocking new objectives
Each action uses a consistent format and can be placed within dialogue nodes.