Print "Seleced Entities:"
For Local e:TEntity = EachIn Selection()
	local pos:TVec3 = e.GetPosition(True)
	print e.GetName()+","+pos.ToString()
Next
SelectionSet( Null )