Description
Forces a team to spawn in a particular spawn room, regardless of the spawn room normally used by the game mode. This action only has an effect in assault, hybrid, and payload maps.
Snippet
Start Forcing Spawn Room(Team(Team 1), 0);
Properties
Returns: Void
Parameters: Team, Room
Team
Type: Team, Default: Team
The team whose spawn room will be forced.Room
Type: Integer, Default: Number
The number of the spawn room to be forced. 0 is the first spawn room, 1 the second, and 2 is the third. If the specified spawn room does not exist, players will use the normal spawn room.