Lord Starhawk
New member
Hello,
Ok, I am trying to create a magic helm that has Swamp Stride and an AC bonus of +1 (dodge or deflection). When I add the Eval Script
if (field[gIsEquip].value <> 0) then
hero.child[ArmorClass].field[tACDodge].value += 1
endif
at first when I equip it does nothing but add the Swamp Stride. then I unequip and the AC jumps 1 and I lose the swampstride, then i REequip and the AC DROPS 1 but again adds the swampstride...
going CRAZY... please help
John
Ok, I am trying to create a magic helm that has Swamp Stride and an AC bonus of +1 (dodge or deflection). When I add the Eval Script
if (field[gIsEquip].value <> 0) then
hero.child[ArmorClass].field[tACDodge].value += 1
endif
at first when I equip it does nothing but add the Swamp Stride. then I unequip and the AC jumps 1 and I lose the swampstride, then i REequip and the AC DROPS 1 but again adds the swampstride...
going CRAZY... please help
John