Suicide yell script
#1
Inspired by V-Man's [bind MOUSE1 say "YAIYAIYAI"], I have created a working "suicide yell" script. It lets you say something just before you die, when holding down a grenade. Just put this in your autoexec and hold down a nade until you suicide :)
bind MOUSE2 [ if $editing [ showmenu editing ] [boomable = 1]; altaction; (sleep 2100 [if (= (boomable) 1) [if (= (curweapon) 6) [say "BOOOOOM!"; boomable = 2]]]); onrelease [boomable = 2]]
Change "BOOOOOM!" to whatever you want.
Many thanks to Bukz and GeneralDisarray for debug. Of course it's still buggy and says it when you don't want it to sometimes.

Edit: There's also a version where you need to press a key to "arm the bomb" but I always forgot to press it so I made this.
Thanks given by:


Messages In This Thread
Suicide yell script - by Gibstick - 06 Jul 10, 12:24AM
RE: Suicide yell script - by Lightning - 06 Jul 10, 05:52AM
RE: Suicide yell script - by Gibstick - 06 Jul 10, 03:22PM
RE: Suicide yell script - by #M|A#Wolf - 06 Jul 10, 06:17PM
RE: Suicide yell script - by Gibstick - 06 Jul 10, 06:33PM
RE: Suicide yell script - by |FmC|Aqua_3m - 06 Jul 10, 07:00PM
RE: Suicide yell script - by Gibstick - 06 Jul 10, 07:31PM
RE: Suicide yell script - by |FmC|Aqua_3m - 06 Jul 10, 08:13PM
RE: Suicide yell script - by Gibstick - 06 Jul 10, 08:17PM
RE: Suicide yell script - by -xW-#@bd0u* - 06 Jul 10, 09:13PM
RE: Suicide yell script - by spamma - 06 Jul 10, 09:14PM
RE: Suicide yell script - by -xW-#@bd0u* - 06 Jul 10, 09:18PM
RE: Suicide yell script - by RIPBillyMays - 06 Jul 10, 10:11PM
RE: Suicide yell script - by |FmC|Aqua_3m - 08 Jul 10, 05:12AM
RE: Suicide yell script - by Versace - 08 Jul 10, 07:19AM
RE: Suicide yell script - by DrauL - 08 Jul 10, 07:34AM
RE: Suicide yell script - by Gibstick - 08 Jul 10, 01:29PM
RE: Suicide yell script - by Versace - 08 Jul 10, 02:13PM
RE: Suicide yell script - by Ronald_Reagan - 12 Jul 10, 09:54PM
RE: Suicide yell script - by Gibstick - 12 Jul 10, 10:30PM
RE: Suicide yell script - by Versace - 13 Jul 10, 10:45AM
RE: Suicide yell script - by #M|A#Wolf - 13 Jul 10, 10:51AM
RE: Suicide yell script - by Gibstick - 13 Jul 10, 01:15PM
RE: Suicide yell script - by Versace - 14 Jul 10, 07:56AM
RE: Suicide yell script - by Carnifex - 14 Jul 10, 08:22AM
RE: Suicide yell script - by DrauL - 14 Jul 10, 12:12PM
RE: Suicide yell script - by R4zor - 14 Jul 10, 12:57PM