Sets server-side information about the selected client in the form of key-value pairs.

  1. The key to use.
    The key is case-insensitive, so if you use this action with key "bob", you can read it back or overwriting it by passing key "Bob" or "BOB".
    In Blue, the key is also simplified, so "Bób" and "BoB" will both match.
    Without removing the key-value pair, the key's casing will remain as whatever it was first set to.
  2. The new string value to store with that key.
    Setting the value to blank "" will remove the key=value pair.


This key-value pairing is also used by groups in the Ini object, so anyone familiar with Ini will find this easy to understand.

The data is called "local" because the channel data stored by the server (locally) is not passed to the (remote) clients in the channel.

The data is accessible for the last time during the Connection > On disconnect event.