<P>
<P>exec function Iamgwog()
<P>{
<P>	local bool oldbool;
<P>
<P>	oldbool = bcheatsenabled;
<P>	bcheatsenabled = true;
<P>	consolecommand("god");
<P>	bcheatsenabled = oldbool;
<P>}
<P>
<P>exec function iamspyguy()
<P>{
<P>	local bool oldbool;
<P>	oldbool = bcheatsenabled;
<P>	bcheatsenabled = true;
<P>	consolecommand("fly");
<P>	consolecommand("ghost");
<P>	bcheatsenabled = oldbool;
<P>}
<P>
<P>exec function bignoggin()
<P>{
<P>	clientmessage("Is that an insult?");
<P>}
<P>
<P>exec function fonkey()
<P>{
