Manalishi66
Well-known member
Hi.. I got a race that has blindsense. It's scripted as follows.
call CalcValue
~ Use our value field as blindsight distance
field[livename].text = field[name].text & " (" & field[abValue].value & " feet)"
It works fine, but what I need help with, and have never done before, is have a racial feat which extends the range of the blindsense by 5 feet per point of Wisdom modifier. Can some one show me how this is done.
Thanks!
call CalcValue
~ Use our value field as blindsight distance
field[livename].text = field[name].text & " (" & field[abValue].value & " feet)"
It works fine, but what I need help with, and have never done before, is have a racial feat which extends the range of the blindsense by 5 feet per point of Wisdom modifier. Can some one show me how this is done.
Thanks!