123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- <<<<<<< 547_Maria1
- # Mariya1
- '- How can I help you?'
- act 'Move away': gt 'rack'
- if nom_1 = 0:
- act 'Ask about plans for the evening':
- cla
- '- What are you doing tonight?'
- '- Meeting with her husband. Anything else?'
- act 'Move away': gt 'rack'
- end
- if tobiQW = 2000:
- act 'Why in the hotel so crowded?':
- cla
- tobiQW = 2001
- '- Why so crowded in the hotel?'
- '- Then stop members of Congress rare languages, as they call themselves quack.'
- act 'Move away': gt 'rack'
- end
- end
- end
- if nomer = 0:
- *clear
- act 'Stay':
- '- I would like to stay'
- '- Well, what would you like?'
- cla
- act 'Cheap room':
- '- Cheap room'
- nomer = 1
- nom_1 = 1
- gt 'mariya1'
- =======
- # Maria1
- '- How can I help you?'
- act 'move_away':gt'rack'
- if nom_1=0:
- act 'Ask about plans for the evening':
- cla
- '- What are you doing tonight?'
- '- I walk with my husband. even that-some?'
- act 'move_away':gt'rack'
- end
-
- if tobiQW = 2000:
- act 'Why in the hotel so crowded?':
- cla
- tobiQW = 2001
- '- Why in the hotel so crowded?'
- '- Here stopped members of Congress rare languages, as they call themselves quack.'
- act 'move_away':gt'rack'
- end
- end
- end
- if nomer=0:
- *clear
- act 'stay':
- '- I would like to stay'
- '- Ok, What would you like to?'
- cla
- act 'cheapest room':
- '- cheapest room'
- nomer=1
- nom_1=1
- gt 'Maria1'
- >>>>>>> 547_Maria1
- end
- act 'Standard Room':
- '- Standard Room'
- <<<<<<< 547_Maria1
- nomer = 2
- nom_1 = 1
- gt 'mariya1'
- =======
- nomer=2
- nom_1=1
- gt 'Maria1'
- >>>>>>> 547_Maria1
- end
- act 'Suite':
- '- Suite'
- <<<<<<< 547_Maria1
- nomer = 3
- nom_1 = 1
- gt 'mariya1'
- =======
- nomer=3
- nom_1=1
- gt 'Maria1'
- >>>>>>> 547_Maria1
- end
- act 'Presidential Suite':
- '- Presidential Suite'
- <<<<<<< 547_Maria1
- nomer = 4
- nom_1 = 1
- gt 'mariya1'
- =======
- nomer=4
- nom_1=1
- gt 'Maria1'
- >>>>>>> 547_Maria1
- end
- end
- end
- <<<<<<< 547_Maria1
- if nom_1 = 1 and flag = 0:
- =======
- if nom_1=1 and flag=0:
- >>>>>>> 547_Maria1
- *clear
- cla
- '- You shoot a room for one night.'
- <<<<<<< 547_Maria1
- sto_nom = nom_o[nomer]
- =======
- sto_nom=nom_o[nomer]
- >>>>>>> 547_Maria1
- '- It will cost <<sto_nom>>'
- cla
- <<<<<<< 547_Maria1
- act 'Pay':
- =======
- act 'Checkout':
- >>>>>>> 547_Maria1
- if sto_nom > money:
- msg 'Not enough money'
- <<<<<<< 547_Maria1
- srokarend = 0
- nomer = 0
- nom_1 = 0
- gt 'mariya1'
- end
- money = money - sto_nom
- flag = 1
- nom_1 = 0
- nom_nom = rand(1,1000)
- 'Thank you for using our services'
- 'Your room <<nom_nom>>'
- cla
- act 'Goodbye':
- =======
- srokarend=0
- nomer=0
- nom_1=0
- gt 'Maria1'
- end
- money=money-sto_nom
- flag=1
- nom_1=0
- nom_nom=rand(1,1000)
- 'Thank you for using our services'
- 'your room number is <<nom_nom>>'
- cla
- act 'bye now':
- >>>>>>> 547_Maria1
- gt 'rack'
- end
- end
- <<<<<<< 547_Maria1
- act 'Change Your Mind':
- nomer = 0
- nom_1 = 0
- gt 'mariya1'
- =======
- act 'change_your_mind':
- nomer=0
- nom_1=0
- gt 'Maria1'
- >>>>>>> 547_Maria1
- end
- end
- <<<<<<< 547_Maria1
- if nom_1 = 0:
- act 'Move away':
- =======
- if nom_1=0:
- act 'move_away':
- >>>>>>> 547_Maria1
- gt 'rack'
- end
- <<<<<<< 547_Maria1
- end
- --- Mariya1 ---------------------------------
- =======
- end
- --- Maria1 ---------------------------------
- >>>>>>> 547_Maria1
|