Page 1 of 1

how to make place lighted with flares at night always.

Posted: 2010-05-20 02:48:10
by Tiket
i am keen to learn this.

Re: how to make place lighted with flares at night always.

Posted: 2010-05-21 01:27:33
by Snake Man
I have script like this:

Code: Select all

#start

if (!alive grenados) then { exit; };

grenados fire ["m203muzzle","flare","flare"];

grenados addmagazine "flare";
~15 + random 2

goto "start";
The unit name is "grenados" who needs the M203 grenade launcher. With that script he should be firing flares constantly.

Then you can of course artificially create the flares without soldier firing them. I don't have script for that at hand now, but its done by using createVehicle (or was it camCreate in OFP heh).