This is nothing but the minimalist Team Swapper script!
Please note that the OTHER_TEAMS Constant helps you setup the starting members of those new teams, ordered by their ID (aka the order in which they were created).
Script Calls
Use Any of the following calls to Swap Teams At Once.
Exact Same Location for Next Team
Ruby:
swap_team(TeamID)
复制代码
Next Team sent to a different Map
Ruby:
swap_team(TeamID, MapID)
复制代码
Next Team sent to a different Map with different Coordinates
Ruby:
swap_team(TeamID, MapID, MapX, MapY)
复制代码
Next Team, different Map, different Coordinates, facing another Direction
Ruby: