if I wanted to assign a feat to a magic Item would I do something like this
if (field[gIsEquip].value <> 0) then
perform hero.childfound [ioWATPursu].assign[fStepUp]
perform hero.childfound [ioWATPursu].assign[fFollStep]
perform hero.childfound [ioWATPursu].assign[fStepUpSt]
endif
I compiled this script and am getting illegal use of reserved word in line 3
if (field[gIsEquip].value <> 0) then
perform hero.childfound [ioWATPursu].assign[fStepUp]
perform hero.childfound [ioWATPursu].assign[fFollStep]
perform hero.childfound [ioWATPursu].assign[fStepUpSt]
endif
I compiled this script and am getting illegal use of reserved word in line 3
Last edited: