Changes

Scanner bind

203 bytes added, 02:16, 21 March 2008
/* Code */ added <nowiki> tags to make wiki treat text verbatim
This bind basically will automatically target the nearest enemy, enabling you to keep abreast of who's around you without constantly pressing your nearest enemy key. The '''Scanner Bind''' is interesting in that Morbidly Wrong and Celkan both developed one, seemingly independantly of each other. Both versions are presented here.
==Celkan's Version==
alias AutoNTToggle "AutoNTOn"
alias AutoNTOn "alias AutoNTToggle AutoNTOff; alias AutoNTClock 'wait 1 AutoNTarget'; AutoNTClock; ANTmsg1"
<nowiki>alias AutoNTOff "alias AutoNTToggle AutoNTOn; alias AutoNTClock ''; ANTmsg2"</nowiki>
alias AutoNTClock ""
alias AutoNTarget "RadarNextNearestEnemy; AutoNTClock"
===Credit===
Created by Morbidly Wrong
 
[[Category:Binds]]