qwloc 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # qwloc
  2. $qwnamedy = {
  3. act '<<$name>>':
  4. cla
  5. vladimirQW = 10
  6. '(You) - <<$name>>'
  7. '(Vladimir) - Beautiful name to match you. I unfortunately have to go, but would like to meet with you again. Go to the restaurant to talk. Leave me your phone number, I''ll call you tomorrow.'
  8. act 'No (Go)':
  9. cla
  10. vladimirQW = 2
  11. 'You turned on the man and went away from him.'
  12. act 'Leave':gt 'park', 'luna'
  13. end
  14. act 'Dictate the phone number':
  15. cla
  16. vladimirQW = 20
  17. vladimirday = day
  18. 'You dictated phone Vladimir and he wrote it down in a small notebook in leather cover.'
  19. act 'Leave':gt 'park', 'luna'
  20. end
  21. end
  22. }
  23. $qwvladdy = {
  24. '(Male) - Hello. Vladimir I, I loved you, I would like pointeresovatsya your name.'
  25. dynamic $qwnamedy
  26. act 'Sorry, I''m busy.':
  27. cla
  28. vladimirQW = 1
  29. '(You) - Sorry, I''m busy.'
  30. '(Vladimir) - Well, what are you? I will not bite. Just want to know the name from the charming stranger.'
  31. dynamic $qwnamedy
  32. act 'Yet I go (Go)':
  33. cla
  34. vladimirQW = 2
  35. 'You turned on the man and went away from him.'
  36. act 'Leave':gt 'park', 'luna'
  37. end
  38. end
  39. }
  40. minut += 5
  41. gs 'stat'
  42. gs 'time'
  43. '<center><b><font color="maroon">Man</font></b></center>'
  44. '<center><img src="images/qwest/vladimir/001.jpg"></center>'
  45. if mop > 1 and hapri = 1:
  46. 'Man standing near the fence and noticed your opinion you smiled.'
  47. act 'Come to a man':
  48. cla
  49. 'You went to the man and he went away from the fence toward you.'
  50. dynamic $qwvladdy
  51. end
  52. act 'Smile':
  53. cla
  54. 'You the man smiled at him and he went away from the fence toward you.'
  55. dynamic $qwvladdy
  56. end
  57. act 'Unscrew':
  58. cla
  59. 'You turned away from the man and heard in his footsteps behind him.'
  60. dynamic $qwvladdy
  61. end
  62. else
  63. 'The man looked at you and turned away.'
  64. act 'Leave':gt 'park', 'luna'
  65. end
  66. --- qwloc ---------------------------------