556_rate 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. # rate
  2. <<<<<<< 556_rate
  3. *PL '<right><img src="images\casino\stavkaru.jpg"></right>'
  4. *NL
  5. *P 'What will be put?'
  6. ACT 'Red / Black':
  7. cla
  8. act 'Red':
  9. кч = 1
  10. gt 'RESULTS'
  11. =======
  12. *PL '<right><img src="casino/stavkaru.jpg" ></right>'
  13. *NL
  14. *P 'What will bet?'
  15. ACT 'red / black':
  16. cla
  17. act 'red':
  18. kh=1
  19. gt 'result'
  20. >>>>>>> 556_rate
  21. end
  22. act 'Black':
  23. <<<<<<< 556_rate
  24. кч = 2
  25. gt 'RESULTS'
  26. end
  27. END
  28. ACT 'Even / Odd':
  29. cla
  30. act 'Even':
  31. чнч = 1
  32. gt 'RESULTS'
  33. end
  34. act 'Odd':
  35. чнч = 2
  36. gt 'RESULTS'
  37. end
  38. END
  39. ACT 'Small / Large':
  40. cla
  41. act 'Small: 1-18':
  42. мб = 1
  43. gt 'RESULTS'
  44. end
  45. act 'Large: 19-36':
  46. мб = 2
  47. gt 'RESULTS'
  48. end
  49. END
  50. ACT 'Dozen':
  51. =======
  52. kh=2
  53. gt 'result'
  54. end
  55. END
  56. ACT 'even / odd':
  57. cla
  58. act 'even':
  59. chnch=1
  60. gt 'result'
  61. end
  62. act 'odd':
  63. chnch=2
  64. gt 'result'
  65. end
  66. END
  67. ACT 'small / big':
  68. cla
  69. act 'small: 1-18':
  70. mb=1
  71. gt 'result'
  72. end
  73. act 'big: 19-36':
  74. mb=2
  75. gt 'result'
  76. end
  77. END
  78. ACT 'dozen':
  79. >>>>>>> 556_rate
  80. cla
  81. act 'first dozen: 1-12':
  82. <<<<<<< 556_rate
  83. дю = 1
  84. gt 'RESULTS'
  85. end
  86. act 'Two Dozen: 13-24':
  87. дю = 2
  88. gt 'RESULTS'
  89. =======
  90. du=1
  91. gt 'result'
  92. end
  93. act 'the second dozen: 13-24':
  94. du=2
  95. gt 'result'
  96. >>>>>>> 556_rate
  97. end
  98. act 'third dozen: 25-36':
  99. <<<<<<< 556_rate
  100. дю = 3
  101. gt 'RESULTS'
  102. end
  103. END
  104. ACT 'Series':
  105. =======
  106. du=3
  107. gt 'result'
  108. end
  109. END
  110. ACT 'series':
  111. >>>>>>> 556_rate
  112. cla
  113. act 'first row: 1,4,7,10,13,16,19,22,25,28,31,34':
  114. <<<<<<< 556_rate
  115. ряд = 1
  116. gt 'RESULTS'
  117. end
  118. act 'second row 2,5,8,11,14,17,20,23,26,29,32,35':
  119. ряд = 2
  120. gt 'RESULTS'
  121. =======
  122. series=1
  123. gt 'result'
  124. end
  125. act 'second row: 2,5,8,11,14,17,20,23,26,29,32,35':
  126. series=2
  127. gt 'result'
  128. >>>>>>> 556_rate
  129. end
  130. act 'third row: 3,6,9,12,15,18,21,24,27,30,33,36':
  131. <<<<<<< 556_rate
  132. ряд = 3
  133. gt 'RESULTS'
  134. end
  135. END
  136. ACT 'Number':
  137. чи = input 'Enter a number from 0-36'
  138. if чи < 0 and чи > 36:
  139. msg 'Said that it was only from 0 to 36'
  140. =======
  141. series=3
  142. gt 'result'
  143. end
  144. END
  145. ACT 'number':
  146. chi = input 'Enter a number from 0-36'
  147. if chi<0 and chi>36:
  148. msg 'It was said that only by 0 prior_to 36'
  149. >>>>>>> 556_rate
  150. gt 'rate'
  151. end
  152. <<<<<<< 556_rate
  153. gt 'RESULTS'
  154. END
  155. ACT 'Nothing':
  156. =======
  157. gt 'result'
  158. END
  159. ACT 'It`S_Nothing':
  160. >>>>>>> 556_rate
  161. gt 'amrul'
  162. END
  163. <<<<<<< 556_rate
  164. кч = 0
  165. чнч = 0
  166. мб = 0
  167. дю = 0
  168. ряд = 0
  169. чи = 100
  170. =======
  171. kh=0
  172. chnch=0
  173. mb=0
  174. du=0
  175. series=0
  176. chi=100
  177. >>>>>>> 556_rate
  178. clr
  179. <<<<<<< 556_rate
  180. gs 'stat'
  181. set minut += 5
  182. =======
  183. gs'stat'
  184. set minut=minut + 5
  185. >>>>>>> 556_rate
  186. --- rate ---------------------------------