Abstract:

You can chat on other channels for purposes of sending commands., but only objects listening on that particular channel will “hear” your chat, and only if they are set to listen to you. The format for sending a command on an alternate channel is:

/# command

where # is the channel # (1-65,535) and command is the text to send.

For example, to send the command ‘dance’ on channel 1, you would type:


/1 dance

As a shortcut, after you have sent a command on a channel, you can send text to the same channel without typing the channel number by typing:


// command

This will send the text in command to the previously used channel. For example, if you previously typed /1 dance, // dance would send the dance command on channel 1.