12345678910111213141516171819202122232425 |
- # qwloc4
- gs 'stat'
- 'You pick up the phone and a male voice said, "Hello <<$name>>, is Vladimir, can converge to something?"'
- act 'Oh, I have a lot of things, I just can not today':
- cla
- vladimirday = daystart
- '(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 = 40
- vladimirday = daystart
- '(You) - I do not mind.'
- '(Vladimir) - Wonderful. Now for you to come my driver and drive Thank you.'
- act 'Hang up':gt 'korr'
- end
- --- qwloc4 ---------------------------------
|