Scanner bind: Difference between revisions

No edit summary
m →‎Code: added <nowiki> tags to make wiki treat text verbatim
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''Scanner Bind''' is interesting in that Morbidly Wrong and Celkan both developed one, seemingly independantly of each other. Both versions are presented here.
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==
==Celkan's Version==
Line 5: Line 5:
  alias AutoNTToggle "AutoNTOn"
  alias AutoNTToggle "AutoNTOn"
  alias AutoNTOn "alias AutoNTToggle AutoNTOff; alias AutoNTClock 'wait 1 AutoNTarget'; AutoNTClock; ANTmsg1"
  alias AutoNTOn "alias AutoNTToggle AutoNTOff; alias AutoNTClock 'wait 1 AutoNTarget'; AutoNTClock; ANTmsg1"
  alias AutoNTOff "alias AutoNTToggle AutoNTOn; alias AutoNTClock ''; ANTmsg2"
  <nowiki>alias AutoNTOff "alias AutoNTToggle AutoNTOn; alias AutoNTClock ''; ANTmsg2"</nowiki>
  alias AutoNTClock ""
  alias AutoNTClock ""
  alias AutoNTarget "RadarNextNearestEnemy; AutoNTClock"
  alias AutoNTarget "RadarNextNearestEnemy; AutoNTClock"
Line 46: Line 46:
===Credit===
===Credit===
Created by Morbidly Wrong
Created by Morbidly Wrong
[[Category:Binds]]