123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- # qwloc2
- <<<<<<< 463_qwloc2
- gs 'stat'
- 'You pick up the phone and a male voice said, "Hello <<$name>>, is Vladimir, remember we are not met for a long time in the park?"'
- =======
- gs'stat'
- 'You raised a tube and a male voice said "Hello World, Vladimir is, remember we are not met for a long time in the park?"'
- >>>>>>> 463_qwloc2
- <<<<<<< 463_qwloc2
- act 'Hello, of course I remember.':
- cla
- vladimirQW = 21
- '(You) - Hey, of course I remember.'
- '(Vladimir) - My suggestion is to go to the restaurant is still in force. As you look at it?'
- act 'Oh, I have a lot of things, I just can not today.':
- cla
- vladimirQW = 20
- vladimirday = day
- '(You) - Oh, I have a lot of things, I just can not segdnya.'
- '(Vladimir) - Okay. Then I´ll call you tomorrow at 4 pm.'
- act 'Hang up.': gt 'korr'
- end
- act 'I do not mind.':
- cla
- vladimirQW = 21
- vladimirday = day
- '(You) - I do not mind.'
- '(Vladimir) - Wonderful. Then come to the restaurant in 20 hours.'
- act 'Hang up.': gt 'korr'
- end
- end
- =======
- act 'hello, Of course I remember.':
- cla
- vladimirQW=21
- '(Do_You) - hello, Of course I remember.'
- '(Vladimir) - My suggestion is to go to the restaurant is still in force. As you look at it?'
- act 'oh, I have a lot to do, Today I can not get.':
- cla
- vladimirQW=20
- vladimirday=day
- '(Do_You) - oh, I have a lot to do, I just can not segdnya.'
- '(Vladimir) - Fair_Enough. Then I `ll call you tomorrow 4 pm.'
- act 'hang Up.':gt 'korr'
- end
-
- act 'I do not mind.':
- cla
- vladimirQW=21
- vladimirday=day
- '(Do_You) - I do not mind.'
- '(Vladimir) - That`S_Great. Then come to the restaurant in 20 hours.'
- act 'hang Up.':gt 'korr'
- end
-
-
- end
- >>>>>>> 463_qwloc2
- --- qwloc2 ---------------------------------
|