I am trying to script this: "uses the higher of her Constitution or Charisma modifiers for the purposes of determining her hit points".
So I did a search and this is what I came up with (which is wrong, lol)
Post Att 10000
herofield[tBonusHP].value += #totallevelcount[] * maximum(#attrmod[aCON,aCHA])
Any ideas?
So I did a search and this is what I came up with (which is wrong, lol)
Post Att 10000
herofield[tBonusHP].value += #totallevelcount[] * maximum(#attrmod[aCON,aCHA])
Any ideas?