Author Topic: Prizes amount help  (Read 1083 times)

ardgafurri

  • Newbie
  • *
  • Posts: 1
    • View Profile
Prizes amount help
« on: September 09, 2022, 10:11:14 AM »
Hello

Can you help me for amount on tab Prizes i need to remove decimal number i want to let only for example 700 $ not 700,00 $

Best Regarfs

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Prizes amount help
« Reply #1 on: September 10, 2022, 04:21:53 PM »
This is not possible on the Prizes tab.  On the Prizes tab, prizes will be displayed with their actual, full amount.  If however you wish to round the prizes in the Game window which is displayed to your players, that can be done.  You'll need to make a small change to the layout.  On the Layout tab, double-click the "Prizes" cell.  The "Contents" section should have a value like this:

<prizes orient="horizontal">

Just change it to:

<prizes orient="horizontal" roundOff="true">

After you make that change, click the link below the Contents that says "Copy contents to all property sets".  This will make sure the change is made for both odd and even rounds.