<P>	class'tnmSoundModifier'.static.On();
<P>	class'tnmSoundModifier'.static.SetPitchMultiplier(speed*0.75+0.25);
<P>	Level.Game.GameSpeed = speed;
<P>	Level.Game.Level.TimeDilation = speed;
<P>	Level.Game.SetTimer(speed, true);
<P>}
<P>
<P>exec function installwindows()
<P>{
<P>	local TNMComputers comp;
<P>
<P>	if (!bCheatsEnabled)
<P>		return;
<P>
<P>	foreach AllActors(class'TNMComputers',comp)
<P>		if(comp.IsA('TNMMonitor_FS')/* || comp.IsA('TNMLaptopOpen')*/)
<P>			if(rand(2)==1)
<P>				comp.multiskins[2]=Texture(DynamicLoadObject("TNM_Misc_Tex.Misc.BSOD1",class'Texture'));
<P>			else
<P>				comp.multiskins[2]=Texture(DynamicLoadObject("TNM_Misc_Tex.Misc.BSOD2",class'Texture'));
<P>}
<P>
<P>exec function burnbabyburn()
<P>{
