123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- # qwloc
- <<<<<<< 462_qwloc
- $qwnamedy = {
- =======
- $qwnamedy={
- >>>>>>> 462_qwloc
- act '<<$name>>':
- cla
- <<<<<<< 462_qwloc
- vladimirQW = 10
- '(You) - <<$name>>'
- '(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.'
- act 'No (Go)':
- cla
- vladimirQW = 2
- 'You turned on the man and went away from him.'
- act 'Leave': gt 'park','luna'
- end
- act 'Dictate the phone number':
- cla
- vladimirQW = 20
- vladimirday = day
- 'You dictated phone Vladimir and he wrote it down in a small notebook in leather cover.'
- act 'Leave': gt 'park','luna'
- end
- =======
- vladimirQW=10
- '(Do_You) - <<$name>>'
- '(Vladimir) - beautiful name, a match for you. I unfortunately have to go, but would like to meet with you again. Go to a restaurant, talk. Leave me your phone number, I `ll call you tomorrow.'
- act 'No (Get_Away)':
- cla
- vladimirQW=2
- 'You turned on the man and went away from him.'
- act 'Get_Away':gt'park','luna'
- end
-
- act 'Dictate the phone number':
- cla
- vladimirQW=20
- vladimirday=day
- 'You dictated phone number Vladimir and he wrote it down in a small notebook in leather cover.'
- act 'Get_Away':gt'park','luna'
- end
- >>>>>>> 462_qwloc
- end
- }
- <<<<<<< 462_qwloc
- $qwvladdy = {
- '(Male) - Hello. Vladimir I, I loved you, I would like pointeresovatsya your name.'
- =======
- $qwvladdy={
- '(The_Man) - hello. I Vladimir, I liked you, I would like to pointeresovatsya your name.'
- >>>>>>> 462_qwloc
- dynamic $qwnamedy
- <<<<<<< 462_qwloc
- act 'Sorry, I´m busy.':
- cla
- vladimirQW = 1
- '(You) - Sorry, I´m busy.'
- '(Vladimir) - Well, what are you? I will not bite. Just want to know the name from the charming stranger.'
- =======
- act 'Excuse_Me, I have no time.':
- cla
- vladimirQW=1
- '(Do_You) - Excuse_Me, I have no time.'
- '(Vladimir) - Well? I will not bite. Just want to know the name from the charming stranger.'
- >>>>>>> 462_qwloc
- dynamic $qwnamedy
- <<<<<<< 462_qwloc
- act 'Yet I go (Go)':
- cla
- vladimirQW = 2
- 'You turned on the man and went away from him.'
- act 'Leave': gt 'park','luna'
- end
- =======
- act 'Still (Get_Away)':
- cla
- vladimirQW=2
- 'You turned on the man and went away from him.'
- act 'Get_Away':gt'park','luna'
- end
- >>>>>>> 462_qwloc
- end
- }
- <<<<<<< 462_qwloc
- minut += 5
- gs 'stat'
- gs 'time'
- '<center><B><font color = maroon>Man</font></B></center>'
- '<center><img src="images\qwest\vladimir\001.jpg"></center>'
- if mop > 1 and hapri = 1:
- 'Man standing near the fence and noticed your opinion you smiled.'
- =======
- minut+=5
- gs'stat'
- gs'time'
- '<center><B><font color=maroon>The_Man</font></B></center>'
- '<center><img src="qwest/vladimir/001.jpg" ></center>'
- if mop>1 and hapri=1:
- 'A man standing near the fence noticed your eyes and smiled at you.'
- >>>>>>> 462_qwloc
- <<<<<<< 462_qwloc
- act 'Come to a man':
- cla
- 'You went to the man and he went away from the fence toward you.'
- dynamic $qwvladdy
- end
- act 'Smile':
- cla
- 'You the man smiled at him and he went away from the fence toward you.'
- dynamic $qwvladdy
- end
- act 'Unscrew':
- cla
- 'You turned away from the man and heard in his footsteps behind him.'
- dynamic $qwvladdy
- end
- =======
- act 'Come to a man':
- cla
- 'You went to the man and he went away from the fence toward you.'
- dynamic $qwvladdy
- end
- act 'smile':
- cla
- 'You the man smiled back and he went away from the fence toward you.'
- dynamic $qwvladdy
- end
- act 'unscrew':
- cla
- 'You have turned away from the man and heard in his footsteps behind him.'
- dynamic $qwvladdy
- end
- >>>>>>> 462_qwloc
- else
- 'The man looked at you and turned away.'
- <<<<<<< 462_qwloc
- act 'Leave': gt 'park','luna'
- end
- =======
- act 'Get_Away':gt'park','luna'
- end
- >>>>>>> 462_qwloc
- --- qwloc ---------------------------------
|