406_igravt 852 B

1234567891011121314151617181920212223242526272829
  1. # igravt
  2. *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.'
  3. *PL 'On the left side of the hall is very little availability.'
  4. *PL 'Apparently there is less than the required rate of all but small gains.'
  5. *PL 'The right of the people less and they bet more.'
  6. *PL 'Well, in the back of the room sitting unit.'
  7. *PL 'There´s biggest bet required, but the corresponding jackpot - 10 million rubles.'
  8. *P '<right><img src="images\casino\zaligravt.jpg"></right>'
  9. ACT 'For machines for 10 rubles':
  10. set minut += 10
  11. gt 'avt1'
  12. END
  13. ACT 'For machines for 100 rubles':
  14. gt 'avt2'
  15. END
  16. ACT 'For machines for 1000 rubles':
  17. gt 'avt3'
  18. END
  19. ACT 'Back in the hall':
  20. gt 'hall'
  21. END
  22. USEHTML = 1
  23. clr
  24. gs 'stat'
  25. set minut += 10
  26. --- igravt ---------------------------------