Paris.Crenshaw
Well-known member
How would you handle a situation where a matched pair of magical swords must both be wielded to gain the benefit of two-weapon fighting (without pre-requisites)?
I am able to get the blades to grant the feat when each is equipped using the bootstrap with the condition: "fieldval:gIsEquip <> 0". I can't figure out the code that will grant it if the blade is in the off hand, though.
I even got it to ignore pre-requisites with the skipprereq thing in the tag.
What I can't figure out how to do (aside from the off-hand option) is tell the program to look for the other weapon and make sure both are equipped (and not care which is the primary or off-hand weapon), before granting the two-weapon fighting feat.
I've tried looking through the online resources and the tutorials. I really could use a reference to tell me how to structure the eval scripts. I'm not at all familiar with Hero Lab's syntax.
Thanks in advance for the help!
I am able to get the blades to grant the feat when each is equipped using the bootstrap with the condition: "fieldval:gIsEquip <> 0". I can't figure out the code that will grant it if the blade is in the off hand, though.
I even got it to ignore pre-requisites with the skipprereq thing in the tag.
What I can't figure out how to do (aside from the off-hand option) is tell the program to look for the other weapon and make sure both are equipped (and not care which is the primary or off-hand weapon), before granting the two-weapon fighting feat.
I've tried looking through the online resources and the tutorials. I really could use a reference to tell me how to structure the eval scripts. I'm not at all familiar with Hero Lab's syntax.
Thanks in advance for the help!