有个命令我不能用..。有人知道正确的语法吗?
Usage: TIMER [-refnum < num >] [-repeat < num >] < seconds> < command>
TIMER [-quiet] -delete < num>发布于 2016-11-18 13:30:11
/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 (这将停止上一次)
只要输入/timer,就会列出在没有指定refnum的情况下正在运行的任何内容。
发布于 2017-11-18 10:19:50
/timer -repeat -1 9 nick myNick或
/timer -repeat 999999999999 9 nick myNick它只执行一次,然后就从计时器列表中消失了
https://stackoverflow.com/questions/40674601
复制相似问题