WoW:API StartDuel

Revision as of 10:36, 27 August 2005 by WoWWiki>Echos
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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).

Template:WoW API