Duel.AnnounceLevel
Source Code | Usage Examples | Duel
Functions
Asks (int player) to announce a number between (int min) and (int max), except any (int exception)s. Returns the chosen number, and the index of that number amongst the choices.
Signature
Duel.AnnounceLevel(int player
, [int min
, int max
= 12
, int exception
= nil
, any ...
]) → int|nil, int|nil
lua
Duel.AnnounceLevel(player,min,max,exception,...)
Parameters
int
player
(To be added)
int
min
Optional.
(To be added)
int
max
Optional. Defaults to
12
.(To be added)
int
exception
Optional. Defaults to
nil
.(To be added)
any
...
Optional.
(To be added)