SENDPROMPT
Syntax: #SENDP text
Related: #SEND, #SENDRAW
Similar to the #SEND command for sending text to the MUD, but the newline at the end is suppressed and the text is not echoed or parsed. Useful for sending a single character to the MUD without sending a newline with it. Same as the #SENDRAW command
SENDPROMPT Example
#SENDP c Sends the letter 'c' to the MUD (to 'continue' for example) without a newline.