WoW API: Duel
Jump to navigation
Jump to search
This is no longer a part of the World of Warcraft API.
|
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.