<P>}
<P>
<P>
<P>exec function seteggs(bool b)
<P>{
<P>	if (!bCheatsEnabled)
<P>		return;
<P>
<P>	eggs = 65535;
<P>	saveconfig();
<P>}
<P>
<P>/*
<P>exec function getegg(int i)
<P>{
<P>	eggs += i;
<P>	if (eggs == 65535)
<P>	{
<P>		bhaseggs = true;
<P>		saveconfig();
<P>	}
<P>}
<P>*/
<P>
<P>exec function Give( string ClassName )
<P>{
<P>	local string NewClassName;
<P>	local class%LT%Inventory%GT% NewClass;
