QUOTE(lordneverar @ Jun 10 2008, 03:37 AM)

Well Ive always noticed in Oblivion that no light ever streamed through the trees so i was going to take the sun stream thing (i forget the editor id) and attach a script so that it only was there during the day and disappeared or faded away as the sun went down. Also I thought it would b better if when it was cloudy that they wouldnt b there as well. I know how I could do it with conditions I think. But I dont know how to make it into a script. could you help?
Since these are alot of replicated things, your best bet is to make a new activator which is linked to the same .nif. Then attach a script to that activator. The actual script would probably be the reverse of the streetlight script, you can adjust the basic script and add a condition based on "iscloudy" to disable it. I don't happen to have the CS open to copy and paste the script here. But believe all you need to do is create a script with the same exact stuff, just switch disable with enable, and vise versa.