I want to create a feat called 'Private Investigator", the feat should be free to pick (costs no feat). And should add:
Bluff,
Gather Information,
Diplomacy
To the list of skills of the character so he can level it as if it were a class skill.
I've got the editor open, but it's quite hard to figure out how to add something like this although it seems like a small thing.
//edit
Figured out that adding this to the feat:
perform hero.child[cHelpRgr].assign[ClassSkill.kBluff]
perform hero.child[cHelpRgr].assign[ClassSkill.kGatherInf]
perform hero.child[cHelpRgr].assign[ClassSkill.kDiplomacy]
Gives the skills to the class. Now I have to figure out how to remove the cost of the feat.
//edit. Changed it from a feat to a trait and fixed it.
Bluff,
Gather Information,
Diplomacy
To the list of skills of the character so he can level it as if it were a class skill.
I've got the editor open, but it's quite hard to figure out how to add something like this although it seems like a small thing.
//edit
Figured out that adding this to the feat:
perform hero.child[cHelpRgr].assign[ClassSkill.kBluff]
perform hero.child[cHelpRgr].assign[ClassSkill.kGatherInf]
perform hero.child[cHelpRgr].assign[ClassSkill.kDiplomacy]
Gives the skills to the class. Now I have to figure out how to remove the cost of the feat.
//edit. Changed it from a feat to a trait and fixed it.
Last edited: