• 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

New Magic Item Strong Jaw collar

Kaleb

Well-known member
I am attempting to create a new magic item strong jaw collar basicly a collar that when equipped grants the effects of the strong jaw spell.

I copied the eval script for the adjustment for Strong Jaw and am getting this error.

Attempt to access field 'pIsOn' that does not exist for thing 'ioSJCollar'
 
Aaron, I am getting this error now

Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'eval' script for Thing 'ioSJCollar' (Eval Script '#1') on line 2
-> Invalid use of a reserved word in script

this is my line 2
doneif (field [gIsEquip ].value = 0)
 
Back
Top