PDA

View Full Version : how to wait for flag



XcanadamanX
11-10-2006, 08:32 PM
How do i wait for the flag to dissappear from the minimap? what would it look like in a script?

Sumilion
11-10-2006, 09:01 PM
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 :)

XcanadamanX
11-10-2006, 09:29 PM
thank you sooo much