425_hotel 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # hotel
  2. ACT 'Go to the bar reception':
  3. gt 'rack'
  4. END
  5. ACT 'To lift':
  6. gt 'Elevator'
  7. END
  8. ACT 'Back in the hall':
  9. gt 'hall'
  10. END
  11. nom_o[1] = 100
  12. nom_o[2] = 1000
  13. nom_o[3] = 10000
  14. nom_o[4] = 100000
  15. clr
  16. gs 'stat'
  17. set minut += 5
  18. '<right><img src="images\casino\metrd.jpg"></right>'
  19. if tobiQW < 2000: 'In the hotel lobby deserted and alone bored girl at the reception.'
  20. if tobiQW >= 2000 and tobiQW < 2100: 'In the lobby of the hotel is very crowded. Swarming everywhere comely old men in scanty jacket with patches on the elbows.'
  21. if tobiQW = 2001:
  22. 'You notice that one of the patrons of the hotel, sitting in a chair, reading a book in which written squiggles, similar to the ones that scroll.'
  23. act 'Sorry to bother you. And what language is it written?':
  24. cla
  25. *clr
  26. '<right><img src="images\casino\oldman.jpg"></right>'
  27. '(You) - Sorry to bother you. And what language is it written?'
  28. '(Male) - This gracious, Old Japanese. And what? You understand the rare languages?'
  29. '(You) - Not at all, but I have a parchment, which are written very similar characters.'
  30. '(Male) - very curious! Can I see?'
  31. '(You) - Well, not in the same lobby!'
  32. '(Man) - Oh yeah, the right word, it´s me. I have, incidentally, called Plato Aristarkhovich, and you?'
  33. '(You) - You can simply Igor.'
  34. '(Plato Aristarkhovich) - Come into my room if you do not mind.'
  35. act 'Go with a man': gt 'mqroom'
  36. end
  37. end
  38. --- hotel ---------------------------------