(2011-11-24, 2:44)ToreĀ Eriksson Wrote: But me being over-tired or not,
Colours 21, 66, and 67
21 Glow_In_Dark_Opaque VALUE #E0FFB0 EDGE #A4C374 ALPHA 250 LUMINANCE 15
66 Rubber_Trans_Yellow VALUE #CAB000 EDGE #8E7400 ALPHA 128 RUBBER
67 Rubber_Trans_Clear VALUE #FFFFFF EDGE #C3C3C3 ALPHA 128 RUBBER
generate the same POV error after being run through L3P v1.4 Beta:
#declare L3Texture21 = L3TextureOtherRGBFAL(224,255,176,0,250,15)
Parse Error: Cannot assign uninitialized identifier.
#declare L3Texture66 = L3TextureOtherRGBFAL(202,176,0,3,128,-1)
Parse Error: Cannot assign uninitialized identifier.
#declare L3Texture67 = L3TextureOtherRGBFAL(255,255,255,3,128,-1)
Parse Error: Cannot assign uninitialized identifier.
Seems like this L3TextureOtherRGBFAL thingie is never being defined?
/Tore
I just encountered this same issue, LOL. This thread is the only Google result when searching by the macro's name.