410_croupier 634 B

12345678910111213141516171819202122232425
  1. # croupier
  2. *PL '- How can I help you?'
  3. *P '<right><img src="images\casino\crup.jpg"></right>'
  4. ACT 'Ask rules':
  5. msg 'The rules are very simple.
  6. First you choose the amount you want to bet.
  7. But note that in our casino maximum rate is 1000 rubles.
  8. Then you choose what to put their money. There are 5 types of bets:
  9. Color - 1 to 1
  10. Chet/Odd - 1 to 1
  11. Small/Large- 1 to 1
  12. Dozen - 1 to 2
  13. Series - 1 to 2
  14. Number - 1 to 36
  15. Well, then it all depends on your luck.'
  16. gt 'croupier'
  17. END
  18. ACT 'Move away from the dealer':
  19. gt 'roulette'
  20. END
  21. clr
  22. gs 'stat'
  23. set minut += 5
  24. --- croupier ---------------------------------