Expansions: Difference between revisions
From Iron Realms Nexus Client Documentation
No edit summary |
No edit summary |
||
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 17: | Line 17: | ||
|Anything coming in front of the matched text; this only makes sense for regular expressions. | |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.