Sending to the world
There are various ways of sending commands to the MUD. The main ways are:
-
Sending in the usual way, which may append to any existing speedwalk queue
Queueing up a command to go at the speedwalk rate
Sending immediately, bypassing the speedwalk queue
Topic
Functions
- (PasteCommand) Pastes text into the command window, replacing the current selection
- (Send) Sends a message to the MUD
- (SendImmediate) Sends a message to the MUD immediately, bypassing the speedwalk queue
- (SendNoEcho) Sends a message to the MUD without echoing in the output window
- (SendPkt) Sends a low-level packet of data to the MUD
- (SendPush) Sends a message to the MUD and saves it in the command history buffer
- (SendSpecial) Sends a message to the MUD with various options
- (SetCommand) Sends text to the command window
- (SetCommandSelection) Selects specified columns in the command window