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
minOptional.
(To be added)
int
maxOptional. Defaults to
12.(To be added)
int
exceptionOptional. Defaults to
nil.(To be added)
any
...Optional.
(To be added)