Self destruct bind: Difference between revisions
From Vendetta Online Wiki
Jump to navigationJump to search
Roguelazer (talk | contribs) |
m Forgot the extra line. |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
The '''Self Destruct''' bind enhances the built-in /explode command by giving it a 5 second delay and arming/disarming functionality. | |||
(Note: This bind has been made obselete by the 10-second /explode delay in the new production client.) | |||
==Code== | ==Code== | ||
alias kamikaze "kamikaze_arm" | alias kamikaze "kamikaze_arm" | ||
Line 7: | Line 11: | ||
==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 | |||
|- | |- | ||
| | | kamikaze | ||
| Arm self-destruct sequence. | |||
|- | |- | ||
| | | kamikaze_disarm | ||
| Disarm self-destruct sequence. | |||
|} | |} | ||
==Credit== | ==Credit== | ||
Created by Soltis. | Created by Soltis. | ||
[[Category:Binds]] |
Latest revision as of 11:11, 23 March 2006
The Self Destruct bind enhances the built-in /explode command by giving it a 5 second delay and arming/disarming functionality.
(Note: This bind has been made obselete by the 10-second /explode delay in the new production client.)
Code
alias kamikaze "kamikaze_arm" alias kamikaze_arm "echo 'Self destruct armed!'; alias kamikaze kamikaze_exec" alias kamikaze_disarm "echo 'Self destruct disarmed.'; alias kamikaze kamikaze_arm" alias kamikaze_exec "echo 'Self destructing in 5 seconds... Goodbye.'; wait 5 explode; alias kamikaze kamikaze_arm"
Aliases
Bind the following commands to the key of your choice:
Command | Description |
---|---|
kamikaze | Arm self-destruct sequence. |
kamikaze_disarm | Disarm self-destruct sequence. |
Credit
Created by Soltis.