View Single Post
DeathSheep
Member
 
Join Date: Jun 2018
Posts: 83

Old December 6th, 2021, 08:51 AM
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
DeathSheep is offline   #1 Reply With Quote