08-07 SEND
中文:將一個檔案的內容加上前綴當作指令送到mud。
原文:send a text file to the MUD prefixed by a command
格式:#SE filename {prefix(前綴)} {postfix(後綴)}
範例:#SEND notes.txt {tell zugg}
送出檔案notes.txt,並在每一行前加上tell zugg。
#SEND hello there
送出"hello there"文字,如同你自己鍵入它。