Actions

Difference between revisions of "Expansions"

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 ...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Expansions are predefined by the game.
Expansions are predefined by the game and can be used in [[triggers]] and [[aliases]].


{| class="wikitable"
{| class="wikitable"
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.
|}
|}
== Examples ==
* [[Put Pack Alias]]: This alias quickly gets and puts items in packs using the @suffix expansion.

Latest revision as of 21:33, 8 July 2015

Expansions are predefined by the game and can be used in triggers and aliases.

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.

Examples

  • Put Pack Alias: This alias quickly gets and puts items in packs using the @suffix expansion.