544_croupier1 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <<<<<<< 544_croupier1
  2. # krupe1
  3. *PL '<right><img src="images\casino\crupbd.jpg"></right>'
  4. *P '- How can I help you?'
  5. ACT 'Ask rules':
  6. msg 'Do you know how to play blackjack? Well then listen.
  7. Goal of the game - to score more points than the dealer, but not more than 21.
  8. Different cards offer different amounts of points.
  9. Ace = 11
  10. =======
  11. # croupier1
  12. *PL '<right><img src="casino/crupbd.jpg" ></right>'
  13. *P '- How can I help you?'
  14. ACT 'ask rules':
  15. msg 'You do not know how to play Blackjack? Well then listen.
  16. goal of the game - score more points, than the dealer, but not more than 21.
  17. Different cards give a different number of points.
  18. ace = 11
  19. >>>>>>> 544_croupier1
  20. Cards with pictures = 10
  21. The rest of their face value
  22. <<<<<<< 544_croupier1
  23. (i.e. 9 = 9 8 = 8 etc.)
  24. After bidding the dealer deals the cards. But note that in our casino maximum rate is 1000 rubles. You two and one currently. Next you can gather additionally card or say enough, then the dealer will begin to gather additionally card itself. So in the end who has the most points he won. Returns 1 to 1.
  25. That´s all. Enjoy the game'
  26. gt 'krupe1'
  27. =======
  28. (t.e. 9=9 8=8 and t.d.)
  29. After making a bet the dealer deals the cards. But just remember, that our casino is the maximum rate 1000 rubles. You two and one yourself. Then you can gather additionally map, either say enough, then the dealer will begin to gather additionally map itself. So in the end who has the most points and won the. payment 1 to 1.
  30. that`s all. Enjoy the game)'
  31. gt 'croupier1'
  32. >>>>>>> 544_croupier1
  33. END
  34. ACT 'Move away from the dealer':
  35. gt 'bldzh'
  36. END
  37. clr
  38. <<<<<<< 544_croupier1
  39. gs 'stat'
  40. set minut += 5
  41. --- krupe1 ---------------------------------
  42. =======
  43. gs'stat'
  44. set minut=minut + 5
  45. --- croupier1 ---------------------------------
  46. >>>>>>> 544_croupier1