I'm trying to enter a new archetype into HL. The archetype modifies a normal ability so you get it at a later level. in this case it is Trap Sense. I figured out the script to move each section from one level to the next tier (i.e. getting it at level 6 instead of level 3), but when I get to the one at 18 it is still showing that the character gains Trap Sense +5 and +6. What is the scripting to remove the ability normally gained at 18th level without removing the whole ability?
I tried using this:
perform hero.findchild[BaseClSpec,"thingid.cTrapSense & SpecSource.cHelpBbn & ClSpecWhen.18"].delete[ClSpecWhen.18]
But when I do it eliminates all of the other scripting and gives me an error message saying Trap Sense +1 (Ex) doesn't have an assigned level.
Any suggestions?
I tried using this:
perform hero.findchild[BaseClSpec,"thingid.cTrapSense & SpecSource.cHelpBbn & ClSpecWhen.18"].delete[ClSpecWhen.18]
But when I do it eliminates all of the other scripting and gives me an error message saying Trap Sense +1 (Ex) doesn't have an assigned level.
Any suggestions?