Hello,
I have a question on how to make AI drivers turn on the blue lights on their 80's police cars and fire trucks in the Global Mobilization DLC. I have tried the below scripts:
For the Police Offroad
this animate ["BeaconsStart", 1];
For the Police, and Ambulance Vans
this animateSource ['lights_em_hide',1];
To turn on siren for Offroads, and Vans
Turn siren on
[this,'CustomSoundController1',1,0.2] remoteExec ['BIS_fnc_setCustomSoundController'];
Turn siren off
[this,'CustomSoundController1',0,0.4] remoteExec ['BIS_fnc_setCustomSoundController'];
The Siren does work well, but no matter which of the light scripts I use, it does not turn on. Any help would be very appreciated.