• 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

Just wondering if this is possible

Exmortis

Well-known member
Would it be possible to limit a races class choice?

To put this into perspective, I have just created 15 races for one of my custom campaigns. Class choice is limited by race in this world. Anthropomorphic races for example cannot be clerics, they may only be spirit based divine classes, such as Druid or Shaman.

Is there away for me to code that choice limitation in from the races side? I don't want to modify every class.
 
If you don't want to mess around with the classes, you'll need to add a eval rule to the races which checks all class picks on the hero and complains if you add a forbidden one. It won't warn you beforehand, but it'll at least tell you your mistake after you make it.
 
If you don't want to mess around with the classes, you'll need to add a eval rule to the races which checks all class picks on the hero and complains if you add a forbidden one. It won't warn you beforehand, but it'll at least tell you your mistake after you make it.

Awesome Aaron that's good enough!

Thanks!
 
I'm surprised there's an expression field for races but not for classes. That would have been perfect to have a script to modify available classes based on race, combined with the eval rule on the new races.
 
Back
Top