Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(Created article and provided description of the script command.)
 
(corrected wrong description i gave on my initial entry)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
{{wowapi}} __NOTOC__
Disbands the Arena Team provided as parameter.
 
   
/script ArenaTeamDisband(teamIndex)
 
   
  +
Disbands an Arena Team if the player is the team captain.
== Parameters ==
 
 
ArenaTeamDisband(teamIndex)
=== Arguments ===
 
   
:;index : Index of the arena team to request information from, index can be a value of 1 through 3.
 
   
 
== Arguments ==
----
 
 
:;index : Index of the arena team to delete, index can be a value of 1 through 3.
=== Details ===
 
   
  +
== Example ==
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 deleted it. So far there is no UI implementation of this.
 
  +
/script ArenaTeamDisband(1)
  +
  +
<big>'''Result'''</big>
  +
Disbands the first arena team.
  +
  +
 
== Details ==
 
: 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.

Revision as of 00:40, 20 July 2007


Disbands an Arena Team if the player is the team captain.

ArenaTeamDisband(teamIndex)


Arguments

index
Index of the arena team to delete, index can be a value of 1 through 3.

Example

/script ArenaTeamDisband(1)

Result

Disbands the first arena team.


Details

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.