Posts: 9
Threads: 4
Joined: Oct 2015
Reputation:
0
I need macro who stop atacker when capcity lower than X and another when it start killer when capcity higher than x. Is it posible?
Posts: 1,518
Threads: 151
Joined: Mar 2012
Reputation:
0
try:
[macro]500 {Cap} Self.Capacity()<=10 [Jump] Killer.Stop() {Jump} Self.Capacity()>=11 Killer.Start() [/macro]