• 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

Replace one instance of a class special?

TCArknight

Well-known member
I have a Class that gains a Class Special at 4th level, 7th level, and every 3 levels after that. I also have an Archetype for the class that has a Class Special that replaces just the 4th level instance of this ability.

Does anyone have an example of something similar or had to do this? I'm drawing a blank since every time I seem to only replace the entire ability when I try. :(

Thanks!
TC
 
So in this case we assume we want to ONLY replace the 4th level ability called "Path Skill" for the Psy Warrior:

Pre-Levels/100000
Code:
~ Disable the 4th level Path Skill only
perform hero.findchild[BaseClSpec,"thingid.cPWaPathSk & SpecSource.cHelpPWa & ClSpecWhen.4"].assign[Helper.SpcDisable]
 
Back
Top