English
Chinese
 
yTin Online Help
 
 
Home (english)
|
Home (chinese)
|
Downloads
|
Sample scripts
|
Online help
|
Utilities
|
FAQs
|
Discussions/Messages
|
Mud&links
|
My Progs
|
Mirrors
|
purge
format:
#purge
This will purge all pending commands that will otherwise
send to mud by using
#pause
or
#sleep
command.
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
See also:
#pause
,
#slow
,
#sleep
,
#sleep2