m
Move page script moved page API Duel to WoW:API Duel without leaving a redirect
No edit summary |
m (Move page script moved page API Duel to WoW:API Duel without leaving a redirect) |
||
| (7 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi|removed=(unknown, very early)|replace=Use [[API StartDuelUnit|StartDuelUnit]] instead}} | |||
Invites the specified player to a duel. | Invites the specified player to a duel. | ||
Duel( | Duel(playerName) | ||
== Parameters == | |||
=== Arguments === | |||
* playerName (string) - The name of the player you wish to duel | |||
=== Returns === | |||
: none | |||
== Example == | |||
Duel("Sembiance"); | Duel("Sembiance"); | ||
; | ;Result | ||
: Invite Sembiance to duel you. | |||
: | |||