• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Require Specific Deity for Class

athelu

Well-known member
Is there any way to force a deity to be chosen upon selection of a particular class?
similarly i would like to hard-code alignment choices and such if possible too (within 1 step).
 
I created a Expr-Reqs of the following:

@valid = hero.pickexists[deiAlkira_]

This DOES show a warning if the correct deity is not specifed.
However, even after choosing the correct deity the error remains.
 
This is the exprreq for that:

#hasdeity[deiAlkira_] <> 0


And did you include an underscore in an Id? It is one of the allowed characters, but it's one I personally prefer to avoid, and having it at the end seems easy to not notice when you're reading the Id, which will lead to mistakes in referring to that id.
 
Last edited:
Back
Top