Difference between revisions of "Self destruct bind"

From Vendetta Online Wiki
Jump to: navigation, search
(Self Destruct)
Line 1: Line 1:
 
==Self Destruct==
 
==Self Destruct==
Code:<br>
+
Code:
<code><br>
+
alias kamikaze "kamikaze_arm"
alias kamikaze "kamikaze_arm"<br>
+
alias kamikaze_arm "echo 'Self destruct armed!'; alias kamikaze kamikaze_exec"
alias kamikaze_arm "echo 'Self destruct armed!'; alias kamikaze kamikaze_exec"<br>
+
alias kamikaze_disarm "echo 'Self destruct disarmed.'; alias kamikaze kamikaze_arm"
alias kamikaze_disarm "echo 'Self destruct disarmed.'; alias kamikaze kamikaze_arm"<br>
+
alias kamikaze_exec "echo 'Self destructing in 5 seconds... Goodbye.'; wait 5 explode; alias kamikaze kamikaze_arm"
alias kamikaze_exec "echo 'Self destructing in 5 seconds... Goodbye.'; wait 5 explode; alias kamikaze kamikaze_arm"<br>
+
 
</code><br>
+
 
Bind the following commands to the key of your choice:<br>
 
Bind the following commands to the key of your choice:<br>
 
{| style="border:2px solid grey;" cellspacing=0
 
{| style="border:2px solid grey;" cellspacing=0

Revision as of 23:41, 26 February 2005

Self Destruct

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"

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.