I have added the following Eval Script to my item:
It gives me the following error:
If I change 'skIntimidate' to 'skHeal' it works fine. Is there a different code for the Intimidate skill? If so, where would I find a list of them?
Secondly, how can I change the competence bonus to a circumstance bonus? Replacing '#competencebonus' with '#circumstancebonus' does not work.
Ultimately I want a scarred witch doctor fetish mask that gives bonuses to both skills.
Cheers,
vanAdamme
Code:
if (field[gIsEquip].value <> 0) then
#competencebonus[hero.childfound[skIntimidate], 2]
endif
It gives me the following error:
Syntax error in 'eval' script for Thing 'fmTest' (Eval Script '#1') on lin 3 -> Invalid id specified for thing
If I change 'skIntimidate' to 'skHeal' it works fine. Is there a different code for the Intimidate skill? If so, where would I find a list of them?
Secondly, how can I change the competence bonus to a circumstance bonus? Replacing '#competencebonus' with '#circumstancebonus' does not work.
Ultimately I want a scarred witch doctor fetish mask that gives bonuses to both skills.
Cheers,
vanAdamme