543_croupier 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # croupier
  2. *PL '- How can I help you?'
  3. <<<<<<< 543_croupier
  4. *P '<right><img src="images\casino\crup.jpg"></right>'
  5. ACT 'Ask rules':
  6. msg 'The rules are very simple.
  7. First you choose the amount you want to bet.
  8. But note that in our casino maximum rate is 1000 rubles.
  9. Then you choose what to put their money. There are 5 types of bets:
  10. Color - 1 to 1
  11. Chet/Odd - 1 to 1
  12. Small/Large- 1 to 1
  13. Dozen - 1 to 2
  14. Series - 1 to 2
  15. Number - 1 to 36
  16. Well, then it all depends on your luck.'
  17. =======
  18. *P '<right><img src="casino/crup.jpg" ></right>'
  19. ACT 'ask rules':
  20. msg 'Rules are very simple.
  21. First.
  22. But just remember, that our casino is the maximum rate 1000 rubles.
  23. Then you choose what to put their money. Is_There 5 bets:
  24. color - 1 to 1
  25. Chet/odd - 1 to 1
  26. Mal/big- 1 to 1
  27. dozen - 1 to 2
  28. series - 1 to 2
  29. number - 1 to 36
  30. Well.'
  31. >>>>>>> 543_croupier
  32. gt 'croupier'
  33. END
  34. ACT 'Move away from the dealer':
  35. gt 'roulette'
  36. END
  37. clr
  38. <<<<<<< 543_croupier
  39. gs 'stat'
  40. set minut += 5
  41. =======
  42. gs'stat'
  43. set minut=minut + 5
  44. >>>>>>> 543_croupier
  45. --- croupier ---------------------------------