534_amrul 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # amrul
  2. <<<<<<< 534_amrul
  3. *PL 'You leaned over the table.'
  4. *P '<center><img src="images\casino\amrul.jpg"></center>'
  5. ACT 'IPod':
  6. st_1 = input 'Enter the amount'
  7. if money < st_1:
  8. msg 'You have enough money'
  9. =======
  10. *PL 'You bent over the desk.'
  11. *P '<center><img src="casino/amrul.gif" ></center>'
  12. ACT 'make a bet':
  13. st_1 = input 'enter the amount'
  14. if money<st_1:
  15. msg 'You do not have enough money'
  16. >>>>>>> 534_amrul
  17. gt 'roulette'
  18. end
  19. <<<<<<< 534_amrul
  20. if st_1 < 0:
  21. msg 'Wrong, try again'
  22. =======
  23. if st_1<0:
  24. msg 'wrong, try again'
  25. >>>>>>> 534_amrul
  26. gt 'amrul'
  27. end
  28. <<<<<<< 534_amrul
  29. if st_1 > 1000:
  30. msg 'The maximum rate of 1000 rubles'
  31. =======
  32. if st_1>1000:
  33. msg 'maximum rate 1000 rubles'
  34. >>>>>>> 534_amrul
  35. gt 'amrul'
  36. end
  37. <<<<<<< 534_amrul
  38. set money -= st_1
  39. =======
  40. set money=money-st_1
  41. >>>>>>> 534_amrul
  42. gt 'rate'
  43. END
  44. <<<<<<< 534_amrul
  45. ACT 'move away from the table':
  46. =======
  47. ACT 'away from the table':
  48. >>>>>>> 534_amrul
  49. gt 'roulette'
  50. END
  51. <<<<<<< 534_amrul
  52. кч = 0
  53. чнч = 0
  54. мб = 0
  55. дю = 0
  56. ряд = 0
  57. чи = 100
  58. x_rul = 100
  59. =======
  60. kh=0
  61. chnch=0
  62. mb=0
  63. du=0
  64. series=0
  65. chi=100
  66. x_rul=100
  67. >>>>>>> 534_amrul
  68. clr
  69. <<<<<<< 534_amrul
  70. gs 'stat'
  71. set minut += 5
  72. =======
  73. gs'stat'
  74. set minut=minut + 5
  75. >>>>>>> 534_amrul
  76. --- amrul ---------------------------------