I am entering in the Radiant Servant prestige class, and one of the abilities grants an extra cleric domain. I have created a class special and have How do I increase the number of domains allowed? On the Class Special, I have an eval script that runs on Post-Attributes (Users), Priority 10000 and looks like this:
I pulled the code from another thread and modified it.
The code compiles when I hit test, but when the special is applied, I get an error:
"Linkage pick 'table' not located for current context"
Help?
Code:
if (hero.tagcount[Classes.RadiantS] >= 5) then
linkage[table].field[cGiveSpec].value += 1
endif
I pulled the code from another thread and modified it.
The code compiles when I hit test, but when the special is applied, I get an error:
"Linkage pick 'table' not located for current context"
Help?