ISXEQ2:Target (Top-Level Object)
From ISMods Wiki
Contents |
[edit]
ISXEQ2 information for ISXEQ2:Target (Top-Level Object) has moved
[edit]
Please see: http://eq2.isxgames.com/wiki for up-to-date content.
[edit]
Description
Retrieves the active target object
[edit]
Forms
- actor Target
[edit]
Examples
- ${Target.Level}
- ${Target.Target.Name}
- This will return the name of your curent target's target.
- ${Target.Target.Target.Name}
- This will returns the name of your current target's target's target's target. (or, your current target..lol)
[edit]
