• 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

Help w/New Drake Companion Breath Weapon

Code:
  ~ If we're not shown, just get out now
      doneif (tagis[Helper.ShowSpec] = 0)

      ~ If we're disabled, do nothing
      doneif (tagis[Helper.SpcDisable] <> 0)

      ~These are permanent changes to size, and so shouldn't show as temp adjustments when we change attributes.
      perform hero.childfound[aSTR].assign[Helper.PermanentSizeIncr]
      perform hero.childfound[aWIS].assign[Helper.PermanentSizeIncr]

      hero.child[aSTR].field[aStartMod].value += 2
      hero.child[aWIS].field[aStartMod].value += 2

I don't know if I need all of this but it did work. Now I can get back to the breath weapon fix. Though I still have to figure out why my ability increase set for level 5 is not happening until level 6.
 
Started working on the Selection helper. Getting error message that Tag is not defined. So am trying to figure out how to do that. I have a racial subtype Holy and Class Custom ability Holy but these don't have the Tag Holy.
 
Back
Top