TCArknight
Well-known member
I'm working on an ability that gives Exotic Weapon Proficiency (Bastard Sword) for free.
I'm adding the Exotic Weapon feat successfully, but I can't seem to automatically choose Bastard Sword.
I've got:
However, I get a message - "Bootstrap value assignment is restricted to 'normal' style for field 'fChosen' "
What am I missing? It seems like I did something similar for Cortex though..
Thanks!
TC
I'm adding the Exotic Weapon feat successfully, but I can't seem to automatically choose Bastard Sword.
I've got:
Code:
<bootstrap thing="fExoticWep">
<autotag group="thing" tag="skipprereq"/>
<assignval field="fChosen" value="Bastard Sword"/>
</bootstrap>
However, I get a message - "Bootstrap value assignment is restricted to 'normal' style for field 'fChosen' "
What am I missing? It seems like I did something similar for Cortex though..
Thanks!
TC