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: Respawn trigger script...  (Read 1696 times)

0 Members and 1 Guest are viewing this topic.

ollestolpe

  • Guest
Respawn trigger script...
« on: 27 May 2005, 07:39:00 »
I'm working on a dynamic coop mission and right now I want to make a more challenging respawn thingy.
The mission is for 1-4 players. All players a commanders, so no squads and AI is disabled.

So now I want it this way:

If a player dies, he will remain on the ground until another player comes up to him.
That player will then get an option to heal or resurrect the fallen player.
When he does so, the first player will be respawned at the same position.

Also if all players die, they should be respawned at a base.

The idea is to force the players to stick together and make you depend and look after eachother more.

But how in the world could I ever do this?
Any scripting ideas?