195_krutishi 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. # krutishi
  2. <<<<<<< 195_krutishi
  3. if grupTipe[numnpc] = 3:
  4. if npcPol[numnpc] = 0 and hapri = 0:
  5. grupNPC[numnpc] -= 5
  6. '<<$npcName[numnpc]>> with a smile looking at your messy hair.'
  7. end
  8. if npcPol[numnpc] = 1 and hapri = 0:
  9. grupNPC[numnpc] -= 5
  10. '<<$npcName[numnpc]>> с усмешкой смотрит на ваши взлохмаченные волосы.'
  11. end
  12. if npcPol[numnpc] = 0 and hapri > 0 and $loc = 'gdkin' and grupNPC[numnpc] >= 40:
  13. if glamur > 0 or ski > 0:
  14. cla
  15. '<<$npcName[numnpc]>> - Can dance?'
  16. act 'Dance':
  17. cls
  18. minut += 5
  19. grupNPC[numnpc] += 5
  20. dance += RAND(1,3)
  21. if numnpc = 1:
  22. Mud = totminut + 120
  23. end
  24. gs 'stat'
  25. 'You danced to the old hit the dance floor with a guy.'
  26. act 'Move away': gt $loc, $metka
  27. if numnpc = 4 and grupNPC[numnpc] >= 80:
  28. !Игорь Круглов
  29. horny += 10
  30. gs 'stat'
  31. if IgorLoverQW > 0 and IgorDominaQW = 0:
  32. 'Igor whispers to you "Svetulechka, I love you so much. Come to me."'
  33. act 'Go to Igor': gt 'IgorEv'
  34. end
  35. if IgorLoverQW > 0 and IgorDominaQW > 0:
  36. 'Igor whispers to you, "My lady, I love you so much. Come to me."'
  37. act 'Go to Igor': gt 'IgorEv'
  38. end
  39. if IgorLoverQW = 0:
  40. 'During the dance, hands Igor descend on you ass and start to stroke.'
  41. if DimaRudeQW > 0:
  42. 'Igor whispers in your ear, "I told Dima what you cool cocksucker. Come out, show me your class."'
  43. act 'Go to the street':
  44. cls
  45. gs 'stat'
  46. 'You together with Igor slipped out of the disco. Hidden in a secluded corner of Igor began to kiss and caress you. There was the sound of his pants unbuttoned and Igor pushed your shoulders.'
  47. dynamic $din_igor_disco_bj
  48. end
  49. act 'Refuse':
  50. cls
  51. gs 'stat'
  52. 'You refused to go with Igor on the street. Dima came to you and asked you what´s happening. Igor shrugged, "Your cocksucker does not want me to suck." Dimka frowned, "she asks, he´s my best friend, because there would be nothing wrong if you otsosesh it." Boys took you by the hand and led him outside.'
  53. dynamic $din_igor_dima_disco_bj
  54. end
  55. exit
  56. end
  57. if grupNPC[1] = 0:
  58. 'Igor whispers in your ear, "I told Dimka as you dumped it. Done, he sometimes behaves like a pig. Incidentally, Svetsik, go outside, get some air."'
  59. dynamic $din_igor__disco
  60. exit
  61. end
  62. cla
  63. 'Igor whispers in your ear, "Come on out Svetsik. Breathe in the fresh air."'
  64. dynamic $din_igor__disco
  65. exit
  66. end
  67. end
  68. if numnpc = 1 and grupNPC[numnpc] >= 80 and DimaRudeQW > 0:
  69. 'After the dance Dima holding your hand. "Let´s go outside."'
  70. act 'Refuse': grupNPC[numnpc] -= 5 & gt $loc, $metka
  71. act 'Dima go to the street':
  72. cls
  73. gs 'stat'
  74. 'You left the club with Dima on the street. "Well, the pig, take it in your mouth."'
  75. act 'Refuse': grupNPC[numnpc] -= 5 & gt $loc, $metka
  76. dynamic $din_predlog_dima_bj
  77. end
  78. end
  79. if numnpc = 1 and grupNPC[numnpc] >= 80 and DimaRudeQW = 0:
  80. 'After the dance Dima holding your hand. "Let´s go outside, get some fresh air."'
  81. act 'Dima go to the street':
  82. cls
  83. gs 'stat'
  84. 'You went out with Dima and departed for the club. Dima came up to you and hugged you tight. "<<$name>>, you did the girl. Want to meet me?"'
  85. act 'No':
  86. cls
  87. gs 'stat'
  88. '<center><B><font color = maroon><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></B></center>'
  89. '<center><img src="images\qwest\alter\npc<<numnpc>>.jpg"></center>'
  90. 'You replied in the negative and Dima grinned. "Do not be shy, of course you want. Otherwise, why do you always come to me."'
  91. act 'Well, maybe a little':
  92. cls
  93. gs 'stat'
  94. '<center><B><font color = maroon><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></B></center>'
  95. '<center><img src="images\qwest\alter\npc<<numnpc>>.jpg"></center>'
  96. 'You were embarrassed and said that you do not know, but maybe. Dima smiled and hugged you. "Of course. I knew it from the start. Know, I do not need some sort of a nun, I need a girl without complexes. Overall so we will meet with you, if you are right now otsosesh me."'
  97. dynamic $din_dima_predlog
  98. end
  99. act 'Leave': gt $loc, $metka
  100. end
  101. act 'Yes':
  102. cls
  103. gs 'stat'
  104. '<center><B><font color = maroon><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></B></center>'
  105. '<center><img src="images\qwest\alter\npc<<numnpc>>.jpg"></center>'
  106. 'You were confused by the question and confirmed directness. Dima grinned. "Of course. I knew it from the start. Know, I do not need some sort of a nun, I need a girl without complexes. Overall so we will meet with you, if you are right now otsosesh me."'
  107. dynamic $din_dima_predlog
  108. end
  109. end
  110. end
  111. end
  112. act 'Refuse': grupNPC[numnpc] -= 5 & gt $loc, $metka
  113. exit
  114. end
  115. end
  116. =======
  117. if grupTipe[numnpc]=3:
  118. if npcPol[numnpc]=0 and hapri=0:
  119. grupNPC[numnpc]-=5
  120. '<<$npcName[numnpc]>> with a smile looking at your messy hair.'
  121. end
  122. if npcPol[numnpc]=1 and hapri=0:
  123. grupNPC[numnpc]-=5
  124. '<<$npcName[numnpc]>> with a smile looking at your messy hair.'
  125. end
  126. if npcPol[numnpc]=0 and hapri>0 and $loc='gdkin' and grupNPC[numnpc]>=40:
  127. if glamur>0 or ski>0:
  128. cla
  129. '<<$npcName[numnpc]>> - can Dance?'
  130. act 'dance':
  131. cls
  132. minut+=5
  133. grupNPC[numnpc]+=5
  134. dance+=RAND(1,3)
  135. if numnpc=1:
  136. Mud=totminut+120
  137. end
  138. gs'stat'
  139. 'You danced to old Hit the dance floor with a guy.'
  140. act 'move_away':gt $loc, $metka
  141. if numnpc=4 and grupNPC[numnpc]>=80:
  142. !Igor Kruglov
  143. horny+=10
  144. gs'stat'
  145. if IgorLoverQW>0 and IgorDominaQW=0:
  146. 'Igor whispers to you "Svetulechka, i love you so. Come to me."'
  147. act 'Go to Igor':gt 'IgorEv'
  148. end
  149. if IgorLoverQW>0 and IgorDominaQW>0:
  150. 'Igor whispers to you "My mistress, I love you. Come to me."'
  151. act 'Go to Igor':gt 'IgorEv'
  152. end
  153. if IgorLoverQW=0:
  154. 'During the dance.'
  155. if DimaRudeQW>0:
  156. 'Igor whispers in your ear "Dimka told me what you`re cool huesoska. Come on street, show me your class."'
  157. act 'Go to the street':
  158. cls
  159. gs'stat'
  160. 'You together with Igor slipped out of discotheques. Tucked away in a secluded corner of Igor began to kiss and caress you. There was the sound unbuttoned his pants and Igor pushed you on the shoulders.'
  161. dynamic $din_igor_disco_bj
  162. end
  163. act 'Turn_Down':
  164. cls
  165. gs'stat'
  166. 'You refused to go with Igor on street. Dima came to you and asked you what`s going on. Igor shrugged "Your huesoska does not want me to suck." Dimka frowned "Sveta, he is my best friend, because there would be nothing wrong, if you had otsosesh." Guys took you by the hand and led him to the street.'
  167. dynamic $din_igor_dima_disco_bj
  168. end
  169. exit
  170. end
  171. if grupNPC[1]=0:
  172. 'Igor whispers in your ear "Dimka told me how you dumped him. Good_For_You, he sometimes behaves like a pig. By_The_Way, Svetsik, go to the street, get some air."'
  173. dynamic $din_igor__disco
  174. exit
  175. end
  176. cla
  177. 'Igor whispers in your ear "Come on out Svetsik. Enjoy the fresh air."'
  178. dynamic $din_igor__disco
  179. exit
  180. end
  181. end
  182. if numnpc=1 and grupNPC[numnpc]>=80 and DimaRudeQW>0:
  183. 'After the dance. "Come on street."'
  184. act 'Opt_Out':grupNPC[numnpc]-=5&gt $loc, $metka
  185. act 'Go to the street with Dima':
  186. cls
  187. gs'stat'
  188. 'You left the club together with Dima on street. "what, pig, take it in your mouth."'
  189. act 'Opt_Out':grupNPC[numnpc]-=5&gt $loc, $metka
  190. dynamic $din_predlog_dima_bj
  191. end
  192. end
  193. if numnpc=1 and grupNPC[numnpc]>=80 and DimaRudeQW=0:
  194. 'After the dance. "Come on street, Enjoy the fresh air."'
  195. act 'Go to the street with Dima':
  196. cls
  197. gs'stat'
  198. 'You went out with Dima and departed for the club. Dima came up to you and hugged you tight. "Sveta, you do Devchenka. Do you want to meet me?"'
  199. act 'No':
  200. cls
  201. gs'stat'
  202. '<center><B><font color=maroon><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></B></center>'
  203. '<center><img src="qwest/alter/npc/<<numnpc>>.jpg" ></center>'
  204. 'You replied in the negative and Dima grinned. "do not be shy, Of course you want. Otherwise."'
  205. act 'Well':
  206. cls
  207. gs'stat'
  208. '<center><B><font color=maroon><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></B></center>'
  209. '<center><img src="qwest/alter/npc/<<numnpc>>.jpg" ></center>'
  210. 'You embarrassed and said, you do not know, but may be. Dima grinned and hugged you. "Of_Course. I knew it from the start. know, I do not need some sort of nun, I need a girl without complexes. In general, we`re going to meet, if you, Now I otsosesh."'
  211. dynamic $din_dima_predlog
  212. end
  213. act 'Get_Away':gt $loc, $metka
  214. end
  215. act 'Yes_I_Am':
  216. cls
  217. gs'stat'
  218. '<center><B><font color=maroon><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></B></center>'
  219. '<center><img src="qwest/alter/npc/<<numnpc>>.jpg" ></center>'
  220. 'You are embarrassed by the question of integrity and confirmed. Dima grinned. "Of_Course. I knew it from the start. know, I do not need some sort of nun, I need a girl without complexes. In general, we`re going to meet, if you, Now I otsosesh."'
  221. dynamic $din_dima_predlog
  222. end
  223. end
  224. end
  225. end
  226. act 'Opt_Out':grupNPC[numnpc]-=5&gt $loc, $metka
  227. exit
  228. end
  229. end
  230. >>>>>>> 195_krutishi
  231. end
  232. --- krutishi ---------------------------------