OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: dmakatra on 03 Feb 2003, 18:45:42

Title: "NOT(alive guy)" in script?
Post 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.
Title: Re:"NOT(alive guy)" in script?
Post by: Ranger on 03 Feb 2003, 19:39:03
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!