Snpc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. # Snpc
  2. !'
  3. $npcName[numnpc] = ''
  4. $npcSurName[numnpc] = ''
  5. $npcText[numnpc] = ''
  6. grupNPC[numnpc] =
  7. npcPol[numnpc]
  8. grupTipe[numnpc]
  9. '!
  10. gs 'dinnpc'
  11. gs 'stat'
  12. '<center><b><font color="maroon"><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></b></center>'
  13. ! WD: Remove Dupe Images ~ '<center><img src="images/qwest/alter/npc<<numnpc>>.jpg"></center>'
  14. '<center><img src="images/qwest/alter/npc/<<numnpc>>.jpg"></center>'
  15. '<<$npcText[numnpc]>>'
  16. if grupTipe[numnpc] = -1:'<<$npcName[numnpc]>> refers to a group of outcasts.'
  17. if grupTipe[numnpc] = 0:''
  18. if grupTipe[numnpc] = 1:'<<$npcName[numnpc]>> refers to a group of nerds.'
  19. if grupTipe[numnpc] = 2:'<<$npcName[numnpc]>> refers to a group sportikov.'
  20. if grupTipe[numnpc] = 3:'<<$npcName[numnpc]>> refers to a group of steep.'
  21. if grupTipe[numnpc] = 4:'<<$npcName[numnpc]>> refers to a group Gopnik.'
  22. if grupNPC[numnpc] < 20:'You have a bad attitude.'
  23. if grupNPC[numnpc] >= 20 and grupNPC[numnpc] < 40:'You tensions.'
  24. if grupNPC[numnpc] >= 40 and grupNPC[numnpc] < 60:'You have a normal relationship.'
  25. if grupNPC[numnpc] >= 60 and grupNPC[numnpc] < 80:'You have a good relationship.'
  26. if grupNPC[numnpc] >= 80:'You have a great relationship.'
  27. if numnpc = 14 and KatjaOTN > 0:
  28. if KatjaHorny < 20:'Katja looks calm and indifferent.'
  29. if KatjaHorny >= 20 and KatjaHorny < 40:'Katja in the eyes jump merry twinkle.'
  30. if KatjaHorny >= 40 and KatjaHorny < 60:'Katja has a faint blush on her cheeks and she looks at you mischievously.'
  31. if KatjaHorny >= 60 and KatjaHorny < 80:'Katja blushed and languid looks at you.'
  32. if KatjaHorny >= 80:'Katja all red as a lobster and her chest heaving from deep breathing.'
  33. end
  34. ''
  35. ''
  36. !!act 'Move away':gt $locM, $metkaM
  37. gs 'cumreaction'
  38. gs 'izdevat'
  39. gs 'krutishi'
  40. if numnpc = 23 and albinaQWdance > 0 and AlbinaBlokDance = 0 and ZvezdEnd = 0:
  41. 'Albina easy smiles at you "<<$name>>, you spravlyaeshsya well in training, do not forget to come to it."'
  42. if GorSlut > 0:'By the way, you go about disgusting rumors.'
  43. end
  44. if numnpc = 23 and artemIzdev = 1:
  45. act 'Ask about the microcamera':
  46. minut += 5
  47. artemIzdev = 2
  48. 'You ask Albina if she knew where to get microchamber, referring to the fact, you want to play the parents. It, smile, advises to contact the photo studio in the City.'
  49. if $loc ! 'gdkin':dynamic $din_sekondparturok
  50. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  51. end
  52. end
  53. if AlbFrend = 1 and numnpc = 23:
  54. AlbFrend = 2
  55. grupNPC[numnpc] = 100
  56. 'Albina smiling at you, "Thank you <<$name>>, correctly say, a friend in need is a friend indeed. You rescued me very warning of Zvezdushkah unfortunately have to close our team, that would not run into trouble."'
  57. elseif AlbFather = 2 and numnpc = 23 and AlbEnemy = 0:
  58. grupNPC[numnpc] = 0
  59. AlbEnemy = 1
  60. 'Albina angrily glared "Oh, you bitch! Said at me taken in head to write. Well, you''ll regret it."'
  61. end
  62. if numnpc = 9:gs 'kotovtalker'
  63. !!!!!!!!!!!!
  64. !!!gopota!!!
  65. !!!!!!!!!!!!
  66. if grupTipe[numnpc] = 4:
  67. if $loc = 'gdkin':
  68. if GorSlut < 2:
  69. if numnpc ! 9:
  70. if npcPol[numnpc] = 0:
  71. '<<$npcName[numnpc]>> - Hey <<$name>>, let podbuhnem, and then do something dumb like.'
  72. else
  73. '<<$npcName[numnpc]>> - Hey <<$name>>, let podbuhnem, and then do something dumb like.'
  74. end
  75. act 'Drink beer':
  76. cls
  77. minut += 5
  78. grupNPC[numnpc] += 5
  79. alko += 1
  80. salo += 1
  81. fat += 2
  82. energy += 10
  83. gs 'stat'
  84. 'You drank beer in the company of friends.'
  85. act 'Move away':gt $loc, $metka
  86. end
  87. act 'Refuse':grupNPC[numnpc] -= 5 & gt $loc, $metka
  88. end
  89. elseif GorSlut >= 2:
  90. if npcPol[numnpc] = 0:
  91. '<<$npcName[numnpc]>> - Cho priperlas, vaflersha. Huytsa want a nap or something?'
  92. else
  93. '<<$npcName[numnpc]>> - Hey cocksucker, sebi here. With you to stand beside you dumb.'
  94. end
  95. act 'Leave':grupNPC[numnpc] -= 5 & gt $loc, $metka
  96. end
  97. exit
  98. end
  99. end
  100. act 'Chat':
  101. cls
  102. if $loc = 'gdkin':minut += 5
  103. gs 'stat'
  104. '<center><b><font color="maroon"><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></b></center>'
  105. ! WD: Remove Dupe Images ~ '<center><img src="images/qwest/alter/npc<<numnpc>>.jpg"></center>'
  106. '<center><img src="images/qwest/alter/npc/<<numnpc>>.jpg"></center>'
  107. if numnpc = 1 and grupNPC[numnpc] = 0:
  108. 'Dimka sniffed. "Get off me pimply pig."'
  109. if $loc ! 'gdkin':dynamic $din_sekondparturok
  110. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  111. exit
  112. end
  113. gs 'nogorslut'
  114. gs 'yesgorslut'
  115. if $loc ! 'gdkin':dynamic $din_sekondparturok
  116. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  117. end
  118. !!!!!!!!!!!!!!!!!!!!!!!!!!!
  119. !!!Artem CHEBOTAREV Botha!!!
  120. !!!!!!!!!!!!!!!!!!!!!!!!!!!
  121. if numnpc = 2:
  122. if dom > 0 and artemLernQW = 0:
  123. act 'You could not pull me in a little school?':
  124. cls
  125. if $loc = 'gdkin':minut += 5
  126. grupNPC[numnpc] += 5
  127. sub += 1
  128. if GorSlut < 3:artemLernQW = 1
  129. gs 'stat'
  130. '<center><b><font color="maroon"><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></b></center>'
  131. ! WD: Remove Dupe Images ~ '<center><img src="images/qwest/alter/npc<<numnpc>>.jpg"></center>'
  132. '<center><img src="images/qwest/alter/npc/<<numnpc>>.jpg"></center>'
  133. if GorSlut < 3:'You came to Artem and asked him to help you to learn. Artem was a bit surprised and said to you "Okay. Come after school to my home, work."'
  134. if GorSlut >= 3:'You came to Artem and asked him to help you to learn. Artem outraged "Bah, I''ll spend my time on this as you are, of course, and no more can not fit me."'
  135. if $loc ! 'gdkin':dynamic $din_sekondparturok
  136. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  137. end
  138. end
  139. end
  140. !!!!!!!!!!!!!!!!!!!!!!
  141. !!!JULIA mil bot!!!
  142. !!!!!!!!!!!!!!!!!!!!!!
  143. if numnpc = 12:
  144. if dom > 0 and JuliaMilLernQW = 0 and grupNPC[numnpc] >= 80:
  145. act 'You could not pull my little study?':
  146. cls
  147. if $loc = 'gdkin':minut += 5
  148. grupNPC[numnpc] += 5
  149. sub += 1
  150. JuliaMilLernQW = 1
  151. gs 'stat'
  152. '<center><b><font color="maroon"><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></b></center>'
  153. '<center><img src="images/qwest/alter/npc/<<numnpc>>.jpg"></center>'
  154. if GorSlut < 1:'You came to Julia and asked you to pull up a little learning, She thought agreed.'
  155. if GorSlut >= 1:'You came to Julia and asked you to pull up a little learning, she snorted indignantly, well, and then think, we are friends.'
  156. if $loc ! 'gdkin':dynamic $din_sekondparturok
  157. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  158. end
  159. end
  160. end
  161. !!!!!!!!!!!!!!!!!!!
  162. !!!Katja MEYNOLD!!!
  163. !!!!!!!!!!!!!!!!!!!
  164. if numnpc = 14 and meynoldQW = 1:
  165. act 'Thank you for what you took away from the disco.':
  166. cls
  167. if $loc = 'gdkin':minut += 5
  168. grupNPC[numnpc] += 5
  169. meynoldQW = 2
  170. gs 'stat'
  171. '<center><b><font color="maroon"><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></b></center>'
  172. ! WD: Remove Dupe Images ~ '<center><img src="images/qwest/alter/npc<<numnpc>>.jpg"></center>'
  173. '<center><img src="images/qwest/alter/npc/<<numnpc>>.jpg"></center>'
  174. 'You came to Katja and thanked her for what she stole you from the disco home when you have touched. Katja smiled at you. "Not at all, only you do not get drunk. Drunkenness could end badly."'
  175. if $loc ! 'gdkin':dynamic $din_sekondparturok
  176. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  177. end
  178. end
  179. if numnpc = 14 and meynoldQW > 1 and mop <= 1:
  180. 'Katja looks at you with a smile, "<<$name>>, give I to you though your eyes are tinted."'
  181. act 'Cosmetics':
  182. cls
  183. hapri = 1
  184. if $loc = 'gdkin':minut += 5
  185. gs 'stat'
  186. '<center><b><font color="maroon"><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></b></center>'
  187. ! WD: Remove Dupe Images ~ '<center><img src="images/qwest/alter/npc<<numnpc>>.jpg"></center>'
  188. '<center><img src="images/qwest/alter/npc/<<numnpc>>.jpg"></center>'
  189. 'Katja quickly straightened your hair and asked. "You what? Little tint, usually distribute or shovel?"'
  190. act 'Light makeup':
  191. cla
  192. mop = 2
  193. 'Katja legonechko your eyes and let the little tint the lips.'
  194. if KatjaOTN > 0:KatjaHorny += 10 & 'Katja blushes and depart from your eyes.'
  195. if $loc ! 'gdkin':dynamic $din_sekondparturok
  196. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  197. end
  198. act 'Normal makeup':
  199. cla
  200. mop = 3
  201. 'Katja has made up your lips, eyes and let the eyelids.'
  202. if KatjaOTN > 0:KatjaHorny += 10 & 'Katja blushes and depart from your eyes.'
  203. if $loc ! 'gdkin':dynamic $din_sekondparturok
  204. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  205. end
  206. act 'Bright makeup':
  207. cla
  208. mop = 4
  209. 'Katja painted her lips bright lipstick you thickly painted her eyes and eyelashes, eyebrows and summed imposed deep shadows.'
  210. if KatjaOTN > 0:KatjaHorny += 10 & 'Katja blushes and depart from your eyes.'
  211. if $loc ! 'gdkin':dynamic $din_sekondparturok
  212. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  213. end
  214. end
  215. end
  216. if numnpc = 14 and apmeet = 3 and artemIzdev = 0:
  217. act 'Advised how to get rid of blackmail Batanov':
  218. cls
  219. if $loc = 'gdkin':minut += 5
  220. artemIzdev = 1
  221. gs 'stat'
  222. '<center><b><font color = maroon><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></b></center>'
  223. '<center><img src="images/qwest/alter/npc/<<numnpc>>.jpg"></center>'
  224. 'You tell her a story about nerds. She does not believe you. But you convince her this - telling nasty details. Kate is shocked. You talk to her, that came up with a solution how to get rid of blackmail - we must find them dirt. But where can I get it. Kate advises you to take where-a microchamber and shoot all bullying, but only to make it look as violence.'
  225. '"Perhaps Albina can help you."'
  226. if $loc ! 'gdkin':dynamic $din_sekondparturok
  227. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  228. end
  229. end
  230. if numnpc = 14 and meynoldQW > 1 and mop > 1:
  231. if $loc ! 'gdkin':
  232. !!school
  233. !!if KatjaHorny >= 50:end
  234. !!if KatjaHorny < 50:end
  235. end
  236. if $loc = 'gdkin':
  237. !!at the disco
  238. !!if KatjaHorny >= 50:end
  239. !!if KatjaHorny < 50:end
  240. end
  241. end
  242. !!!!!!!!!!!!!!!!!!!!!!!!!
  243. !!!Natasha Belova Botha!!!
  244. !!!!!!!!!!!!!!!!!!!!!!!!!
  245. if numnpc = 16:
  246. if dom > 0 and NatBelLernQW = 0 and grupNPC[numnpc] >= 80:
  247. act 'You could not pull my little study?':
  248. cls
  249. if $loc = 'gdkin':minut += 5
  250. grupNPC[numnpc] += 5
  251. sub += 1
  252. NatBelLernQW = 1
  253. gs 'stat'
  254. '<center><b><font color="maroon"><<$npcName[numnpc]>> <<$npcSurName[numnpc]>></font></b></center>'
  255. '<center><img src="images/qwest/alter/npc/<<numnpc>>.jpg"></center>'
  256. if GorSlut < 1:'You came to Natasha and asked you to pull up a little learning, She thought agreed.'
  257. if GorSlut >= 1:'You came to Natasha and asked you to pull up a little learning, she snorted indignantly, well, and then think, we are friends.'
  258. if $loc ! 'gdkin':dynamic $din_sekondparturok
  259. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  260. end
  261. end
  262. end
  263. if $loc ! 'gdkin':dynamic $din_sekondparturok
  264. if $loc = 'gdkin':act 'Move away':gt $loc, $metka
  265. --- Snpc ---------------------------------