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: Objectives In Multiplayer ...  (Read 1814 times)

0 Members and 1 Guest are viewing this topic.

duckwilliamson

  • Guest
Objectives In Multiplayer ...
« on: 05 Jul 2003, 08:47:59 »
Is it possible for an objective in multiplayer to be accomplished by one person and not another?

Say 2 ppl, both on west, different groups, different areas of a map, are playing ... person1 finishes an objective, but person2 hasn't yet, althought 'objective complete' still pops up ...

How can I make it so that each person must complete the objective separatly (used for things like being at a certain location) without using manually made 'objective completed' pop-up scripts ...

Tactician

  • Guest
Re:Objectives In Multiplayer ...
« Reply #1 on: 05 Jul 2003, 18:21:15 »
Include 'player' somewhere in the condition of the objective and it will be totally independent.

duckwilliamson

  • Guest
Re:Objectives In Multiplayer ...
« Reply #2 on: 05 Jul 2003, 20:24:59 »
Yes, but now does it matter if say the objective is completed:

- specific character using name in editor (unitname distance flag1 < 10:obj_1 "done")

- what about placing a complete objective thingy on a waypoint path specific to only that person ...

Tactician

  • Guest
Re:Objectives In Multiplayer ...
« Reply #3 on: 05 Jul 2003, 21:07:58 »
Like I said, include 'player' in the condition :P

?(unitname distance flag1 < 10 AND player == unitname): obj_1 "done"