usr this code one of the guys gave me smile
Code:
aterial Lum_mtl /// Windows and naell glows
{
	effect=
	"
	texture entSkin1;
	texture entSkin3;

	technique t0
	{
		pass p0
		{
			Texture[0] = <entSkin1>;
			Texture[1] = <entSkin3>;
			
			ColorArg1[0] = Texture;
			ColorOp[0] = Modulate;
			ColorArg2[0] = Diffuse;
			
			ColorArg1[1] = Texture;
			ColorOp[1] = add;
			ColorArg2[1] = Current;
		}
	}
	";
}

use a lightmap as second texture


Why does everyone like dolphins? Never trust a species which smiles all the time!