Duel.TossDice
Source Code | Usage Examples | Duel
Functions
Rolls (int count1) dice on behalf of (int player) and (int count1) dice on behalf of the opponent of (int player). Returns all the results of the rolls.
Signature
Duel.TossDice(int player
, int count1
, [int count2
]) → any
lua
Duel.TossDice(player,count1,count2)