Description
The player or array of players who occupy a specific slot in the game.
Snippet
Players In Slot(0, Team(Team 1));
Properties
Returns: Player | Array (Player)
Parameters: Slot, Team
Slot
Type: Integer, Default: Number
The slot number from which to acquire a player or players. In team games, each team has slots 0 through 5. In free-for-all games, slots are numbered 0 through 11.Team
Type: Team, Default: Team
The team or teams from which to acquire a player or players.