ofpchaos 0 Posted November 22, 2005 Hello anybody ! I have released a little script ideally for night missions. This script simulate a ground flare - light trap. Quote[/b] ].... Its a ground flare - a device that is intended to light up the area aroud it so that all objects and persons around it can be seen in a radius of at least 25 meters even in the darkest night. The ground flare is triggered by a tripwire and makes a charge of phosphor burn for around 1 1/2 - 2min.... ... Required OFP Version: OFP Resistance Tested with v.1.96 only Required Addons: noone for the script. Functions & usage / Installation: Simply copy the "ChSLTS.sqs" in your mission folder and put into a trigger "onActivation" line the following: [object,delay1,delay2,"variable"] exec "ChSLTS.sqs" Positions are the following: object - is a Object that has to be placed where you want the ground flare. Best is a logic object or a invisible helipad. name it then and exchange name with "object" in the array. Lets say the name is "Trap01". delay1 - is the time you want the flare to burn - 90 seconds is the optimum. delay2 - is for looping usefull for bit weaker systems or for hardware hungy missions. A value under 1 is best. variable - has to be as string ( with "" ) and is the name of the desired variable, that for example makes a alarm post fire. In the Demo you find in the file the soldier "Ap1" waits for the variable "alarm1" that is given over the array. Only then he will open fire. So triggering in a mission for example: [Trap01,90,0.8,"alarm1"] exec "ChSLTS.sqs" Important ! Use at own risk. This is a none official script and I dont take any responsibility for the wrong usage. Hint: Check out the demo in the editor before you use the script in your missions to get used to it..... The download and more here You can use the script for your missions but please give me credits. Share this post Link to post Share on other sites
soviet-union 0 Posted November 22, 2005 very nice script!!! damn good for NAM missions Share this post Link to post Share on other sites
ofpchaos 0 Posted November 23, 2005 Thank you ! I hope it is usefully for all kind of night missions. The Flare Trap is still used in modern armies. Share this post Link to post Share on other sites
ofpchaos 0 Posted December 10, 2005 Info - for get more scripts visit The Operation Flashpoint Mission Database Share this post Link to post Share on other sites