Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: trigger for targets  (Read 3417 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