547_Maria1 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <<<<<<< 547_Maria1
  2. # Mariya1
  3. '- How can I help you?'
  4. act 'Move away': gt 'rack'
  5. if nom_1 = 0:
  6. act 'Ask about plans for the evening':
  7. cla
  8. '- What are you doing tonight?'
  9. '- Meeting with her husband. Anything else?'
  10. act 'Move away': gt 'rack'
  11. end
  12. if tobiQW = 2000:
  13. act 'Why in the hotel so crowded?':
  14. cla
  15. tobiQW = 2001
  16. '- Why so crowded in the hotel?'
  17. '- Then stop members of Congress rare languages, as they call themselves quack.'
  18. act 'Move away': gt 'rack'
  19. end
  20. end
  21. end
  22. if nomer = 0:
  23. *clear
  24. act 'Stay':
  25. '- I would like to stay'
  26. '- Well, what would you like?'
  27. cla
  28. act 'Cheap room':
  29. '- Cheap room'
  30. nomer = 1
  31. nom_1 = 1
  32. gt 'mariya1'
  33. =======
  34. # Maria1
  35. '- How can I help you?'
  36. act 'move_away':gt'rack'
  37. if nom_1=0:
  38. act 'Ask about plans for the evening':
  39. cla
  40. '- What are you doing tonight?'
  41. '- I walk with my husband. even that-some?'
  42. act 'move_away':gt'rack'
  43. end
  44. if tobiQW = 2000:
  45. act 'Why in the hotel so crowded?':
  46. cla
  47. tobiQW = 2001
  48. '- Why in the hotel so crowded?'
  49. '- Here stopped members of Congress rare languages, as they call themselves quack.'
  50. act 'move_away':gt'rack'
  51. end
  52. end
  53. end
  54. if nomer=0:
  55. *clear
  56. act 'stay':
  57. '- I would like to stay'
  58. '- Ok, What would you like to?'
  59. cla
  60. act 'cheapest room':
  61. '- cheapest room'
  62. nomer=1
  63. nom_1=1
  64. gt 'Maria1'
  65. >>>>>>> 547_Maria1
  66. end
  67. act 'Standard Room':
  68. '- Standard Room'
  69. <<<<<<< 547_Maria1
  70. nomer = 2
  71. nom_1 = 1
  72. gt 'mariya1'
  73. =======
  74. nomer=2
  75. nom_1=1
  76. gt 'Maria1'
  77. >>>>>>> 547_Maria1
  78. end
  79. act 'Suite':
  80. '- Suite'
  81. <<<<<<< 547_Maria1
  82. nomer = 3
  83. nom_1 = 1
  84. gt 'mariya1'
  85. =======
  86. nomer=3
  87. nom_1=1
  88. gt 'Maria1'
  89. >>>>>>> 547_Maria1
  90. end
  91. act 'Presidential Suite':
  92. '- Presidential Suite'
  93. <<<<<<< 547_Maria1
  94. nomer = 4
  95. nom_1 = 1
  96. gt 'mariya1'
  97. =======
  98. nomer=4
  99. nom_1=1
  100. gt 'Maria1'
  101. >>>>>>> 547_Maria1
  102. end
  103. end
  104. end
  105. <<<<<<< 547_Maria1
  106. if nom_1 = 1 and flag = 0:
  107. =======
  108. if nom_1=1 and flag=0:
  109. >>>>>>> 547_Maria1
  110. *clear
  111. cla
  112. '- You shoot a room for one night.'
  113. <<<<<<< 547_Maria1
  114. sto_nom = nom_o[nomer]
  115. =======
  116. sto_nom=nom_o[nomer]
  117. >>>>>>> 547_Maria1
  118. '- It will cost <<sto_nom>>'
  119. cla
  120. <<<<<<< 547_Maria1
  121. act 'Pay':
  122. =======
  123. act 'Checkout':
  124. >>>>>>> 547_Maria1
  125. if sto_nom > money:
  126. msg 'Not enough money'
  127. <<<<<<< 547_Maria1
  128. srokarend = 0
  129. nomer = 0
  130. nom_1 = 0
  131. gt 'mariya1'
  132. end
  133. money = money - sto_nom
  134. flag = 1
  135. nom_1 = 0
  136. nom_nom = rand(1,1000)
  137. 'Thank you for using our services'
  138. 'Your room <<nom_nom>>'
  139. cla
  140. act 'Goodbye':
  141. =======
  142. srokarend=0
  143. nomer=0
  144. nom_1=0
  145. gt 'Maria1'
  146. end
  147. money=money-sto_nom
  148. flag=1
  149. nom_1=0
  150. nom_nom=rand(1,1000)
  151. 'Thank you for using our services'
  152. 'your room number is <<nom_nom>>'
  153. cla
  154. act 'bye now':
  155. >>>>>>> 547_Maria1
  156. gt 'rack'
  157. end
  158. end
  159. <<<<<<< 547_Maria1
  160. act 'Change Your Mind':
  161. nomer = 0
  162. nom_1 = 0
  163. gt 'mariya1'
  164. =======
  165. act 'change_your_mind':
  166. nomer=0
  167. nom_1=0
  168. gt 'Maria1'
  169. >>>>>>> 547_Maria1
  170. end
  171. end
  172. <<<<<<< 547_Maria1
  173. if nom_1 = 0:
  174. act 'Move away':
  175. =======
  176. if nom_1=0:
  177. act 'move_away':
  178. >>>>>>> 547_Maria1
  179. gt 'rack'
  180. end
  181. <<<<<<< 547_Maria1
  182. end
  183. --- Mariya1 ---------------------------------
  184. =======
  185. end
  186. --- Maria1 ---------------------------------
  187. >>>>>>> 547_Maria1