• 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

Assign cAttack.Good tag to class

Quintain

Well-known member
I have converted the Transformation spell into a psionic power and I'd like to have the power, when manifested, to actually change the BAB of the character.

Is there any way to do this regardless of the classes that the character has, or do we have to iterate through all of them and assign the tag for each?

Code:
perform hero.child[?].assign[cAttack.Good]
 
Is there already a transformation adjustment? You may have to foreach through all the classes and assign it. Might also just assign a bonus equal to the difference between current BAB and total HD
 
I saw an adjustment to apply a change in BAB to a single class. I'll check for the spell adjustment.

Thanks.
 
Back
Top