Pages:
Actions
  • #1 by Delgadinho on 20 Aug 2012
  • Hi

    How do i set the amount to bet as like 5% of the real funds plus the last lost?

    Thanks in advance!
  • #2 by Tim (WellDoneSoft) on 20 Aug 2012
  • An universal formula:

    IF(test_mode=1, test_funds, total_funds) * 0.05 + last_lost

    works in any mode.
Pages:
Actions