版本一  ...
automacro hplost {
console /您正坐著/
status not 極速回復狀態
   call {
   do ss 358 1
   }
   timeout 1
}
automacro delay {
console /使用 極速回復 失敗 (延遲中)/
delay 2
   call {
   do ss 358 1
   }
}
版本二  ...
automacro sit {
console /您正坐著/
status not 極速回復狀態
call sit1
timeout 3
}
macro sit1 {
do ss 358 1
}
automacro delay {
console /使用 極速回復 失敗 (延遲中)/
delay 2
call sit1
}
没有评论:
发表评论