I'm trying to produce a flickering candle light but it's not working. I want to flick between two colours, I know all about the flickering light:- on / off but that's not what I want, I want it to flick between two colours. Here's the script:
;Artificial Intelligence Script
; Make sure the light marker colour is 00FFFF
;Header
desc = Candle Light Flicker
;Triggers
:state=0:state=1
:state=1,activated=1:state=2
:state=1,random=10:state=2
:state=1:lighblue=00,lightgreen=ff,lightred=ff,state=0
:state=2:lighblue=00,lightgreen=00,lightred=ff,state=0
;End of Script
There is no light at all coming from the light marker I've set up as candle light, it
is set as dynamic and I
am using the script in MainAI. Can anybody help?