463_qwloc2 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # qwloc2
  2. <<<<<<< 463_qwloc2
  3. gs 'stat'
  4. '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?"'
  5. =======
  6. gs'stat'
  7. '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?"'
  8. >>>>>>> 463_qwloc2
  9. <<<<<<< 463_qwloc2
  10. act 'Hello, of course I remember.':
  11. cla
  12. vladimirQW = 21
  13. '(You) - Hey, of course I remember.'
  14. '(Vladimir) - My suggestion is to go to the restaurant is still in force. As you look at it?'
  15. act 'Oh, I have a lot of things, I just can not today.':
  16. cla
  17. vladimirQW = 20
  18. vladimirday = day
  19. '(You) - Oh, I have a lot of things, I just can not segdnya.'
  20. '(Vladimir) - Okay. Then I´ll call you tomorrow at 4 pm.'
  21. act 'Hang up.': gt 'korr'
  22. end
  23. act 'I do not mind.':
  24. cla
  25. vladimirQW = 21
  26. vladimirday = day
  27. '(You) - I do not mind.'
  28. '(Vladimir) - Wonderful. Then come to the restaurant in 20 hours.'
  29. act 'Hang up.': gt 'korr'
  30. end
  31. end
  32. =======
  33. act 'hello, Of course I remember.':
  34. cla
  35. vladimirQW=21
  36. '(Do_You) - hello, Of course I remember.'
  37. '(Vladimir) - My suggestion is to go to the restaurant is still in force. As you look at it?'
  38. act 'oh, I have a lot to do, Today I can not get.':
  39. cla
  40. vladimirQW=20
  41. vladimirday=day
  42. '(Do_You) - oh, I have a lot to do, I just can not segdnya.'
  43. '(Vladimir) - Fair_Enough. Then I `ll call you tomorrow 4 pm.'
  44. act 'hang Up.':gt 'korr'
  45. end
  46. act 'I do not mind.':
  47. cla
  48. vladimirQW=21
  49. vladimirday=day
  50. '(Do_You) - I do not mind.'
  51. '(Vladimir) - That`S_Great. Then come to the restaurant in 20 hours.'
  52. act 'hang Up.':gt 'korr'
  53. end
  54. end
  55. >>>>>>> 463_qwloc2
  56. --- qwloc2 ---------------------------------