• 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

Showing special text for skills.

Vanye111

Member
So, I'm attempting to create the Pathfinder Society boon: Friend of Janier Gavix. The boon grants you a +1 to all Knowledge skill checks while you're at a specific location (namely, the Pathfinder Grand Lodge). I want this to show up on the list of skills, like the bonus from ranger Favored Enemy, or skill tools (like the Mapmaker's kit), but not be added into the actual skill.

This is the evaluation script I'm using, cribbed and modified from a wayfinder:

#situational[hero.childfound[skSurvival],"+1 bonus on all Knowledge checks made while in the Grand Lodge.",field[name].text]


-I get no errors with it, but it doesn't do anything - it doesn't show up on a print preview of the character I've got it assigned to, it's not showing up when I mouse over skills as a situation modifier, nothing.
-Is there a skill name tag that will apply this to all skills, or does it have to be specified for each skill?

To sum up - I don't want this to change a skill calculation, I just want it to display on the list of skills as a situational modifier. I can get it to do so by adding it on the Adjust tab, but it would be much more convenient to have it as a Vanity/Prestige Award.
 
That line of code should be working.

What's the phase & priority of your script?

What else is in this script? Is there an initial test that might accidentally be failing, and keeping this from happening?
 
The boon grants a bonus to Knowledge skills checks, but in your script the situational is applied to the Survival skill
 
Back
Top