<P>	if (scr != none)
<P>		scr.HandleGameEvent(ScriptFunction);
<P>	else
<P>		Log("Mission script does not exist");
<P>}
<P>
<P>exec function panic()
<P>{
<P>	if (!bCheatsEnabled)
<P>		return;
<P>
<P>	HealthHead=0;
<P>	TakeDamage(0,None,vect(0,0,0),vect(0,0,0),'Insane');
<P>}
<P>
<P>exec function brucelee()
<P>{
<P>	if (!bCheatsEnabled)
<P>		return;
<P>
<P>	binstagibfists=!binstagibfists;
<P>}
<P>
<P>exec function lagmonster(float speed)
<P>{
<P>	if (!bCheatsEnabled)
<P>		return;
<P>
