• 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

Prerequisite Scripts

Can someone help me out with the script for the following Prerequisite?

"Ability to spontaneously cast arcane spells."

I am almost done building Races of the Dragon "Dragonheart Mage and this is the only code I can't find in the other stuff that has been built.

Also, can I put it in the Expr-Reqs or does it have to go in the Pre-reqs section?

Thanks.
 
Thanks! Is there a database of code that you can search that has this stuff written out?
Hero Lab itself has debugging tools. In this case add a level of Sorcerer. Then go to "Develop->Floating Info Windows->Show Hero Tags".

I would recommend reading the Glossary of Terms for the Editor. Then check out FAQ#2 for all the places to learn about the editor including YouTube videos.

The above is for Pathfinder and some "field" names and tags will be different the general concepts and using debugging tools is all the same.
 
I am having an issue with the Draconian language being a prerequisite. I have the following Expr-reqs:

hero.childfound[lDraconic].tagis[thing.activated] <> 0

but it is still is giving me an error even though I have the language from the Dragonborn subclass. All I am looking to do it add a prerequisite that you need the Draconic language in order to use this prestige class, but it is not linking properly to the language given by the subclass Dragonborn .
 
I am having an issue with the Draconian language being a prerequisite. I have the following Expr-reqs:

hero.childfound[lDraconic].tagis[thing.activated] <> 0

but it is still is giving me an error even though I have the language from the Dragonborn subclass. All I am looking to do it add a prerequisite that you need the Draconic language in order to use this prestige class, but it is not linking properly to the language given by the subclass Dragonborn .

Try making lDraconic a pick-req. That should work.
 
Back
Top