chimeforest
Member
Hello HL Forums, this one is a bit of a doozy.
I need to create a feat that has a drop down menu of other feats for the user to select. The list of feats would be feats which require the hero to have a certain racial ability. After the user has selected the feat, it would be added as a bonus feat for that character.
How would you go about doing this? Are there any existing feats which do a similar thing?
I'm currently stuck on the first part of getting the drop down menu to show feats. For the drop down custom expression I've tired the following:
But these only give me Picks which the hero has, I need Things for this feat to work, how might I get a list of those?
Figured this last part out, by restircting the list to "All Things" it lists feats not on the hero..
Thank you for your time,
Chimeforest
I need to create a feat that has a drop down menu of other feats for the user to select. The list of feats would be feats which require the hero to have a certain racial ability. After the user has selected the feat, it would be added as a bonus feat for that character.
How would you go about doing this? Are there any existing feats which do a similar thing?
I'm currently stuck on the first part of getting the drop down menu to show feats. For the drop down custom expression I've tired the following:
Code:
component.BaseFeat
Code:
fCategory.General
But these only give me Picks which the hero has, I need Things for this feat to work, how might I get a list of those?
Figured this last part out, by restircting the list to "All Things" it lists feats not on the hero..
Thank you for your time,
Chimeforest
Last edited: