Self destruct bind: Difference between revisions

From Vendetta Online Wiki
Jump to navigationJump to search
Line 1: Line 1:
==Self Destruct==
==Code==
Code:
  alias kamikaze "kamikaze_arm"
  alias kamikaze "kamikaze_arm"
  alias kamikaze_arm "echo 'Self destruct armed!'; alias kamikaze kamikaze_exec"
  alias kamikaze_arm "echo 'Self destruct armed!'; alias kamikaze kamikaze_exec"
Line 6: Line 5:
  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"


==Aliases==
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
Line 16: Line 16:
|}
|}


===Credit===
==Credit==
Created by Soltis.
Created by Soltis.

Revision as of 17:58, 27 February 2005

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.