Search found 1 match

by Zeiram
22 Oct 2017, 09:43
Forum: Macro Plugin
Topic: condition = not while attacking ?
Replies: 2
Views: 2825

condition = not while attacking ?

Hi there,

how can do this?

Code: Select all

automacro tele {
 
 condition = not while attacking ???

 timeout 20
  call {
      do something
  }
}