im trying to code this ability:
you are considered trained in Knowledge (arcana); if already trained, you gain a +2 circumstance bonus on those checks instead.
but unable to get it to apply the skill bonus if the skill is already trained, commenting the if,endif and makeclassskill lines it will apply the bonus, np. so im lead to beleive something with the logic on the if statement....
timing: first, at 10000
if (hero.child[skKnowArca].tagis[Helper.ClassSkill] <> 0) then
#skillbonus[skKnowArca] += 2
endif
#makeclassskill[skKnowArca]
thanks
you are considered trained in Knowledge (arcana); if already trained, you gain a +2 circumstance bonus on those checks instead.
but unable to get it to apply the skill bonus if the skill is already trained, commenting the if,endif and makeclassskill lines it will apply the bonus, np. so im lead to beleive something with the logic on the if statement....
timing: first, at 10000
if (hero.child[skKnowArca].tagis[Helper.ClassSkill] <> 0) then
#skillbonus[skKnowArca] += 2
endif
#makeclassskill[skKnowArca]
thanks