Here, try this:

Code:
MATERIAL* mat_old = {
	effect ="
	texture entSkin1;
	texture entSkin2;
	technique old_school
	{
		pass p0 {
			Texture[0] = <entSkin1>;   
			MinFilter[0] = NONE;
			MagFilter[0] = NONE;
			MipFilter[0] = NONE;
			Texture[1] = <entSkin2>;   
			MinFilter[1] = NONE;
			MagFilter[1] = NONE;
			MipFilter[1] = NONE;
			TexCoordIndex[0] = 0;
			ColorArg1[0] = Texture;
			ColorArg2[0] = Diffuse;
			ColorOp[0] = Modulate2x;			
		}
	}
	
	";	
}

//...
//camera.material = mat_old;



This should do it for levelblocks.