<P>	local ghandsummoned g;
<P>
<P>	if (!bCheatsEnabled)
<P>		return;
<P>
<P>	g = spawn(class'ghandsummoned',,,Location + (CollisionRadius+class'ghandsummoned'.Default.CollisionRadius+30) * Vector(Rotation) + vect(0,0,1) * 15 );
<P>	g.groundspeed = 1000000;
<P>	g.AccelRate = 5000;
<P>	g.TakeDamage(1,self,vect(0,0,0),vect(0,0,0), 'flamed');
<P>}
<P>
<P>exec function iamscarab()
<P>{
<P>	if (!bCheatsEnabled)
<P>		return;
<P>
<P>	credits = 100000;
<P>}
<P>
<P>exec function iamtrestkon()
<P>{
<P>	local FadeTextWindow winFade;
<P>	local Color colText;
<P>
<P>	if (!bCheatsEnabled)
<P>		return;
