Skip to content

Duel.TossDice

Source Code | 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)

Parameters

  • int player

    (To be added)

  • int count1

    (To be added)

  • int count2

    Optional.

    (To be added)

Returns


under-construction