I have created two new classes that are dedicated to a specific deity. The classes are like Ying/Yang of each other and received different "blessings" from the god.
I want to restrict the choice of domains available to be selected based upon what class the user is. I was trying to do this via an EVAL script on the Deity.
I removed all domains and want to have the AllowDom tags pushed based on the results of the Eval Script
I was trying:
~ if Custom class, give these domains
If (hero.pickexists[cHelpnas] <> 1) then
perform pushtags[AllowDom.cdMagic]
endif
This compiles without issue, but when i add the class and look at the domains it shows all domains.
I want to restrict the choice of domains available to be selected based upon what class the user is. I was trying to do this via an EVAL script on the Deity.
I removed all domains and want to have the AllowDom tags pushed based on the results of the Eval Script
I was trying:
~ if Custom class, give these domains
If (hero.pickexists[cHelpnas] <> 1) then
perform pushtags[AllowDom.cdMagic]
endif
This compiles without issue, but when i add the class and look at the domains it shows all domains.