mesela wait değilde later gibi bir şey olabiliyomuKod:command /bekle [<int>]: trigger: wait arg-1 days
command /bekle <timespan>:
trigger:
set {wait::now} to now
set {wait::time} to arg-1
every a second:
if difference between {wait::now} and now is greater than or equal to {wait::time}:
#Bekleme işlemi bitti.
delete {wait::*}
wait {wait::time}Yaptığın şeye göre kod değişebilir.PHP:command /bekle <timespan>: trigger: set {wait::now} to now set {wait::time} to arg-1 every a second: if difference between {wait::now} and now is greater than or equal to {wait::time}: #Bekleme işlemi bitti. delete {wait::*}
/bekle 1 year 10 month 50 seconds