Important Note on Actions
Each Event, by default, is associated with text appearing on the screen. Actions, on the other hand, are commands that allow different consequences to occur. Each Event can be associated with multiple Actions. By default, each Action is specified with this syntax [[action]]
. Remember that Actions must always be associated with an event according to the schema {[[(marker), Event]] text or [[Action1]] [[Action2]]}
.
Some actions may require specific parameters (e.g., they are associated with specific cells), and some Actions may also require additional associated commands.
Below are examples of syntax for actions. It is important to remember that these must always be inserted within an Event, so that the Event triggers the action. Below, for each action, examples with specific Events will be provided, but it is important to remember that one or more actions can be combined with any Event.