I have this script from fpsfree.com (*cheer*)
;Artificial Intelligence Script
; by xplosys
;You should set the ambiance settings in the first "state=0"
;line to whatever your game settings are, or just let the
;trigger zone set the levels ambiance.
;Goes dark when player steps in zone. Change the numbers to suite.
;Header
desc = Dark in Zone
;Triggers
:state=0,plrwithinzone=0:ambience=250,ambiencered=250,ambienceblue=250,ambiencegreen=250
:state=0,plrwithinzone=1:ambience=25,ambiencered=25,ambienceblue=25,ambiencegreen=25
;End of Script
of my logical knowlage, this turns down the ambience whenever you're in the the zone, but not when you exit it,
if i wanted it to stay dark after i leave the zone, would the script be
;Artificial Intelligence Script
; by xplosys
;You should set the ambiance settings in the first "state=0"
;line to whatever your game settings are, or just let the
;trigger zone set the levels ambiance.
;Goes dark when player steps in zone. Change the numbers to suite.
;Header
desc = Dark in Zone
;Triggers
:state=0,plrwithinzone=1:ambience=25,ambiencered=25,ambienceblue=25,ambiencegreen=25
;End of Script
tell me if im right or correct me if im wrong,
Thanks