how can do this?
Code: Select all
automacro tele {
 
 condition = not while attacking ???
 timeout 20
  call {
      do something
  }
}
Moderator: Moderators

Code: Select all
automacro tele {
 
 condition = not while attacking ???
 timeout 20
  call {
      do something
  }
}

