FunctionsGamblingDiceStackSumGamblingDiceStackSum CallableGamblingDiceStackSum(DiceStack: number[]): numberCalculates the sum of dice in a given dice stackParametersDiceStack: number[]The dice stack to sum upReturns numberThe sum of points in the stack
Calculates the sum of dice in a given dice stack