OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Ryu on 14 Mar 2005, 05:34:26

Title: scud launch detected
Post by: Ryu 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
Title: Re:scud launch detected
Post by: General Barron on 14 Mar 2005, 05:42:57
I  believe you need to use the scudeState (http://ofpec.com/editors/comref.php?letter=S#scudState) command. Check the comref for details, but I think your condition field should look like this:

scudState scudName >= 4
Title: Re:scud launch detected
Post by: Ryu on 14 Mar 2005, 07:39:56
Great, thanks for the fast reply.