Code:
# Jedi Knight Cog Script
#
# suicidespeedmode.COG
#
# [DWP2]
#
# This Cog is Not supported by LucasArts Entertainment Co
symbols
thing player local
sound suimodesnd=suimode.WAV
template suicideal=suicidemode local
message activated
message deactivated
end
# ========================================================================================
code
activated:
Print("Suicide Speed Mode On");
PlaySoundThing(suimodesnd, player, 1.0, -1, -1, 128);
SetThingTemplate(player,suicidal);
#................................................................................................#
dectivated:
Print("Suicide Speed Mode Off");
SetThingTemplate(player,walkplayer);
# ........................................................................................
endWhen I activate it it does nothing
------------------
Hard work has a future. Laziness pays off now.
Click here for some fun
Deluxe Weapons Pack- Setting the standard for mediocrity.
![http://forums.massassi.net/html/wink.gif [http://forums.massassi.net/html/wink.gif]](http://forums.massassi.net/html/wink.gif)