Hi All,
I am creating a trait that offers the option of:
I know how to make a trait that chooses between 3 skills, but that procedure does not seem to work with the stat modification above.
Here is the fields and script that I tried:
Field:
[Field id] : usrCandid1
[Value]: thingid.raAttr1Sel|thingid.pSklPtsLev|thingid.rcPFTAb098
Script:
doneif (tagis[Helper.FtDisable] <> 0)
~a +1 bonus to one ability score, +2 skill points per level, or +1 hit point per level.
#applybonus[BonTrait,field[usrChosen1].chosen,1]
Any help would be greatly appreciated.
I am creating a trait that offers the option of:
- a +1 bonus to one ability score
- +2 skill points per level
- +1 hit point per level
I know how to make a trait that chooses between 3 skills, but that procedure does not seem to work with the stat modification above.
Here is the fields and script that I tried:
Field:
[Field id] : usrCandid1
[Value]: thingid.raAttr1Sel|thingid.pSklPtsLev|thingid.rcPFTAb098
Script:
doneif (tagis[Helper.FtDisable] <> 0)
~a +1 bonus to one ability score, +2 skill points per level, or +1 hit point per level.
#applybonus[BonTrait,field[usrChosen1].chosen,1]
Any help would be greatly appreciated.