Trying to create a spell adjustment item that (among other things) adds 60 ft. darkvision.
Originally had it in Pre-Attr (10000) because I was just doing anything in one script. When I selected this spell adjustment, I got the following error:
And yes, this shows up twice.
Since that wasn't working, I moved the darkvision to it's own eval script, at Final(Users)/10000
What am I doing wrong here?
Originally had it in Pre-Attr (10000) because I was just doing anything in one script. When I selected this spell adjustment, I got the following error:
Attempt to access non-live pick 'raDarkVis' from script
---
Attempt to access non-live pick via scripts fails for pick 'raDarkVis'
---
Attempt to access non-live pick 'raDarkVis' from script
---
Attempt to access non-live pick via scripts fails for pick 'raDarkVis'
And yes, this shows up twice.
Since that wasn't working, I moved the darkvision to it's own eval script, at Final(Users)/10000
Code:
#applyvalue[raDarkVis,60]
What am I doing wrong here?