Nicky N.
Nicky N.
If you're comfortable with trying to fix it yourself you should take a look at: [https://github.com/Orvid/Caprica/blob/master/Caprica/papyrus/expressions/PapyrusBinaryOpExpression.h#L164](https://github.com/Orvid/Caprica/blob/master/Caprica/papyrus/expressions/PapyrusBinaryOpExpression.h#L164) Currently it coerces both operands to the same type and then throws an error...
Some extra weirdness. Commenting out some of the previous calls to `Debug.trace` results in what looks like proper output (I have not ran it) ```papyrus Function testBoolStruct() Global testStruct structA...
It's worth noting that on some of these referencing labels we're talking about branch destinations. You will likely have something different, but during script loading in papyrith I convert branch...