• 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

How do I assign GM approval as feat pre-requisite?

Senko

Well-known member
I'm trying to create a feat that requires GM approval to take but I keep getting error messages. Can anyone help me out with the correct syntax to set up a feat so that it displays the message GM approval required (and if possible character level = 1) please?
 
Look at the pre-req script on any feat that already exists in hero lab that has the 1st level requirement. You can just steal the script and reuse it.

As for the GM approval thing, my players have to send in their portfolios to me via email or thumb drive and I scrutinize everything on it before giving my approval. If I approve it for use, I will print off a copy and use my special endorsing tool on it that pushes into the paper my approval mark. As far as I know, there isn't a way to have hero lab have a script on it that accomplishes GM approval warnings. If it is possible to do this, I don't know how to do it.
 
I'm trying to create a feat that requires GM approval to take but I keep getting error messages. Can anyone help me out with the correct syntax to set up a feat so that it displays the message GM approval required (and if possible character level = 1) please?
My question back is what exactly are you trying to accomplish here? I can see two different ideas:
1) You want to have the feat always invalid unless you put in a special "Thing" on the character that makes it valid. That special "thing" only you could put in.
2) You want a warning message only when displayed in the list of feats but as soon as the feat is taken the warning message goes away. This assumes the player taking it got permission and you just wanted to give a warning before hand as a reminder.

Their is no real way to accomplish "1" as its their character and anything you could do the player can do. We can do option "2" if you would like and I give some example code once I get home if you like.
 
Number 2 there's a couple of 3rd party feats that I would rather judge on a campaign by campaign basis (not bad enough for an outright ban but the kind of thing I wont allow in every game) and I want to add this as a reminder when creating the character. Most of the time I'll remember them but sometimes they slip by and being able to get a reminder would be nice.

I've tried hunting through the feats for a copy paste but I can't find any that have GM approval as a pre-requisite and the ones I've found elsewhere e.g. pureblood Atzlanti I can't figure out how to call up in the editor.
 
A warning message could be done by making a prereq that says "GM Approval Required" and making the rule validif (@ispick <> 0)
 
Back
Top