Scanner bind: Difference between revisions
From Vendetta Online Wiki
Jump to navigationJump to search
Roguelazer (talk | contribs) No edit summary |
Roguelazer (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
===Aliases=== | ===Aliases=== | ||
Bind the following commands to the key of your choice:<br> | Bind the following commands to the key of your choice:<br> | ||
{| | {| border="1" | ||
|- | |- | ||
| | ! Command | ||
! Description | |||
|- | |||
| AutoNTToggle | |||
| Toggles scanner. | |||
|} | |} | ||
Line 32: | Line 34: | ||
===Aliases=== | ===Aliases=== | ||
Bind the following commands to the key of your choice:<br> | Bind the following commands to the key of your choice:<br> | ||
{| | {| border="1" | ||
|- | |- | ||
! | ! Command | ||
! Description | |||
|- | |- | ||
| | | scanner | ||
| Toggles scanner. | |||
|} | |} | ||
Revision as of 01:22, 5 March 2005
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
Code
alias AutoNTToggle "AutoNTOn" alias AutoNTOn "alias AutoNTToggle AutoNTOff; alias AutoNTClock 'wait 1 AutoNTarget'; AutoNTClock; ANTmsg1" alias AutoNTOff "alias AutoNTToggle AutoNTOn; alias AutoNTClock ; ANTmsg2" alias AutoNTClock "" alias AutoNTarget "RadarNextNearestEnemy; AutoNTClock" alias ANTmsg1 "echo 'Automatic Nearest Enemy Targetting Engaged.'" alias ANTmsg2 "echo 'Automatic Nearest Enemy Targetting Disengaged.'"
Aliases
Bind the following commands to the key of your choice:
Command | Description |
---|---|
AutoNTToggle | Toggles scanner. |
Credit
Created by Celkan.
Morbidly Wrong's Version
Code
alias scan2 "wait 1 'scan1'; RadarNextNearestEnemy" alias scanoff "alias scan1 'echo Scanner Off'; alias scanner scanon" alias scanon "alias scan1 'RadarNextNearestEnemy; scan2'; echo 'Scanner On'; scan1; alias scanner scanoff" alias scanner scanon
Aliases
Bind the following commands to the key of your choice:
Command | Description |
---|---|
scanner | Toggles scanner. |
Credit
Created by Morbidly Wrong