I have searched the forum and the manual but did not find out so i'll just ask..

I am trying to create a simple blue sky, with a very small bitmap ( 8*8 pixels to save space), it worked GREAT with C-script, but when I converted to LC, I cannot get ANY type of sky to work.

heres my code as of now (with an ACTUAL .tga sky)

ENTITY* skycube =
{
type = "skycube4+6.tga";
layer = 3;
flags2 = SKY | DOME | VISIBLE;


}


Before, type was type = "sky2.bmp"; (my small blue bitmap).

But even after changing it to a more common type of sky image, it STILL does'nt work.. I even tryed removing ALL code that has anything to do with skies from my script and just put the sky in WED, still does'nt work.