Local m:TMaterial = new TMaterial
m.SetName( "Hi from the script" )
m.SetDiffuse( ColorRGB(1,0,1) )
m.SetAlpha( 0.5 )