PDA

View Full Version : Two Selectable Menus of A Few Skills


aunger93
March 24th, 2012, 02:13 PM
Okay, so first: I have no idea what I am doing with most of this programming stuff, so bear with me as I try to explain the issue.

I am trying to code a custom feat that allows the character to select two Craft skills from a group of four specific Craft skills, so they can take a bonus.

By stealing code from other feats, I've managed to get all of it working except one part: I can't figure out how to limit the selectable lists to only the four Craft skills they can choose from, instead of the whole list of Craft skills.

Currently, I'm thinking I should add the Fields so that the Value of the Field contains the four skill IDs, but every time I try, it doesn't work... any technologically literate folks out there that can help?

Thanks!