Maybe I have done something wrong but I am a little on the stupid side when it comes to code because I killed all those brain cells in college. Short version is I can't get the Multispawn to work at all. When you die you get dropped to the end mission screen and you have to restart the mission. It has been tested in a multiplayer environment so I am moving beyond that and saying it is something I have done incorrectly.
Here is the snippet dealing with respawn from my description.ext file:
respawn = BASE; respawndelay = 90; respawnOnStart = 0; respawnDialog = 0; DisabledAI = true;
Anyway here is the premise for my mission so you can get the concept of what I am attempting to do. We have TF Siren (Spearhead, SOAR and SOSJFD) which is a US SOCOM Task Group that has been deployed to Tanoa to assist local forces in their Unconventional Warfare (UW) fight against a Chinese led CSAT takeover of the island. The locals are led by a Kutu (small select group of former Tanoan SOF) and Bolo who is the direct CO of the Molokous group. Each group operates in a different area in the archipelago. Kutu operates around Katkoula, Bolo operates north of Ljinhaven and Molokous operates in 2 areas on the main island. The first Molokous group operates around Vagalala and the second in the NW portion of main island near Nicolet. Each group player occupied slot has a numerical designator such as Molokous 1, Molokous 2, etc...
ALiVE_SUP_MULTISPAWN_RESPAWNGROUP_%GROUPID% is used in areas for the markers around the island with the following groupID's assigned to those markers.
US Special Operations TF is spawning on extreme southern Imuri island on Tanoa; there are three individual units.
The three units are as follows:
ODA 4125 = %GROUPID% is Spearhead
160th SOAR = %GROUPID% is SOAR
6th SOS = %GROUPID% is SOSJFD
Civilians of Tanoa; also groups of players; which are fighting back against a Chinese led CSAT takeover of the island.
Those units are as follows:
Player led HQ team called Kutu = %GROUPID% is Kutu
Player led HQ team called Bolo = %GROUPID% is Bolo
2 additional player led groups called Molokous = %GROUPID% is Molokous_1 and Molokous_2