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



See Also ...

Topic

DOC_send_paste Commented softcode

Functions

FNC_PasteCommand PasteCommand (Pastes text into the command window, replacing the current selection)
FNC_Send Send (Sends a message to the MUD)
FNC_SendImmediate SendImmediate (Sends a message to the MUD immediately, bypassing the speedwalk queue)
FNC_SendNoEcho SendNoEcho (Sends a message to the MUD without echoing in the output window)
FNC_SendPkt SendPkt (Sends a low-level packet of data to the MUD)
FNC_SendPush SendPush (Sends a message to the MUD and saves it in the command history buffer)
FNC_SetCommand SetCommand (Sends text to the command window)

(Help topic: general=send)

DOC_contents Documentation contents page