- 0 Talk
-
API ArenaTeamDisband
Disbands an Arena Team if the player is the team captain.
ArenaTeamDisband(teamIndex)
Arguments
Edit
- index
- Index of the arena team to delete, index can be a value of 1 through 3.
Example
Edit
/script ArenaTeamDisband(1)
Result
Disbands the first arena team.
Details
Edit
- This script can be used as the last solution to get rid of an arena team if all the other members of it don't come online anymore or if you just want to delete it. So far there is no UI implementation of this.