here is a script that lowers the ambient light to 0.
It has a smooth transition.
;Artificial Intelligence Script
;Header
desc = lower ambience to 0
;Triggers
:state=0,plrwithinzone=1:state=1,dimvar=amb 10
:state=1,vargreater=amb 0:subvar=amb 1,ambience=%amb
:state=1,varequal=amb 0:setvar=amb 0,state=2
;end of script
Here is a script that raises the ambience to 10.
;Artificial Intelligence Script
;Header
desc = raise ambience to 10
;Triggers
:state=0,plrwithinzone=1:state=1,dimvar=amb
:state=1,varless=amb 10:addvar=amb 1,ambience=%amb
:state=1,plrwithinzone=0:state=2
;end of script
I hope these helped you.
Mental Stability is over-rated!