:cheers:I got the following from Operation Flashpoint: Mission Editor Uber Reference Guide by Merciless Creations
How to make easy Anti
Personnel Mines Talbot Mines and Traps
9/13/01
5:01:43
PM
I just figured out how to make easy anti-personell mines that requires no script whatsoever. All you
need is:
An empty Mounted MG (don't worry, it wont be visible).
A trigger.
And (optional) a mine.
How to: Create the MG. Name it MG1 (or whatever u prefer...but i'll use MG1). Place this line in it's
init field:
this setpos [getpos this select 0, getpos this select 1, (getpos this select 2) -2] .
That will place it under ground, and not visible (duh) .
Now create the trigger. Make it small, like 2x2, and place it over the MG. Do NOT set the activation to
"anybody", since that will mean the MG will explode right away. Add "MG1 setdammage 4" (without
quotes) in it's On Activation field.
Now, once someone steps over the trigger, the MG will explode and kill the guy who walked over it.
Tada...if u want, u can now place a real mine over the 'buried' MG.
This should work for ya. The above mentioned tut can be downloaded from thier site:
http://www.MercilessCreations.com :cheers: