I know that only one skybox is for the whole game. But by using scripts and using the command sky, it is possible to change the skybox per level. But it is not working, can some one please look at the script below and tell me why?
I have created 2 scripts, none of them worked (applied it to trigger zone in 2nd level) the sky remains the same as the first level.
;Artificial Intelligence Script
;Header
desc = Level setup 1
;Triggers
:state=0:sky=skybank\generic\blk
;End of Script
2nd script (with other customizations)
;Artificial Intelligence Script
;Header
desc = Level setup 2
;Triggers
:state=0:sky=skybank\natural\Blk,setconfigkey=5 57,newjumpheight=50,plraddhealth=100,ambience=20,state=2
:state=2:musicoverride=audiobank\default.wav,ambience=5
;End of Script
Thanks...