Poisoner
So I got the program to add Power Points to poisoner:
Eval Scripts:
var smart as number
smart = (hero.childfound[attrSma].field[trtFinal].value)
#trkmax[trkPower] += ((herofield[acRank].value + 1) + (smart))
Set to Traits/3100.
This sets the power points correctly.
I also had to make an Arcane Background, and bootstrap it in, so the Arcane tab would show up, so I could select the trappings.
Now, when I select the Poisoner edge, I get a list of 10 error messages that say
Attempt to access non-live child pick 'skKnow' from script
Location: 'pre-requisite tule' script for Thing 'edgBPriest' near line 1
If I add a knowledge skill to the hero before picking the edge, I don't get the errors. If I then delete the edge, delete the knowledge skill, then repick the edge, I don't get the errors. Since the Poisoner edge doesn't have anything to do with the Priest edge, I don't understand why it's looking at the pre-req for Priest. Could someone point me in the right direction to fix this?
I can dismiss the errors, and the character creation is none the worse for it, so it's mostly an annoyance
Thanks
Rich