Firstly Im a noob at this so I thought asking the pros would be a second great step.
I'm using the Fog.fsm (low ground fog script) to run in my mission.
Problem is I'm not sure how to make it persistent, it runs fine on first spawn but after first death (second respawn) it stops working...
this is the line that runs in the init.sqs...
;Fog
[player,100,7,14,3,8,-0.3,0.05,0.6,1,1,1,13,12,15,true,0.4,0.5,0.05,0,0,0,0,24] execFSM "Fog.fsm"
Is there a way to make it continue or initialize after every spawn or just be persistent ??
Thanks in advance
