Actions

Difference between revisions of "WildcardMatching"

From Iron Realms Nexus Client Documentation

 
Line 1: Line 1:
This trigger captures the name and incoming direction for a player when they enter the room, using the [[Variables|variables]]: <player> and <direction>. Those variables can then be used in the action section with @player and @direction to, in this case, say "hi" to the person.
This trigger captures the name and incoming direction for a player when they enter the room, using the [[Variables|variables]]: <person> and <direction>. Those variables can then be used in the action section with @person and @direction to, in this case, say "hi" to the person.


Here is the trigger.
Here is the trigger.

Latest revision as of 17:03, 12 March 2018

This trigger captures the name and incoming direction for a player when they enter the room, using the variables: <person> and <direction>. Those variables can then be used in the action section with @person and @direction to, in this case, say "hi" to the person.

Here is the trigger.

WildcardTrigger.png

Here is a sample of what it would look like in the game.

WildcardOutput.png