Hello, I'm in multiplayer, I want to update a variable from the server to the clients or from one client to the server and the other clients. So I use rset
:
rset("dictDocks", dictDocks)
dictDocks being already updated locally. And I get this error message:
ERROR: _process_rset: RSET 'dictDocks' is not allowed on node /root/Carte/LesPorts/3 from: 1. Mode is 0, master is 1.
Whether the transmitter is the master or the puppet. I don't understand at all what that means...
Thank you.