Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - D&D 5th Edition SRD (http://forums.wolflair.com/forumdisplay.php?f=89)
-   -   Increasing Ability Score to Minimum (http://forums.wolflair.com/showthread.php?t=66587)

DeathSheep December 2nd, 2021 07:24 AM

Increasing Ability Score to Minimum
 
I'm trying to figure out why this isn't working. I pulled the basic script from the GitHub wiki. Basically I want to create an ability that checks to see if CON is less than 13 and makes it 13. I've tried all up and down the dial on which phase to do it on and it doesn't seem to be affecting CON. When I look at the debug fields, I see the ClassMod is being set properly, but it isn't being added to CON.

Code:

  ~ If we're not shown, just get out now
      doneif (tagis[Helper.Disable] <> 0)

      field[abValue].value = #attrvalue[aCON]
      field[abValue2].value = 13 - field[abValue].value
      if (field[abValue2].value > 0) then   
          hero.childfound[aCON].field[aClassMod].value += field[abValue2].value
      endif


DeathSheep December 2nd, 2021 07:27 AM

When I move the script to Post-levels, it raises CON to 20. If I put it Post-attributes, it leaves it at 10.


All times are GMT -8. The time now is 01:33 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.