2016-11-18 10 views
0

私は使用できないコマンドがあります... 誰も正しい構文を知っていますか?ちょうどあなたが指定しなかった場合/timerが実行されているいずれかを一覧表示されます入力しタイマコマンドがHEXCHATでどのように動作するか

Usage: TIMER [-refnum <num>] [-repeat <num>] < seconds> < command> 
     TIMER [-quiet] -delete < num> 

答えて

0

/timer 10 say This is 10 seconds later!

/timer -repeat 3 10 say I am repeatedly saying this 3 times in 10 sec intervals

/timer -refnum 1 -repeat 0 10 say I repeat this until the end of time!

/timer -delete 1(これは、以前の1を停止)

refnum。

+0

感謝し、なくなって一旦実行されます – behzad

0
/timer -repeat -1 9 nick myNick 

または

/timer -repeat 999999999999 9 nick myNick 

それは、それがタイマーリストから、それが働いた

関連する問題