I am trying to make a new Ioun stone and am getting this a parsing error on line 7
pre attributes 1000
~ Items which would add sacred bonuses to attributes do not do so
~ when we are using the Auto Bonus Progression rules from Pathfinder Unchained.
doneif (hero.tagis[source.PUAutoB?] <> 0)
doneif (field[gIsEquip].value = 0)
#sacredbonus[hero.child[aINT], 4]
Below is the script that I copied the above from
~ Items which would add enhancement bonuses to attributes do not do so
~ when we are using the Auto Bonus Progression rules from Pathfinder Unchained.
doneif (hero.tagis[source.PUAutoB?] <> 0)
doneif (field[gIsEquip].value = 0)
#enhancementbonus[hero.child[aDEX], 2]
here is the test of the error message
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'eval' script for Thing 'ioWATIDSE' (Eval Script '#1') on line 7
-> Unspecified error parsing script
pre attributes 1000
~ Items which would add sacred bonuses to attributes do not do so
~ when we are using the Auto Bonus Progression rules from Pathfinder Unchained.
doneif (hero.tagis[source.PUAutoB?] <> 0)
doneif (field[gIsEquip].value = 0)
#sacredbonus[hero.child[aINT], 4]
Below is the script that I copied the above from
~ Items which would add enhancement bonuses to attributes do not do so
~ when we are using the Auto Bonus Progression rules from Pathfinder Unchained.
doneif (hero.tagis[source.PUAutoB?] <> 0)
doneif (field[gIsEquip].value = 0)
#enhancementbonus[hero.child[aDEX], 2]
here is the test of the error message
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'eval' script for Thing 'ioWATIDSE' (Eval Script '#1') on line 7
-> Unspecified error parsing script