OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started 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
-
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
-
Great, thanks for the fast reply.