• 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

Increase Selections From a Table

DeathSheep

Well-known member
I'm trying to add an ability that increases your number of selections from a table by 1. I have used a configurable to bootstrap an ability table from one class to another and can do the same thing here, but I thought it would be more elegant to just increment the number of selections, but I'm not clear on the syntax to use. This code will compile, but doesn't add to the selections (I modeled it after the Additional Fighting Style ability for the Champion):

Code:
      doneif (tagis[Helper.ShowSpec] = 0)

      doneif (tagis[Helper.Disable] <> 0)

      root.linkage[table].field[cfgMax1].value += field[abValue].value
 
Back
Top