Skip to content
MNbrain edited this page Jun 28, 2023 · 1 revision

Personalise the sheet

  • Can I change the names of the players? Yes, if you have a basic knowledge of the code, you can easily change the script to suit different player names. The only thing that can be changed without loss of program references are the names in the dealer sheet.

  • Can I have as many players as I want? Of course, the important thing is to duplicate the sheets and duplicate the functions within the script by changing the references.

  • Can I increase the number of bets that can be placed? Of course, you can. However, you will need to add more cells to the original formulae to work on.

Security

  • Can other players access my spreadsheet? Yes, in read-only mode, the owner of the sheet will only give write access to certain cells and only to the player who owns the sheet.

  • How do I know when a bet is invalid? Do not worry, the script takes care of that. If you want to find the underlying cause of it, a bet is considered invalid if the player exceeds his budget or bets on non-existent connections.

  • What happens to invalid bets? The bet is automatically ignored, and it is as if it never happened.

Cell colours

  • Why are some cells yellow? It means that you are also betting on the value contained in them, but to simplify the game they have been automatically filled in by a formula.

  • Why are some cells blue? It means you have to enter the numbers you want to bet on. In some cases, you will only be asked for certain numbers, so make sure you know where you want to bet.

  • Why are some cells grey? It means that the amount you want to bet on those numbers will go there.

  • What do "TRUE" and "FALSE" mean? They are two values that make it easier and quicker to read, but they are actually needed for certain formulas to work correctly.

Clone this wiki locally