Actions

Expansions: Difference between revisions

From Iron Realms Nexus Client Documentation

(Created page with "Expansions are predefined by the game. {| class="wikitable" ! style="text-align:left;" | Variable Name ! style="text-align:left;" | Description |- |@tar |Your current enemy ...")
 
No edit summary
Line 10: Line 10:
|@match
|@match
|The text matched in a trigger.
|The text matched in a trigger.
|-
|@suffix
|Anything coming after the matched text.
|-
|@prefix
|Anything coming in front of the matched text; this only makes sense for regular expressions.
|}
|}

Revision as of 21:32, 8 July 2015

Expansions are predefined by the game.

Variable Name Description
@tar Your current enemy target.
@match The text matched in a trigger.
@suffix Anything coming after the matched text.
@prefix Anything coming in front of the matched text; this only makes sense for regular expressions.