I am trying to add shadows to my monsters list and i am having trouble putting in a touch attack. Is there a way to do this as well since the damage they do is strength damage is there a way to show that damage in the weapon tab? I have
added a special called shadow touch which shows the info in the specials tab just wondered if i can put it in as a weapon?
As well, I have scripted to remove the strength and con of the shadow but when I choose the race it shows the Strength as a dash but gives them a +2 bonus what am I doing wrong?
Here is the script
phase first priority 10000
perform hero.child[aCON].assign[Helper.NoScore]
perform hero.child[aSTR].assign[Helper.NoScore]
Thanks Pierre
added a special called shadow touch which shows the info in the specials tab just wondered if i can put it in as a weapon?
As well, I have scripted to remove the strength and con of the shadow but when I choose the race it shows the Strength as a dash but gives them a +2 bonus what am I doing wrong?
Here is the script
phase first priority 10000
perform hero.child[aCON].assign[Helper.NoScore]
perform hero.child[aSTR].assign[Helper.NoScore]
Thanks Pierre