|
@@ -1,37 +1,48 @@
|
|
|
# Maria1
|
|
|
-'- How can I help you?'
|
|
|
+clr
|
|
|
+'<right><img src="images/casino/metrd.jpg"></right>'
|
|
|
+'You are standing at the front reception and you smiling young girl behind the counter'
|
|
|
+'"How can I help you?"'
|
|
|
|
|
|
-act 'Move away':gt 'rack'
|
|
|
+act 'See the description of the rooms':
|
|
|
+ cla
|
|
|
+ 'The choice available to 4 types of rooms:'
|
|
|
+ '1. Budget Room'
|
|
|
+ '2. Standard rooms'
|
|
|
+ '3. Suite'
|
|
|
+ '4. Presidential Suite'
|
|
|
+
|
|
|
+ act 'Finish reading':gt 'Maria1'
|
|
|
+end
|
|
|
|
|
|
if nom_1 = 0:
|
|
|
- act 'Ask about plans for the evening':
|
|
|
+ act 'Flirt':
|
|
|
cla
|
|
|
'- What are you doing tonight?'
|
|
|
'- Meeting with her husband. Anything else?'
|
|
|
|
|
|
- act 'Move away':gt 'rack'
|
|
|
+ act 'Move away':gt 'Maria1'
|
|
|
end
|
|
|
|
|
|
if tobiQW = 2000:
|
|
|
- act 'Why in the hotel so crowded?':
|
|
|
+ act 'Why is 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'
|
|
|
+ act 'Move away':gt 'Maria1'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
if nomer = 0:
|
|
|
- *clr
|
|
|
|
|
|
act 'Stay':
|
|
|
cla
|
|
|
- '- I would like to stay'
|
|
|
- '- Unfortunately, No rooms available.'
|
|
|
- gt'Maria1'
|
|
|
+ '"I would like to stay."'
|
|
|
+ '"Unfortunately, we have no rooms available."'
|
|
|
+ act 'Done':gt'Maria1'
|
|
|
!{ '- Good, What would you like to?'
|
|
|
|
|
|
act 'Cheapest room':
|
|
@@ -69,6 +80,9 @@ if nomer = 0:
|
|
|
end
|
|
|
end
|
|
|
|
|
|
+act 'Move away':gt 'hotel'
|
|
|
+
|
|
|
+!{
|
|
|
if nom_1 = 1 and flag = 0:
|
|
|
cla
|
|
|
*clr
|
|
@@ -104,8 +118,8 @@ if nom_1 = 1 and flag = 0:
|
|
|
end
|
|
|
|
|
|
if nom_1 = 0:
|
|
|
- act 'Move away':gt 'rack'
|
|
|
+ act 'Move away':gt 'hotel'
|
|
|
end
|
|
|
-
|
|
|
+}
|
|
|
--- Maria1 ---------------------------------
|
|
|
|