Edit: In the end, I was going to have the weapons chosen be added to a minion, but I forgot that an eval script can't add a pick. I'm still interested to see why my list below wasn't working. I'm going to see if there is some bootstrap method that might work.
I'm trying to create a usrCandid1 field that will display a list of all non-magical items that are part of the 'Simple' weapon proficiency.
If I use this for my expression, I was expecting to get a list of items that have the NormalWep component, as well as the Simple weapon proficiency.
If I just use that, the dropdown list will only contain weapons that match those requirements that my character currently has on them.
If I switch the 'restrict First List' drop down to 'All Things', it fills the list up with magical and non magical versions of the Simple Weapon proficiency as well. So, this is getting closer, but I'm not sure why it isn't honoring my NormalWep component.
I'm trying to create a usrCandid1 field that will display a list of all non-magical items that are part of the 'Simple' weapon proficiency.
If I use this for my expression, I was expecting to get a list of items that have the NormalWep component, as well as the Simple weapon proficiency.
Code:
field[usrCandid1].text = " component.NormalWep & wProfReq.Simple "
If I just use that, the dropdown list will only contain weapons that match those requirements that my character currently has on them.
If I switch the 'restrict First List' drop down to 'All Things', it fills the list up with magical and non magical versions of the Simple Weapon proficiency as well. So, this is getting closer, but I'm not sure why it isn't honoring my NormalWep component.
Last edited: