• 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

The opposite of forward

frumple

Well-known member
Is there a tag command that does the opposite of forward[tag,tmpl]? That is instead of copying a tag to a particular container item, a command that removes tag from a specified container item.
 
Delete I believe just works on one thing at a time (like assign). Unless I am misunderstanding it, forward is like a "super assign" that assigns a tag to everything in a component.

I was just wondering if there was a command to do a "super delete" in the same fashion, or am I going to need to code up a foreach thing/pick loop.
 
Forward just means "forward the matching tags to the container" which is usually the hero, but could be a gizmo or something else. It doesn't have anything to do with components. If you want to get a tag to everything in a component or delete the same, you should do a foreach.
 
Back
Top