Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
"NOT(alive guy)" in script?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: "NOT(alive guy)" in script? (Read 697 times)
0 Members and 1 Guest are viewing this topic.
dmakatra
Members
Better known as Armsty
"NOT(alive guy)" in script?
«
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.
Logged
Ranger
Members
Hoo-ah!
Re:"NOT(alive guy)" in script?
«
Reply #1 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!
Logged
Ranger
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
"NOT(alive guy)" in script?
Top of page