mud_sanc 板


LINE

移除設定:Remove settings items 06-01 UNALIAS 中文:移除別名。 原文:remove an alias 格式:#unalias alias classname 範例:#unalias cc 移除cc這個別名。 06-02 UNBUTTON 中文:移除按鈕。 原文:remove a button 格式:#unbutton number 範例:#unbutton 2 移除第二個按鈕,不過其後的按鈕,編號不會前移。 06-03 UNCLASS 中文:移除類別。 原文:removes a class 格式:#unclass classname 範例:#unclass blood 移除群組BLOOD。旗下的條目會歸類到<none>下。 06-04 DELCLASS 中文:移除類別並刪除其下的設定。 原文:removes a class and deletes settings 格式:#delclass classname 範例:#delclass blood 移除群組BLOOD。旗下的條目會全部刪除。 06-05 UNKEY 中文:移除按鍵。 原文:remove a macro key 格式:#unkey key classname 範例:#unkey <F1> 移除設在F1下的指令。 06-06 UNTRIGGER 中文:移除觸發。 原文:remove a trigger 格式:#untrigger {pattern} classname 範例:#untrigger {tells you} 移除觸發tells you。 06-07 UNVAR 中文:移除變數。 原文:remove a variable 格式:#unvar variable classname 範例:#unvar a 移除變數a。 06-08 UNMENU 中文:移除選單。 原文:remove a speed menu item 格式:#UNM caption classname 範例:#unmenu 補血 移除"補血"這個選單項目。 06-09 UNDIR 中文:移除方向。 原文:remove a direction setting 格式:#UND direction classname 範例:#undir n 移除方向north。 06-10 UNTAB 中文:移除自動完成。 原文:remove a word from the tab list 格式:#untab word 範例:#untab fancylants 移除fancylants 這個自動完成。 06-11 KILLALL 中文:移除所有別名、按鍵、觸發、自動完成。 原文:delete all aliases, macros, trigger actions, tab-completion words 格式:#KILLALL 範例:#killall 全刪光了,小心使用。 計時器:Tick Timer 07-01 TI 中文:開啟/關閉計時器。 原文:toggle the timer 格式:#TI timer-state command message-flag margin #TI 0/1 {指令} {時間快到時是否顯示訊息} {時間到前幾秒顯示訊息} 範例:#ts 137 #ti 1 {#2 bless} 0 5 設定一個每137秒就去bless的計時器,時間快到時不用顯示訊息,    時間到前5秒顯示訊息。margin對message-flag的設定沒有依存性    ,即使message-flag為0,margin還是可以作用。 message-flag打開後,如果margin設5秒,可以看到:    TICK IN 5 SECONDS 07-02 TS 中文:設定計時器的時間。 原文:set the time or origin of the timer 格式:#TS 秒數 範例:#ts 設定每137秒一個循環。設好就會開始倒數。 07-03 T? 中文:顯示計時器剩下的時間。 原文:display time remaining in timer 格式:#t? 範例:#t? 應該用不到的東西,下指令後會顯示一道訊息,或許有可能    應用它來做觸發吧! 07-04 TZ 中文:計時器歸零。 原文:zero the tick timer 格式:#TZ 範例:#tz 放棄目前的計時,重頭開始,但不會影響計時器的開關狀態。 檔案:File Commands 08-01 FILE 中文:開檔。 原文:open a file for reading and writing 格式:#FILE number filename 範例:#FILE 1 test.txt 打開test.txt準備讀寫。zMUD可以打開10個文件,文件號1~5打開 文本文件,能夠按順序讀或追加,文件號6~10打開記錄文件用於隨 機讀寫。如果nuber已經用於打開的文件,則前一個文件將被關閉。 打開的文件只能位於zmud.exe所在的目錄且不能是EXE,HLP和MUD文 件。 08-02 READ 中文:讀檔。 原文:read and execute a script from a file, or read a record from a file 格式:#REA number filename 範例:#rea mud.txt 逐行讀入並執行mud.txt。逐行讀入指定的文件並執行每一行。 #file 1 mudlist.txt #read 1 10 讀入mudlist.txt的第十行 讀入第n個文件的第rec個記錄。文件由file命令載入。 如果n是1~5,則指定的文件是文本文件,rec表示行號,省略rec 時,讀入下一行。如果n是6~10,表示是一個結構文件,指定的記 錄將被讀入,省略rec時,讀入下一個記錄。 08-03 WRITE 中文:寫檔。 原文:write a record to a file 格式:#wri number {value} rec 範例:#FILE 1 log.txt #WRI 1 {logged onto Dark Castle} 添加字串logged onto Dark Castle到編號為1的文字檔結尾。 #FILE 6 rec.fil #WRI 6 {this is record 3} 3 寫字串this is record 3到檔案6的第3個紀錄。 08-04 ERASE 中文:從硬碟中刪除用#file打開的文件檔案。 原文:erase a file from the disk 格式:#ERA filenumber 範例:#FILE 1 old.log #ERA 1 刪除old.log,需要先用#file命令打開。 08-05 RESET 中文:將第n個檔案的指標重設為起點,檔案必須用#file指令開啟。 。 原文:reset the file back to the beginning. 格式:#RES n #reset classname 範例:#res 5 把正在開啟的檔案5,游標位置移到第一行。        #res blood 把群組blood裡的變數和觸發重設為預設的狀態。        #res 所有變數和觸發重設為預設值。 預設值就是打開Variables編輯視窗後,每個變數中第三個欄位的值。    觸發則是classes項中,打勾位置。 08-06 CLOSE 中文:依指定的編號關閉文件檔,文件檔必須是已用#file打開的。 原文:close a file 格式:#CL filenumber 範例:#cl 6 關閉編號第六號的已開啟文檔。 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"文字,如同你自己鍵入它。 08-08 TYPE 中文:在螢幕顯示檔案內容。 原文:display all or part of a text file to the screen 格式:#TY filenumber {pattern} 範例:#FILE 1 mudlist.txt #TYPE 1 顯示mudlist.txt的全部內容。 #TYPE 1 castle 只顯示mudlist.txt裡包含castle文字的行 08-09 LOG 中文:開啟/關閉紀錄檔。 原文:start a log file or toggle logging 格式:#lo filename 範例:#lo test.txt 開始將MUD的所有輸出記入test.txt #lo 開關記錄,如果正在記錄,該命令將停止記錄,否則開始記錄。 08-10 FTP 中文:執行ftp 。 原文:perform file transfers using FTP 格式:#FTP [command] [arguments] 範例: 沒用過,根據說明檔,它有以下指令可用:         open hostname[:port] [username] [password] close 關閉 dir or list 顯示目錄或清單 cwd 顯示"當前工作目錄"的遠端伺服器 ascii 設定傳輸模式為ascii binary 設置傳輸模式為二進制 get filename [localname] 下載遠端伺服器的檔案。 put filename 上傳檔案到伺服器 getedit filename 下載指定的文件檔,並用編輯器打開。 所以,雲端機器人? 08-11 IMAGE 中文:顯示圖片。 原文:display an image in a popup window 格式:#IM filename 範例:#IM image.gif 在新視窗顯示image.gif。 #IM 移除圖片視窗。 --



※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.132.196.45







like.gif 您可能會有興趣的文章
icon.png[問題/行為] 貓晚上進房間會不會有憋尿問題
icon.pngRe: [閒聊] 選了錯誤的女孩成為魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一張
icon.png[心得] EMS高領長版毛衣.墨小樓MC1002
icon.png[分享] 丹龍隔熱紙GE55+33+22
icon.png[問題] 清洗洗衣機
icon.png[尋物] 窗台下的空間
icon.png[閒聊] 双極の女神1 木魔爵
icon.png[售車] 新竹 1997 march 1297cc 白色 四門
icon.png[討論] 能從照片感受到攝影者心情嗎
icon.png[狂賀] 賀賀賀賀 賀!島村卯月!總選舉NO.1
icon.png[難過] 羨慕白皮膚的女生
icon.png閱讀文章
icon.png[黑特]
icon.png[問題] SBK S1安裝於安全帽位置
icon.png[分享] 舊woo100絕版開箱!!
icon.pngRe: [無言] 關於小包衛生紙
icon.png[開箱] E5-2683V3 RX480Strix 快睿C1 簡單測試
icon.png[心得] 蒼の海賊龍 地獄 執行者16PT
icon.png[售車] 1999年Virage iO 1.8EXi
icon.png[心得] 挑戰33 LV10 獅子座pt solo
icon.png[閒聊] 手把手教你不被桶之新手主購教學
icon.png[分享] Civic Type R 量產版官方照無預警流出
icon.png[售車] Golf 4 2.0 銀色 自排
icon.png[出售] Graco提籃汽座(有底座)2000元誠可議
icon.png[問題] 請問補牙材質掉了還能再補嗎?(台中半年內
icon.png[問題] 44th 單曲 生寫竟然都給重複的啊啊!
icon.png[心得] 華南紅卡/icash 核卡
icon.png[問題] 拔牙矯正這樣正常嗎
icon.png[贈送] 老莫高業 初業 102年版
icon.png[情報] 三大行動支付 本季掀戰火
icon.png[寶寶] 博客來Amos水蠟筆5/1特價五折
icon.pngRe: [心得] 新鮮人一些面試分享
icon.png[心得] 蒼の海賊龍 地獄 麒麟25PT
icon.pngRe: [閒聊] (君の名は。雷慎入) 君名二創漫畫翻譯
icon.pngRe: [閒聊] OGN中場影片:失蹤人口局 (英文字幕)
icon.png[問題] 台灣大哥大4G訊號差
icon.png[出售] [全國]全新千尋侘草LED燈, 水草

請輸入看板名稱,例如:Soft_Job站內搜尋

TOP