here's the situation..
i want my bots.. to do same thing every 30 seconds of every minute which must be synchronized with my CPU time.. so what i have is this
Code: Select all
automacro exacttime {
localtime == 14:50:30 <------------must be null:null:30
exclusive 1
call {
do something,whatever,ETC
}
}