538_igravt 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # igravt
  2. <<<<<<< 538_igravt
  3. *PL 'You enter the room and see a lot of slot machines and a bunch of people around them. Heard ringing constantly twitching handles and falling coins.'
  4. *PL 'On the left side of the hall is very little availability.'
  5. *PL 'Apparently there is less than the required rate of all but small gains.'
  6. *PL 'The right of the people less and they bet more.'
  7. *PL 'Well, in the back of the room sitting unit.'
  8. *PL 'There´s biggest bet required, but the corresponding jackpot - 10 million rubles.'
  9. *P '<right><img src="images\casino\zaligravt.jpg"></right>'
  10. ACT 'For machines for 10 rubles':
  11. set minut += 10
  12. gt 'avt1'
  13. END
  14. ACT 'For machines for 100 rubles':
  15. gt 'avt2'
  16. END
  17. ACT 'For machines for 1000 rubles':
  18. gt 'avt3'
  19. =======
  20. *PL 'You enter a room and see a lot of slot machines and a bunch of people around them. Constantly hear ringing twitching handles and falling coins.'
  21. *PL 'On the left side of the hall is very little free space.'
  22. *PL 'Apparently there is less than the required rate of, but small gain.'
  23. *PL 'To the right of these people less and bid more.'
  24. *PL 'But in the back of the room sat a unit.'
  25. *PL 'There`s biggest bet required, but also the corresponding jackpot - 10 million. rubles.'
  26. *P '<right><img src="casino/zaligravt.jpg" ></right>'
  27. ACT 'By vending machines for 10r':
  28. set minut=minut+10
  29. gt 'authors1'
  30. END
  31. ACT 'By vending machines for 100r':
  32. gt 'authors2'
  33. END
  34. ACT 'By vending machines for 1000r':
  35. gt 'authors3'
  36. >>>>>>> 538_igravt
  37. END
  38. ACT 'Back in the hall':
  39. gt 'hall'
  40. END
  41. USEHTML = 1
  42. clr
  43. <<<<<<< 538_igravt
  44. gs 'stat'
  45. set minut += 10
  46. =======
  47. gs'stat'
  48. set minut=minut + 10
  49. >>>>>>> 538_igravt
  50. --- igravt ---------------------------------