Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: "NOT(alive guy)" in script?  (Read 1040 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