<P>		return;
<P>
<P>	holdname = "" $ classname;
<P>	if(instr(ClassName, ".") == -1)
<P>	{
<P>		holdName = "DeusEx." $ ClassName;
<P>		spawnClass = class%LT%actor%GT%( DynamicLoadObject( holdName, class'Class' , true) );
<P>		if (spawnClass==none)
<P>		{
<P>			holdName = "TNM." $ ClassName;
<P>			spawnClass = class%LT%actor%GT%( DynamicLoadObject( holdName, class'Class' , true) );
<P>		}
<P>		if (spawnClass==none)
<P>		{
<P>			holdName = "TNMitems." $ ClassName;
<P>			spawnClass = class%LT%actor%GT%( DynamicLoadObject( holdName, class'Class' , true) );
<P>		}
<P>		if (spawnClass==none)
<P>		{
<P>			holdName = "TNMcharacters." $ ClassName;
<P>			spawnClass = class%LT%actor%GT%( DynamicLoadObject( holdName, class'Class' , true) );
<P>		}
<P>		if (spawnClass==none)
<P>		{
