WoW API: Duel

From AddOn Studio
Revision as of 14:39, 18 June 2006 by WoWWiki>Starlightblunder (Formatting)
Jump to navigation Jump to search

WoW API < Duel

Invites the specified player to a duel.

Duel(playerName);

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

Returns
nil

Example
Duel("Sembiance");
Result
Invite Sembiance to duel you.