Changes

Self destruct bind

179 bytes removed, 11:11, 23 March 2006
Forgot the extra line.
==The '''Self Destruct==''' bind enhances the built-in /explode command by giving it a 5 second delay and arming/disarming functionality.Code(Note:<br>This bind has been made obselete by the 10-second /explode delay in the new production client.)<code><br>==Code== alias kamikaze "kamikaze_arm"<br> alias kamikaze_arm "echo 'Self destruct armed!'; alias kamikaze kamikaze_exec"<br> 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"<br></code><br>==Aliases==
Bind the following commands to the key of your choice:<br>
{| style="border:2px solid grey;" cellspacing=0|- ! style="border-right:1px solid grey; border-bottom:1px solid grey;" | <small>Command !! style="border-bottom:1px solid grey;1" | <small>Description
|-
| style="border-right:1px solid grey;" | <small>kamikaze|| <small>Arm self-destruct sequence.! Command! Description
|-
| style="borderkamikaze| Arm self-right:1px solid grey;" destruct sequence.| <small>kamikaze_disarm-|kamikaze_disarm| <small>Disarm self-destruct sequence.
|}
^ Command ^ Description ^
| kamikaze | Arm self-destruct sequence |
| kamakize_disarm | Disarm self-destruct sequence |
===Credit===
Created by Soltis.
 
[[Category:Binds]]