• 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

Jack of All Trades Feat

Nullcron

Member
In this feat a rank is added to all skills. How would that work since if you added a skill to your list, like a craft or knowledge, you would get a rank in it automatically ?

It seems you would need to group all skills in an array and add 1 to them all.
 
It seems you would need to group all skills in an array and add 1 to them all.
Yea I am not 100% sure of your question but their is a "AllSkills" Thing in HL that by adding 1 to AllSkills it will then add 1 to every skill on the character.

Hmm plz correct me Lawful_g if that only exists in Pathfinder and not d20. I get mixed up between the two systems sometimes. :)
 
#skillbonus[AllSkills] += 1

I think I was trying to do the following as an eval script:

#skillbonus[AllSkills] += 1

I am new with this but I would like to contribute more.
 
The AllSkills does seem to work for adding a +1, but it doesn't work for making them all class skills (what my JOAT does), is there a code for that?
I found, Knowledge for all knowledge skills Craft for all craft skills etc but that still leaves a lot of skills you have to do one at a time - does anyone know an easier way?
 
Back
Top