Challenges another player to a duel
See also Duel functions.
Signature:
StartDuel("unit")
or
StartDuel("name"
[,
exactMatch])
Arguments:
unit
- A unit to target (string
, unitID)name
- Name of a unit to target (string
)exactMatch
- True to check only units whose name exactly matches thename
given; false to allow partial matches (boolean
)