Skip to content

Duel.AnnounceNumber

Source Code | Duel Functions

Asks (int player) to announce a number found amongst (int number)s. Returns the chosen number and its index amongst the options

Signature

Duel.AnnounceNumber(int player, int number, any ...) → int, int

lua
Duel.AnnounceNumber(player,number,...)

Parameters

Returns


under-construction