Self destruct bind: Difference between revisions

From Vendetta Online Wiki
Jump to navigationJump to search
Line 7: Line 7:
==Aliases==
==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
{| border="1"
|-
! style="border-right:1px solid grey; border-bottom:1px solid grey;" | <small>Command !! style="border-bottom:1px solid grey;" | <small>Description
|-
|-
| style="border-right:1px solid grey;" | <small>kamikaze|| <small>Arm self-destruct sequence.
! Command
! Description
|-
|-
| style="border-right:1px solid grey;" | <small>kamikaze_disarm|| <small>Disarm self-destruct sequence.
| kamikaze
| Arm self-destruct sequence.
|-
| kamikaze_disarm
| Disarm self-destruct sequence.
|}
|}


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

Revision as of 01:23, 5 March 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.