Hello,
Probably a very stupid question, but I'm currently building an adaptation on the druid wildshape animal ability (I want it to grant some forms on different class levels) and I am encountering some errors.
I thought to do this by copying the normal wildshape animal ability and changing the accompanying script " if (field[xAllLev].value < 2) then " to use "if (#levelcount[cHelpMOM].value < 2) then" (cHelpMOM being the name of the variable searched by Find Thing - Class helper).
However I'm getting a Tag 'Classes.cHelpMOM' not defined error. I tried to use the variable found by Find Thing - Class level, but got the same result.
What am I not doing correctly?
Thanks in advance for your help.
Probably a very stupid question, but I'm currently building an adaptation on the druid wildshape animal ability (I want it to grant some forms on different class levels) and I am encountering some errors.
I thought to do this by copying the normal wildshape animal ability and changing the accompanying script " if (field[xAllLev].value < 2) then " to use "if (#levelcount[cHelpMOM].value < 2) then" (cHelpMOM being the name of the variable searched by Find Thing - Class helper).
However I'm getting a Tag 'Classes.cHelpMOM' not defined error. I tried to use the variable found by Find Thing - Class level, but got the same result.
What am I not doing correctly?
Thanks in advance for your help.