How do i wait for the flag to dissappear from the minimap? what would it look like in a script?
Printable View
How do i wait for the flag to dissappear from the minimap? what would it look like in a script?
I usually use FFlag();
Like this :
Mouse(x, y, 5, 5, true);
FFlag(0);
This would wait until the flag is gone, FFlag(10); would wait until its 10pixels before the flag, usefull for roadwalking :)
thank you sooo much