Wowpedia

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

READ MORE

Wowpedia
No edit summary
Line 14: Line 14:
   
 
== Example Code ==
 
== Example Code ==
:If you have a character named "Druxx", to promote him to leader you can type in-game:
+
:If you have a character named "Yalu", to promote him to leader you can type in-game:
::/script PromoteToLeader("Druxx");
+
::/script PromoteToLeader("Yalu");

Revision as of 21:01, 2 August 2009


Promotes a unit to party leader.

PromoteToLeader(unitId or playerName)


Arguments

unitId
UnitId - The unit to promote.
playername
PlayerName - The full name of the player to promote.

Returns

nil

Example Code

If you have a character named "Yalu", to promote him to leader you can type in-game:
/script PromoteToLeader("Yalu");