403_amrul 577 B

123456789101112131415161718192021222324252627282930313233343536
  1. # amrul
  2. *PL 'You leaned over the table.'
  3. *P '<center><img src="images\casino\amrul.jpg"></center>'
  4. ACT 'IPod':
  5. st_1 = input 'Enter the amount'
  6. if money < st_1:
  7. msg 'You have enough money'
  8. gt 'roulette'
  9. end
  10. if st_1 < 0:
  11. msg 'Wrong, try again'
  12. gt 'amrul'
  13. end
  14. if st_1 > 1000:
  15. msg 'The maximum rate of 1000 rubles'
  16. gt 'amrul'
  17. end
  18. set money -= st_1
  19. gt 'rate'
  20. END
  21. ACT 'move away from the table':
  22. gt 'roulette'
  23. END
  24. кч = 0
  25. чнч = 0
  26. мб = 0
  27. дю = 0
  28. ряд = 0
  29. чи = 100
  30. x_rul = 100
  31. clr
  32. gs 'stat'
  33. set minut += 5
  34. --- amrul ---------------------------------