View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old July 2nd, 2014, 09:34 AM
Quote:
Originally Posted by Guiche007 View Post
Hi Sendric,

Thanks it's working perfectly. The last thing i'm working on is the Disguise class skill is always considered a class skill. I have checked the class skill in the race but it's not considered has a class skill. Can you give me some tips on that case?

Thanks
Sorry. Yes. By assigning it as a class skill to the race, that means its a class skill for any racial HD you have, and it isn't transferred to any classes the character takes. A simple solution would probably be to foreach through each class and add the appropriate tag, such as:

Code:
foreach pick in hero from BaseClHelp
 perform eachpick.assign[ClassSkill.kDisguise]
nexteach
Run this at First/1000, and you should be golden. It will create duplicate tags on some classes, but that's probably not an issue.
Sendric is offline   #4 Reply With Quote