$setServerVar

Updates a variable value for a server.

Usage

$setServerVar[variableName;newValue;(optional) serverID]

Breakdown

  • variableName - The variable to update.
  • newValue - The newly assigned variable value.
  • serverID - The server to assign the new value to, uses current server if no 'serverID' is provided.

📝 Server variables values has a max character limit of 499 (for premium users, it's 4999).

See more in the Variables guide...