Home   Help Search Login Register  

Author Topic: "NOT(alive guy)" in script?  (Read 623 times)

0 Members and 1 Guest are viewing this topic.

Offline 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.

Offline 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!
Ranger