public virtual void PlayLitSound() { if ( LitSound != 0 ) { Point3D loc = GetWorldLocation(); Effects.PlaySound( loc, Map, LitSound ); } }