OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting Multiplayer => Topic started by: cosjacket on 11 Aug 2009, 19:30:48

Title: trigger for targets
Post by: cosjacket on 11 Aug 2009, 19:30:48
hi yer /...

how can I trigger pop up targets to lay down then pop up once the trigger has been activated....

ie approach trigger and target comes up in front
Title: Re: trigger for targets
Post by: F2kSel on 11 Aug 2009, 22:02:30
nopop=true; in an init box will turn off auto pop up, you only need one for all targets.

targetname animate["terc",1]    will put the target in the down state


in a trigger set to anyone present  place  targetname animate["terc",0] in the on Act box and place the trigger over the target or where you want to have to shoot the target from

You will have to  make a new trigger for each target.

I'm not sure how you would score it though.
Title: Re: trigger for targets
Post by: cosjacket on 12 Aug 2009, 18:21:41
cool..thanks...works fine xx