24-04-2010, 06:11 AM
Ecco un semplice script per rendere un ambiente cupo, scuro, per giochi horror e similari.
Autore : xplosys
Codice:
;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
Autore : xplosys