Casey:

My problem is that if I define 4 fog colors in WED then color 5 is the same as color 4. It acts as if 5 and 4 are the same color. Try it with the office demo and you will see what I mean. Make fog color 4 green. Run the level and press 'TAB' then type:

fog_color = 1; hit enter
fog_color = 2; hit enter
fog_color = 3; hit enter
fog_color = 4; hit enter
fog_color = 5; hit enter

When you do fog 4 and fog 5 are both green.

Is this a bug or is it suppose to work this way? I was thinking 5 should always be black fog and you could redefine 1 - 4 as you choose. However, 4 and 5 seem to be linked together.