View Single Post
Androktasie
Junior Member
 
Join Date: Jan 2018
Posts: 3

Old January 22nd, 2018, 07:39 PM
Got it working. Thank you for pointing me in the right direction!

Show Menu: Classes
Other adjustment subcategory: class

Eval Script:

Phase: Post Attributes
Priority: 20001

Code:
      ~ If we're not enabled, get out now
      doneif (field[pIsOn].value = 0)
      ~ If nothing chosen, get out now
      doneif (field[pChosen].ischosen <> 1)

      ~ Adjust the max caster level up or down
      field[pChosen].chosen.field[cMaxSpLev].value += field[pAdjust].value
Androktasie is offline   #4 Reply With Quote