• 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

Help: replacing abilities from a previous template?

Let's say I wanted to use the pathfinder editor to create a template that overwrites, or more accurately, improves a pre-existing one. In the same way the "mythic vampire" template improves the "vampire" template. How would I go about writing a script that instructs hero lab to overwrite the abilities of the previous template with the new one?
 
Last edited:
You could assign Helper.SpcDisable to the old template's abilities, which should stop them if they have been built correctly (make sure you apply the tag before any scripts on that ability activate). Any bootstrapped feats or other things would be more problematic. Is there a specific template you have in mind?
 
You could assign Helper.SpcDisable to the old template's abilities, which should stop them if they have been built correctly (make sure you apply the tag before any scripts on that ability activate). Any bootstrapped feats or other things would be more problematic. Is there a specific template you have in mind?

I wanted to create a "vampire lord" template whose abilities are upgraded versions of the standard "vampire" template.
 
I would just create a new template and create upgraded versions of the abilities, have them be two different templates, not a second template that you add to the previously templated creature.
 
Andrew's suggestion would certainly work as well. I guess it depends on how you think of the template, as additive or substitutionary.
 
Back
Top