JonPatch
Resource contributor
- Messages
- 443
- Country

Folks, I'm missing something I believe here. Check out these XML code fragments:
<Effect effectName="marine_strobe_red_4s.fx" effectParams="DAY=0"/>
.. results in the effect occuring all the time! This one:
<Effect effectName="marine_strobe_red_4s.fx" effectParams="DAY=0;"/>
.. results in the same thing. (I don't know whether to end with the semicolon or not) And this:
<Effect effectName="marine_strobe_red_2s.fx" effectParams="DAWN=1;DAY=0;DUSK=1;NIGHT=1;"/>
results in the effect never appearing!
What am I missing?
Jon
<Effect effectName="marine_strobe_red_4s.fx" effectParams="DAY=0"/>
.. results in the effect occuring all the time! This one:
<Effect effectName="marine_strobe_red_4s.fx" effectParams="DAY=0;"/>
.. results in the same thing. (I don't know whether to end with the semicolon or not) And this:
<Effect effectName="marine_strobe_red_2s.fx" effectParams="DAWN=1;DAY=0;DUSK=1;NIGHT=1;"/>
results in the effect never appearing!
What am I missing?
Jon






