Showing movement trails for masked unit

Hi!

Is there a way to make movement trails of masked pieces visible to the other side?
Currently, the other side in my module will see movement trails of its own and unmasked opposing side pieces only.

I have experimented with the order of the Mask and the Movement Trail properties, but cannot get them to display.

Thanks!

Martin

Okay, I finally figured this out - at least to a degree.

My issue appears to be linked to trait order or some odd prototype nesting behaviour. While I was experiencing the issue, I had a structure principally like this:

Before

Prototype Block
…[other stuff]
Movement trail

Prototype Allied Block

Mask
Mark when moved

Prototype = Block

I noticed that the Allied Blocks would be marked as moved, even when masked, but not showing the movement trail.

When I moved the Movement trail attribute into the Allied Block prototype, it works:

After

Prototype Block
…[other stuff]

Prototype Allied Block

Mask
Mark when moved
Movement trail

Prototype = Block

Cheers,

Martin