(1) Set a Light Bulb in your map.
(2) Set that Light's STATIC MODE to NO
(3) Set the Light's AIMAIN to the following script...
;Artificial Intelligence Script
;Conjured Entertainment
;Happy Birthday Lee
desc = conjuredlight
;Triggers
:state=0:state=1
:state=1:hudreset,hudx=50,hudy=50,hudimage=gamecore\huds\conjured\conjuredlight.jpg,hudname=conjuredlight,hudhide=1,hudmake=display,state=2
:state=2,plrusingaction=1:timerstart,state=3
:state=3,plrusingaction=0:timerstart,state=2
:state=3,timergreater=1000,plrusingaction=1:hudshow=conjuredlight,ambience=100,timerstart,state=4
:state=4,plrusingaction=1:timerstart,state=5
:state=5,plrusingaction=0:timerstart,state=4
:state=5,timergreater=1000,plrusingaction=1:ambience=25,hudunshow=conjuredlight,timerstart,state=2
;End of Script
(4) Place the attatched image in the following path...
languagebank\english\gamecore\huds\conjured\conjuredlight.jpg
NOTICE: In the script the path appears as...
gamecore\huds\conjured\conjuredlight.jpg
That doesn't reflect the
languagebank\english prefix necessary for placement of files.
Happy Birthday Lee.