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