Player sides problen

There are two players in room and two player siddes(for example P1 and P2) in module. 1st player choose P1 side, and 2nd choose P2.
But, when 1st player interacts with piese wich have restricted access(P1), 2nd player side is automatically changes to P1 and
vice versa. How to solve this problem?
And anouther question: how to create a piece, wich can be moved by anyone, but masked by only one player?

dont use same password

Good call. That’s got to be the bug that haunts us the most. When a lot of
people test modules they do exactly that: use the same password.

  • M.

On 15 March 2011 11:09, AdamSzieberth sziebadam@gmail.com wrote:

dont use same password

Thus spake Michael Kiefte:

Good call. That’s got to be the bug that haunts us the most. When a lot of
people test modules they do exactly that: use the same password.

This is one of the stupidest bugs we have. I would love to fix this, but
unfortunately I think it would require a major change to the save file
format. And if we’re going to change the save file format, then I’d like
to do it properly, which means fixing all of the other nasties as well…

I have some stuff kicking around in my head regarding this. I’m soon going
to try to put together a description of how I think we should proceed.


J.

Thank you for answer.