I was hoping to make one of my GLOs listener for every message that came in on a channel (so it could validate them). I’d envisaged a way of having two channels per area, one with data that could just be passed between clients without the server caring (chat etc) and one which the server might validate now and again.
So, I have my Arena GLO, I want it to receive every message sent on a particular channel. I wondered if there was going to be a SimChannelDataListener that once registered would cause channel messages to pass through the server before going between clients. I realise I could add a SimUserDataListener to every user and pass messages for a particular channel recieved in these liseteners off to the independent channel GLOs but seems a little cumbersome.
Kev