02-06-2014, 05:13 AM
not sure exactly what your trying to do posting more of your code would help
instead of using
lef 37 15 id(4 w) 5 ;;trykknap 'Start'
try
Dragon:
int w=win("Dragon Timer" "#32770")
but+ id(4 w);;trykknap 'Start'
Baron:
int w=win("Baron Timer" "#32770")
but+ id(4 w);;trykknap 'Start'
BlueBuff:
int w=win("Blue Buff Timer" "#32770")
but+ id(4 w);;trykknap 'Start'
clicks without using the mouse since you have the window handle doesn't need to switch windows to it to do this.
instead of using
lef 37 15 id(4 w) 5 ;;trykknap 'Start'
try
Dragon:
int w=win("Dragon Timer" "#32770")
but+ id(4 w);;trykknap 'Start'
Baron:
int w=win("Baron Timer" "#32770")
but+ id(4 w);;trykknap 'Start'
BlueBuff:
int w=win("Blue Buff Timer" "#32770")
but+ id(4 w);;trykknap 'Start'
clicks without using the mouse since you have the window handle doesn't need to switch windows to it to do this.
