Paris.Crenshaw
Well-known member
Hi, All.
I've enjoyed working with Hero Lab's Pathfinder content and I'm now ready to start entering my converted v3.5 classes.
My first attempt was the Scout class from Complete Adventurer.
Amazingly, I got the Skirmish ability to work, but I'm having difficulty with the Scout's Battle Fortitude ability. I'd appreciate some assistance in getting the script correct. Here's the (converted) ability description:
I tried basing the ability on other abilities that modify values, but it isn't working.
Here's the script I'm using:
I appreciate any and all help.
Cheers!
I've enjoyed working with Hero Lab's Pathfinder content and I'm now ready to start entering my converted v3.5 classes.
My first attempt was the Scout class from Complete Adventurer.
Amazingly, I got the Skirmish ability to work, but I'm having difficulty with the Scout's Battle Fortitude ability. I'd appreciate some assistance in getting the script correct. Here's the (converted) ability description:
Battle Fortitude (Ex): At 2nd level, a scout gains a +1 competence bonus on Fortitude saves and initiative checks. This bonus increases to +2 at 11th level and +3 at 20th level. A scout loses this bonus when wearing medium or heavy armor or when carrying a medium or heavy load.
I tried basing the ability on other abilities that modify values, but it isn't working.
Here's the script I'm using:
field[abValue].value += field[xIndex].value
hero.child[svFort].field[Bonus].value += field[abValue].value
hero.child[Initiative].field[Bonus].value += field[abValue].value
field[livename].text = field[thingname].text & "Battle Fortitude +" & field[abValue].value
field[abSumm].text = "+" & field[abValue].value & "competence bonus to Fort saves and Initiative checks."
I appreciate any and all help.
Cheers!
Last edited: