English
Chinese
  yTin Online Help  

  中文主页 | Home (english) | 快快下载 | 实战教程 | 命令帮助 | 实用工具 | 常问问题 | 讨论留言 | 友好泥潭 | 我的程序 | 全球镜像 |
purge

format: #purge

格式:#purge

清除待送指令

用处:用来停止用 #pause (和 #sleep,未加) 传送的命令。
举例:
            #pause 1
            #100 kiss miaom
            如果发现老婆来了,赶紧 #purge 开可以把没送出去的 kiss 收回来。
(未加,以后才可以用)
            #sleep 10;exercise 2000
                  在系统休息 10 秒后,exercise 2000 的命令将被执行。
               如果在键入上行命令后 10 秒内,用 #purge ,系统休息被取消,
                           exercise 2000 也将被取消。
Example:
#purge                  <== same as #purge 1
#purge 1               <== DEFAULT, clear the pending commands due to
                                 #pause, #slow and #sleep (0x01)
#purge 2               <== clear the pending commands due to
                                 #pause, #slow and #sleep2 (0x02)
#purge 3               <== 0x03 = 0x01+0x02, clear the pending commands due to
                                 #pause, #slow, #sleep (0x01) and #sleep2 (0x02)
#purge 0               <== clear the pending commands due to #pause, #slow