OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: dmakatra on 03 Feb 2003, 18:45:42
-
hi! Can you put in some kinda code so the script wont proceed untill a special man has been killed? Like NOT(alive guy) but in a script. It wont work if I do two scripts.
Thx in advance.
-
You need to use the wait operation (@).
@ not (alive guy)
This will make the script wait until the condition is true, then proceed. Good luck!