Maria1 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. # Maria1
  2. clr
  3. '<right><img src="images/casino/metrd.jpg"></right>'
  4. 'You are standing at the front reception and you smiling young girl behind the counter'
  5. '"How can I help you?"'
  6. act 'See the description of the rooms':
  7. cla
  8. 'The choice available to 4 types of rooms:'
  9. '1. Budget Room'
  10. '2. Standard rooms'
  11. '3. Suite'
  12. '4. Presidential Suite'
  13. act 'Finish reading':gt 'Maria1'
  14. end
  15. if nom_1 = 0:
  16. act 'Flirt':
  17. cla
  18. '- What are you doing tonight?'
  19. '- Meeting with her husband. Anything else?'
  20. act 'Move away':gt 'Maria1'
  21. end
  22. if tobiQW = 2000:
  23. act 'Why is the hotel so crowded?':
  24. cla
  25. tobiQW = 2001
  26. '- Why so crowded in the hotel?'
  27. '- Then stop members of Congress rare languages, as they call themselves quack.'
  28. act 'Move away':gt 'Maria1'
  29. end
  30. end
  31. end
  32. if nomer = 0:
  33. act 'Stay':
  34. cla
  35. '"I would like to stay."'
  36. '"Unfortunately, we have no rooms available."'
  37. act 'Done':gt'Maria1'
  38. !{ '- Good, What would you like to?'
  39. act 'Cheapest room':
  40. nomer = 1
  41. nom_1 = 1
  42. '- Cheapest room'
  43. gt'Maria1'
  44. end
  45. act 'Standard room':
  46. nomer = 2
  47. nom_1 = 1
  48. '- Standard room'
  49. gt'Maria1'
  50. end
  51. act 'Suite':
  52. nomer = 3
  53. nom_1 = 1
  54. '- Suite'
  55. gt'Maria1'
  56. end
  57. act 'Presidential Suite':
  58. nomer = 4
  59. nom_1 = 1
  60. '- Presidential Suite'
  61. gt'Maria1'
  62. end}
  63. end
  64. end
  65. act 'Move away':gt 'hotel'
  66. !{
  67. if nom_1 = 1 and flag = 0:
  68. cla
  69. *clr
  70. sto_nom = nom_o[nomer]
  71. '- You shoot a room for one night.'
  72. '- It will cost <<sto_nom>>'
  73. act 'Pay':
  74. if sto_nom > money:
  75. msg 'Not enough money'
  76. srokarend = 0
  77. nomer = 0
  78. nom_1 = 0
  79. gt 'maria1'
  80. end
  81. cla
  82. money -= sto_nom
  83. flag = 1
  84. nom_1 = 0
  85. nom_nom = rand(1, 1000)
  86. 'Thank you for using our services'
  87. 'Your room <<nom_nom>>'
  88. act 'Goodbye':gt 'rack'
  89. end
  90. act 'Change Your Mind':
  91. nomer = 0
  92. nom_1 = 0
  93. gt 'maria1'
  94. end
  95. end
  96. if nom_1 = 0:
  97. act 'Move away':gt 'hotel'
  98. end
  99. }
  100. --- Maria1 ---------------------------------