Sorry to the question.
Making a Custom Ability that if you take the +1 HP Fav Class ability, you get an addition 1 HP.
I think it's a timing issue, but I tried it everywhere, but no luck. It seems to always give the bonus 1 HP.
Post Att 15000
if (hero.tagis[Ability.fcHP] <> 0) then
herofield[tBonusHP].value += 1
endif
Thank you for any help and your time.
Making a Custom Ability that if you take the +1 HP Fav Class ability, you get an addition 1 HP.
I think it's a timing issue, but I tried it everywhere, but no luck. It seems to always give the bonus 1 HP.
Post Att 15000
if (hero.tagis[Ability.fcHP] <> 0) then
herofield[tBonusHP].value += 1
endif
Thank you for any help and your time.