What I want is a way to broadcast a message but exclude one of the peers. Such as if a peer sends a message to the host and then the host broadcasts that message to everyone except the peer that sent the message.
An example would kind of look like this
Every 1 second
Is Host Broadcast meseage tag"" message"whatever you want" except for peer id "PeerID"
This could be really helpful when the peer is sending a value he wants the rest of the peers to get but doesn't want the message sent back to him.