• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Assigning a tag

zarlor

Well-known member
Anyone have some examples of assigning a tag with code, like in an Eval Script or the like? Not reading the value of a tag, but assigning one?
 
I THINK I've figured this part out. Presumably you can assign a Tag using the Tag button with the GroupID and Tag ID (most of those are written in files and code a GroupID.TagID.)

A code way to do it would appear to be something like:
Code:
perform hero.assign[Helper.IgnoreRank]
 
Back
Top