• 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

Using class skills as prerequisites

Feros

New member
Hi!

I'm trying to introduce a flaw into the game from Christina Stiles Presents - Ultimate Options - Minor & Major Drawbacks that uses certain class skills as prerequisites. This is it:

Magically Inept

You have problems with spellcasting and using magic items.

Prerequisites
: Spellcraft or Use Magic Device as class skill.

Bane: You suffer a -2 penalty on all Spellcraft checks and Use Magic Device checks. You cannot take 10 on Spellcraft checks.​

Is there a command that allows the program to determine if a skill is a class skill for the hero or not?

Thanks for any advice! :)
 
a prereq like that would be

hero.child[skSpellcr].tagis[Helper.ClassSkill] + hero.child[skUseMagic].tagis[Helper.ClassSkill] <> 0
 
Last edited:
Back
Top