WoW:API StartDuel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 28: Line 28:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|StartDuel]]
[[Category:API Activity Functions|StartDuel]]

Revision as of 18:30, 27 August 2005

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