Forums » Community Projects

Blinky (a radar jump point indicator flasher)

Jan 17, 2009 Daare link
For those of you who have trouble finding your jump point on your radar display, I bring you Blinky! It will make the little cross in your radar display flash in 1s intervals (change the wait value if you need a faster/slower blink). I suppose you can leave it on but I don't know if that's a good idea so I suggest using a bind to turn it on and off as needed; F3 is the default key but feel free to bind it to any handy, unused key.

To install, copy and paste the below into your wgaf.cfg file as usual.

----- Start copy below this line -----
alias blinky "alias blinkcycle 'radartoggle 13; wait 0.5 blinkcycle'; bind F3 blinkstop; blinkcycle; echo '>>> Blinky ON <<<'"
alias blinkstop "alias blinkcycle ' '; radarshow 13; bind F3 blinky; echo '>>> Blinky OFF <<<'"
alias blinkcycle " "
bind F3 blinky
----- Stop copy above this line -----