Home   Help Search Login Register  

Author Topic: trigger for targets  (Read 1315 times)

0 Members and 1 Guest are viewing this topic.

Offline cosjacket

  • Members
  • *
trigger for targets
« 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

Offline F2kSel

  • Members
  • *
Re: trigger for targets
« Reply #1 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.

Offline cosjacket

  • Members
  • *
Re: trigger for targets
« Reply #2 on: 12 Aug 2009, 18:21:41 »
cool..thanks...works fine xx