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: scud launch detected  (Read 1787 times)

0 Members and 1 Guest are viewing this topic.

Ryu

  • Guest
scud launch detected
« on: 14 Mar 2005, 05:34:26 »
Anyone know how to detect if a scud has been launched?
I want to have a trigger react if the scud has been launched.

cheers

Offline General Barron

  • Former Staff
  • ****
  • Semper Fi!
Re:scud launch detected
« Reply #1 on: 14 Mar 2005, 05:42:57 »
I  believe you need to use the scudeState command. Check the comref for details, but I think your condition field should look like this:

scudState scudName >= 4
HANDSIGNALS COMMAND SYSTEM-- A realistic squad-control modification for OFP
kexp.org-- The best radio station in the world, right here at home! Listen to John Richards!

Ryu

  • Guest
Re:scud launch detected
« Reply #2 on: 14 Mar 2005, 07:39:56 »
Great, thanks for the fast reply.