Is there a way to tell which hand a Magic Effect comes from? I have a spell that changes it's effect when equipped to the left or right hand (since it's all scripted, it's designed to emulate dual-wielding and double the effect if you're hitting the target with both hands); the problem is, every condition I try seems to block the effect entirely.
There's a couple that look like they should do what I want, but for some reason they're never evaluating as true. I can tell which had the PC has equipped the Spell to easily enough, but the actual effect-hand is what I'd like. The only alternative I can see is giving the PC two versions of the spell, one forced to left and one forced to right, which I'd rather avoid.