• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

error in eval script for Ioun Stone

Kaleb

Well-known member
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
 
There's a macro available for this exact task. There's no need to just create nearly identical macros, when there's a general bonus-applying macro already available.

You've found the reference information page in the editor's own help options, right?

That's the page where that macro is described.
 
Back
Top