Gives channel ownership to another character. Has no effect unless the player is the owner of the given channel.


See also Channel functions.

Signature:

SetChannelOwner("channel", "fullname")

Arguments:

  • channel - Name of the channel (string)
  • fullname - Name of the character to make the new owner (string)

Examples:

-- Give "Cladhaire" ownership in the channel "monkeys"
SetChannelOwner("monkeys", "Cladhaire")