Wowpedia

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

READ MORE

Wowpedia
(Removed Categories)
(Removed obsolete WoW API template and added {{wowapi}})
Line 1: Line 1:
  +
{{wowapi}}
 
Invites the specified player to a duel.
 
Invites the specified player to a duel.
   
Line 27: Line 28:
   
 
----
 
----
{{Template:WoW API}}
 

Revision as of 15:04, 26 August 2006

Invites the specified player to a duel.

StartDuel(playerName);

Arguments
(String playerName)
playerName
The name of the player you wish to duel

Returns
nil

Example
StartDuel("Sembiance");
Result

Description
Invites the specified player to a duel. Currently only works for members of the same faction (1.6.1).