player.set_co_op_spawning

This function controls whether players use co-op spawning, an alternate spawning system that allows players to spawn at their teammates or at any object on the map that has been appropriately configured. This is the spawning system used in Invasion and Buddy Slayer (formerly called "Bro Slayer").

Arguments

enable

The word true or the word false.

Example

for each player do
   current_player.set_co_op_spawning(true) -- enable it
end

See also