interoir- anyway to have ambient and sunlight.

as the title says is there anyway to do this? i tried making heaps of lights but that didn't work and i'm stuck. isn't there a way with scripting or anything?
Game Skyrim Forum
http://www.gamesas.com/
http://www.gamesas.com/interoir-anyway-have-ambient-and-sunlight-t11521.html
Set DuringTheDay To 0if ( GameHour > 6 ) if ( GameHour < 22 ) Set DuringTheDay To 1 endifendifif ( DuringTheDay ) "sun"->SetPos Z 500 "moon"->SetPos Z -5000else "moon"->SetPos Z 500 "sun"->SetPos Z -5000endif
Set DuringTheDay To 0if ( GameHour > 6 ) if ( GameHour < 22 ) Set DuringTheDay To 1 endifendifif ( DuringTheDay ) "sun"->SetPos Z 500 "moon"->SetPos Z -5000else "moon"->SetPos Z 500 "sun"->SetPos Z -5000endif