no edit summary
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Invites a player to a duel | {{wowapi}}__NOTOC__ | ||
Invites a player to start a duel. | |||
StartDuelUnit("unit"); | StartDuelUnit("unit"); | ||
== Parameters == | |||
=== Arguments === | |||
:("unit") | |||
- | :;unit : String - The name of the player to invite to duel. | ||
=== Returns === | |||
:nil | |||
:( | == Example == | ||
:This function can be called with the varibale "unit" as the player that should be invited to duel. | |||
function startDuel(unit) | |||
StartDuelUnit(unit); | |||
end | |||
--[[User:Bull3t|Bull3t]] 11:50, 27 September 2006 (EDT) | |||
-- | |||
: | |||