• 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 Helm of War

Kaleb

Well-known member
I am trying to create a new magic item in the editor that has several powers a deflection bonus [that's working] Haste I copied the eval scripts from boots of speed, I am getting this error

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

'eval' script for Thing 'ioWATHelmW' (Eval Script '#3') calls a non-existent procedure for the active script context

here is the eval script
prelevels 11000
~ if we're not active, just get out now
doneif (field[abilActive].value = 0)

call HasteCom

The last thing that I want to do is add three check boxes to represent the items legendary power points would I use the activation #2 check the amount of activation box and set an incrementer? How would I do this?
 
Back
Top