• 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

Disabling a domain

frumple

Well-known member
I have an ability that allows a character to temporarily replace one of their domains with any other one.

What I need is to remove all of the ClsScAllSp tags on the selected domain on the class helper that selected domain. Basically kind of a reverse tag forwarding function.

Ideas?
 
Code:
perform xxxxxxx.delete[ClsScAllSp.?]
Replace xxxxxxx with correct transition code but that is how you remove tags from a Thing.
 
But I don't want to remove all of the ClsScAllSp tags from the the class helper. Just the ones associated with the single selected domain.

Come to think of it, I think can remove them all then add back the tags from the domain that is not selected... I will give it a try.
 
But I don't want to remove all of the ClsScAllSp tags from the the class helper. Just the ones associated with the single selected domain.
Sorry misread. But couldn't you delete from the Domain "before" it pushes the ClsScAllSp tags to the class helper?

I am not sure but "deletestr[]" may accept more than one tag so you could built a list of them using tagids[]. Honestly never tested that just going by wording on the wiki.
 
Back
Top