WoW:API StartDuel: Difference between revisions

({{protectedapi}}, format)
m (Move page script moved page API StartDuel to API StartDuel without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:
  StartDuel("Sembiance");
  StartDuel("Sembiance");
===Result===
===Result===
  Invites Sebiance to start a duel with you.
  Invites Sembiance to start a duel with you.
 
==Notes==
Currently only works for members of the same faction (1.6.1).

Latest revision as of 04:47, 15 August 2023

WoW API < StartDuel

Invites the specified player to a duel.

StartDuel(playerName);

Parameters

Arguments

playerName
The name of the player you wish to duel

Example

StartDuel("Sembiance");

Result

Invites Sembiance to start a duel with you.