The Plugin Message event specifies the action that occurs when a message is received from a custom script plugin that is attached to the presentation. See the Parsers and Plugins tech note for more information on creating custom scripts that send plugin messages.

Modifying User Variables

You can use the Plugin Message event to modify the values of User Variables. To enable these options, click the Advanced tab:

Tip

You can use the Input specifies variable option to modify more than one User Variable with a single event. Use the following string: <variable name> : <variable value> !! <variable name> : <variable value>

Note

It is possible to check both Assign input to variable and Input specifies variable boxes for more complex functionality. For example, you can use Specify fixed variable to assign the entire message string to one variable, while at the same time using Assign wildcard to variable to assign a subset of that string to another variable.