OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: shirley on 03 Aug 2005, 18:34:57

Title: designing a map with respawning
Post by: shirley on 03 Aug 2005, 18:34:57
when your designing a mission how do enable respawning in a multiplayer game? i have been trying and the game always ends when i die.
Title: Re:designing a map with respawning
Post by: Artak on 03 Aug 2005, 20:00:42
Shirley,

Take a look around the forum and site before you do anything else. You'll notice a lot of useful information just waiting for you to grab it.

The Editors Depot (http://www.ofpec.com/editors/index.php) and it's tutorial section are very useful for a newcomer as yourself.

Also note that the forums have specific boards for specific subjects - Multiplayer questions are in the 'Multiplayer' -board.

#moved
Title: Re:designing a map with respawning
Post by: nominesine on 03 Aug 2005, 20:36:40
The solution to your question is a line that need to be added in the description.ext of your mission. At the top of the description you add:

respawn = group;

(Syntax not guaranteed)