WoW API: StartDuel

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk) (Move page script moved page API StartDuel to API StartDuel without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.