WoW:API Duel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
  <center>'''Duel''' ''-Documentation by AlexanderYoshi-''</center>
  <center>'''Duel()''' ''-Documentation by AlexanderYoshi-''</center>


Invites the specified player to a duel.
Invites the specified player to a duel.

Revision as of 17:19, 3 November 2005

Duel() -Documentation by AlexanderYoshi-

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

Description
Invites the specified player to a duel. (Warning, could not find it in any existing code, not sure if it still is a valid function)
But you can just type /duel or whatever if they're close.

Template:WoW API