• 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

Search results

  1. S

    Scripting for Gizmos

    I'm trying to add a gizmo to a weapon dependent on the characters class level in Barbarian. I can't seem to figure out what the script is for adding the gizmo. I've got: var level as number level = field[xAllLev].value if (level >=20) then field [BonEnhance].value = 2 (insert script to...
  2. S

    Scripting a new archetype

    I'm trying to enter a new archetype into HL. The archetype modifies a normal ability so you get it at a later level. in this case it is Trap Sense. I figured out the script to move each section from one level to the next tier (i.e. getting it at level 6 instead of level 3), but when I get to...
  3. S

    Script question

    I wanted some advice on a script for a cleric domain ability. I want the ability to be usable 4 + WIS modifier per day, and inflict 2 points of strength drain, adding that drain to the cleric. The cleric would keep the bonus Strength for a number of rounds equal to their Charisma modifier...
Back
Top