Home   Help Search Login Register  

Author Topic: Then a player die How to switch to another  (Read 941 times)

0 Members and 1 Guest are viewing this topic.

eX-BuG

  • Guest
Then a player die How to switch to another
« on: 15 Nov 2004, 13:40:26 »
Hello i'm new one ...
when i playing coperative missions and my player die >:(
computer give the next in formation ;D
How can i create such script when i'm editing missions  ???

HELP!! ::)
Thx

Dog - RM

  • Guest
Re:Then a player die How to switch to another
« Reply #1 on: 15 Nov 2004, 15:42:47 »
That, I think, what you are after is called respawning. Make a file in notepad call it description.ext and in there type this:

Code: [Select]
respawn="group";

onLoadMission=Malden

Just change the name of your island depending on which one it is. Place this file into your mission folder and that way as long as your players are grouped together you will respawn into one of them when you die. There are a bunch of posts about this just search for respawn to find the different ways you can do it.

pazuzu

  • Guest
Re:Then a player die How to switch to another
« Reply #2 on: 15 Nov 2004, 22:37:57 »
I think you mean

respawn = Group
respawndelay =  30

Group means you respawn into the AI in your own group.

Respawndelay is how many seconds it takes you to respawn.

In this case 30 seconds but can be changed to whatever number you want.