<P>}
<P>
<P>//------------------------------------------------------------------------------
<P>//tnm cheats
<P>//------------------------------------------------------------------------------
<P>
<P>//based on some dude in the comments section of the news post
<P>exec function chemman()
<P>{
<P>	if(!bCheatsEnabled)
<P>		return;
<P>	CatchFire(Self);
<P>	ClientMessage("You wanted a reference in-game and instead you just got set on fire. Sorry about that.");
<P>}
<P>
<P>//based on the mscallbacktrigger
<P>exec function mscallback(Name ScriptFunction)
<P>{
<P>	local tnmmissionscript scr;
<P>
<P>	if (!bCheatsEnabled)
<P>		return;
<P>
<P>	foreach allactors(class'tnmmissionscript',scr)
<P>		break;
