artem_date_events.qsrc 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672
  1. # artem_date_events
  2. !! artemQW['bj'] = number of blowjobs
  3. !! artemQW['sex'] = 1 when Pc had vaginal sex with Artem
  4. !! artemQW['anal'] = 1 when Pc had anal sex with Artem
  5. !! artemhj = number of handjobs
  6. !! artemQW['artembrokenheart'] = 1 artem is heart broken
  7. !! artemQW['stripsee'] = number of strips for Artem
  8. !! artemQW['artemlove'] = 1 Artem is in love with Sveta
  9. !! artemQW['artemblok'] = 1 artem is blocked
  10. !! artemQW['bf'] = 1 they are boy friend and girl friend
  11. !! artemQW['dryhump'] = number of dryhumps
  12. !! artemQW['artlove'] = 2 Pc rejected Artems love
  13. !! artemQW['artlie'] =1 Pc lied to artem about the dimka video, blocks love content
  14. !! artemQW['artfall'] = 10 Artem wants to asks her out on a date
  15. !! artemQW['date'] = number of dates after 10 he is in love
  16. !! artemQW['dimka'] =1 Artem removed the blackmail video
  17. !! artemQW['slutlove'] = 1 .. Pc became know as a slut in Pavlovsk and keeps dating Artem
  18. !! artemQW['sveslut'] = 1 .. Artem knows that Pc is a slut but they stay friends
  19. !! artemQW['nush3some_ask'] += 1 Sveta talked about threesome with Nush, unlocks talk with Artem, +=2 unlocks sex scene, += 3 means they had a threesome
  20. if $ARGS[0] = 'firstdate':
  21. *clr & cla
  22. npc_rel['A2'] += 1
  23. menu_off = 1
  24. '<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
  25. 'You enjoy a pleasant walk in the park while making small talk with Artem.'
  26. 'After a while, you end up near the movie theater. Artem''s eyes light up when he sees it. "Hey, let''s go see a movie!"'
  27. minut += 15
  28. gs 'stat'
  29. act 'Sounds like fun':
  30. *clr & cla
  31. npc_rel['A2'] += 1
  32. minut += 120
  33. gs 'stat'
  34. '<center><img <<$set_imgh>> src="images/locations/shared/cinema/kino_<<rand(1,3)>>.jpg"></center>'
  35. 'You enter the movie theater with Artem. After he buys the tickets and some popcorn, candy and soda for the two of you, you head into the dark theater and find some seats in the back row to watch the movie.'
  36. act 'Leave the theater':
  37. *clr & cla
  38. minut += 10
  39. gs 'stat'
  40. '<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
  41. if rand(1,5) = 1 and hour >= 20:
  42. 'When the movie ends, you and Artem leave the theater and he offers to walk you home. The two of you head back through the park, but see a group of older gopniks hanging out around a bench just up ahead. They''re drinking and are a little rowdy.'
  43. act 'Just walk past them': gt 'artem_date_events','artemGopSkver'
  44. else
  45. 'When the movie ends, you and Artem leave the theater and he offers to walk you home.'
  46. 'Arriving outside your apartment door, Artem stops and looks at you. "I had fun, <<$pcs_nickname>>."'
  47. 'You smile at him. "Me too."'
  48. 'He smiles widely. "Great! Maybe we can do it again some time?"'
  49. 'You nod. "Maybe. We''ll see."'
  50. 'He smiles and nods. "Okay, I better get home. Talk to you later."'
  51. '"Bye Artem," you reply and he walks back down the stairs to his apartment.'
  52. act 'Go home': gt 'pod_ezd', 'etaj_2'
  53. end
  54. end
  55. end
  56. act 'Just keep walking':
  57. *clr & cla
  58. minut += 30
  59. gs 'stat'
  60. '<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
  61. 'You don''t really feel like going to the cinema. "Let''s just enjoy the walk we''re on."'
  62. if rand(1,5) = 1 and hour >= 20:
  63. 'Artem is happy enough to just spend time with you, regardless of what the two of you are doing. He nods as you continue on your walk, talking about everyday things. After walking for a while, you see a group of older gopniks hanging out around a bench just up ahead. They''re drinking and are a little rowdy.'
  64. act 'Just walk past them': gt 'artem_date_events','artemGopSkver'
  65. else
  66. 'Artem is happy enough to just spend time with you, regardless of what the two of you are doing. He nods as you continue on your walk, talking about everyday things. After a while, he checks his watch. "We should be getting back. I''ll walk you to your door."'
  67. 'Once you''re outside your apartment door, Artem stops and looks at you. "I had fun, <<$pcs_nickname>>."'
  68. 'You smile at him. "Me too."'
  69. 'He smiles widely. "Great! Maybe we can do it again some time?"'
  70. 'You nod. "Maybe. We''ll see."'
  71. 'He smiles and nods. "Okay, I better get home. Talk to you later."'
  72. '"Bye Artem," you reply and he walks back down the stairs to his apartment.'
  73. act 'Go home': gt 'pod_ezd', 'etaj_2'
  74. end
  75. end
  76. end
  77. if $ARGS[0] = 'artem_date':
  78. *clr & cla
  79. npc_rel['A2'] += 1
  80. menu_off = 1
  81. gt 'artem_date_events', 'firstdate'
  82. !{this is what it will look like when batman finishes the dates, 3 special dates that each happen once and then three repeatable dates. For now can we just temporarily have it repeat the first date above so we can get the artem revamp in the dev builds to bug hunt and then we can add the others when he finishes them.
  83. if artem_date = 1:
  84. elseif artem_date = 2:
  85. elseif artem_date = 3:
  86. else
  87. repeat_date = rand(1,3)
  88. if repeat_date = 1:
  89. elseif repeat_date = 2:
  90. elseif repeat_date = 3:
  91. else
  92. end
  93. end}
  94. end
  95. if $ARGS[0] = 'artemGopSkver':
  96. *clr & cla
  97. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop.jpg"></center>'
  98. if grupTipe = 4:
  99. 'Just as you''re about to make it past them, several of the gopniks get in your way, making a circle around you. You''ve seen them around before, but don''t really know them.'
  100. 'Somehow, one of them knows your name. They look at you with disdain and the leader of their group says "<<$pcs_nickname>>? What are you doing with this bitch?"'
  101. act 'Tell them to mind their own business':
  102. *clr & cla
  103. minut += 15
  104. grupvalue[4] += 1
  105. npc_rel['A2'] += 1
  106. '<center><img <<$set_imgh>> src="images/pc/reactions/fuckoff1.jpg"></center>'
  107. 'You give them a look of disdain showing you''re not impressed. "Mind your own fucking business," you reply and Artem tenses up beside you.'
  108. 'The leader laughs. "Come on, don''t be like that. Dump this loser and have some fun with us, girl."'
  109. 'You push your way past him and flip them the bird. Fortunately, other than throwing a few taunting remarks at you, they leave you alone. Once you make it away from them, Artem relaxes a little and walks you home.'
  110. *nl
  111. 'Arriving at your apartment, Artem smiles. "I had fun <<$pcs_nickname>>, you know other than when we ran into those gopniks. I can''t believe you said that!"'
  112. 'You smile back at him. "They respect strength and attitude. Don''t take their shit and they will respect you for it, just be willing to back it up if you have to. Anyway, I had fun too."'
  113. 'He smiles widely. "Great! I''m glad you had fun, maybe we can do it again some time?"'
  114. 'You nod. "Maybe. We''ll see."'
  115. 'He smiles and nods. "Okay, I better get home. Talk to you later."'
  116. '"Bye Artem," you reply and he walks back down the stairs to his apartment.'
  117. act 'Go home': gt 'pod_ezd', 'etaj_2'
  118. end
  119. else
  120. 'Just as you''re about to make it past them, several of the gopniks get in your way, making a circle around you and Artem.'
  121. 'You don''t recognize them, yet one of them knows your name. They look at you with disdain and the leader of their group says "<<$pcs_nickname>>? What are you doing with this bitch?"'
  122. act 'Ignore them and keep walking':
  123. *clr & cla
  124. gopniktrouble = rand(1,2)
  125. if gopniktrouble = 1:
  126. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop.jpg"></center>'
  127. 'The leader steps directly in front of Artem and the others close in, giving you nowhere to go as the leader speaks to Artem. "This is our part of the park and you owe us a toll for using it. Pay it and your girl can pass, bitch."'
  128. 'You can tell Artem is scared and will likely do what they ask. You don''t want him to lose all his money, but saying something could make things worse.'
  129. act 'Say nothing':
  130. *clr & cla
  131. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop.jpg"></center>'
  132. 'Artem glances at you, then reaches into his pocket and pulls out his wallet. The leader snatches it away and pulls out all the money before throwing the empty wallet back at Artem''s face. "God, what a bitch. Come on guys, drinks are on this loser!" he says with a laugh and they all walk away. Artem blushes and picks up his wallet before he walks you back to your apartment. He doesn''t say anything until you reach your door.'
  133. '"I had fun <<$pcs_nickname>>, you know other than when we ran into those gopniks."'
  134. 'You smile at him. "Yeah, it was a little scary. Sorry they took all your money, but I had fun too."'
  135. *nl
  136. 'He smiles. "Don''t worry about it. I keep most of my money in the bank, so they didn''t get much. I''m glad you had fun though. Maybe we can do it again some time?"'
  137. 'You nod. "Maybe. We''ll see."'
  138. 'He smiles and nods. "Okay, I better get home. Talk to you later."'
  139. '"Bye Artem," you reply and he walks back down the stairs to his apartment.'
  140. act 'Go home': gt 'pod_ezd', 'etaj_2'
  141. end
  142. gs 'willpower', 'misc', 'self', 'hard'
  143. if will_cost <= pcs_willpwr:
  144. act 'Stand up to them (<<will_cost>> Willpower)':
  145. gs 'willpower', 'pay', 'self'
  146. gt 'artem_date_events', 'stand_up'
  147. end
  148. else
  149. act 'Stand up to them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  150. end
  151. else
  152. '<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
  153. 'You hold Artem''s hand tightly and pick up the pace, pretending you didn''t hear the gopniks as you quickly walk away from them. Fortunately, other throwing a few taunting remarks at you, they leave you alone. Once you make it away from them, Artem relaxes a little and walks you home.'
  154. 'Arriving at your apartment, Artem smiles. "I had fun <<$pcs_nickname>>, you know other than when we ran into those gopniks."'
  155. 'You smile back at him. "Yeah, it was a little scary. I had fun too though."'
  156. 'He smiles widely. "Great! Maybe we can do it again some time?"'
  157. 'You nod. "Maybe. We''ll see."'
  158. 'He smiles and nods. "Okay, I better get home. Talk to you later."'
  159. '"Bye Artem," you reply and he walks back down the stairs to his apartment.'
  160. act 'Go home': gt 'pod_ezd', 'etaj_2'
  161. end
  162. end
  163. end
  164. gs 'willpower', 'misc', 'self', 'hard'
  165. if will_cost <= pcs_willpwr:
  166. act 'Stand up to them (<<will_cost>> Willpower)':
  167. gs 'willpower', 'pay', 'self'
  168. gt 'artem_date_events', 'stand_up'
  169. end
  170. else
  171. act 'Stand up to them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  172. end
  173. end
  174. if $ARGS[0] = 'stand_up':
  175. *clr & cla
  176. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop.jpg"></center>'
  177. '"He''s not a bitch! Artem is my friend!" you indignantly reply'
  178. 'The gopnik walks up to Artem and pokes him in the chest. "Oh really?" he asks. "What do you think, bitch? Are you a bitch or what?"'
  179. gs 'willpower', 'misc', 'self', 'hard'
  180. if will_cost <= pcs_willpwr:
  181. act 'Get between them (<<will_cost>> Willpower)':
  182. gs 'willpower', 'pay', 'self'
  183. *clr & cla
  184. minut += 5
  185. money = 0
  186. npc_rel['A2'] += 5
  187. gs 'stat'
  188. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop_knee.jpg"></center>'
  189. 'You quickly get inbetween Artem and the gopnik, shielding him with your body. "Don''t touch him or I''ll call the police!" you say in your most threatening manner.'
  190. 'The gopnik isn''t impressed. He pulls out a knife and puts it against your throat. "Why are you wasting your time with this loser, <<$pcs_nickname>>?"'
  191. 'You can see his friends slowly encroaching around you. There''s no way you can run away now.'
  192. 'You look into his eyes and sigh. "Come on, just let us leave. Please? You can take my money."'
  193. 'The gopnik is satisfied with that prospect, and lowers the knife. After you give him all your money, he lets you and Artem leave. You feel bad for getting robbed like that, but you still feel you did the right thing. Who knows what they would''ve done to Artem if you didn''t get involved?'
  194. act 'Go home':
  195. *clr & cla
  196. minut += 5
  197. '<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
  198. 'Once you make it away from them, Artem relaxes a little. Artem walks you back home.'
  199. 'Arriving at your apartment, Artem smiles. "I had fun <<$pcs_nickname>>, you know other than when we ran into those gopniks."'
  200. 'You smile back at him. "Yeah, it was a little scary, but I had fun too."'
  201. 'He smiles widely. "Great! Maybe we can do it again some time?"'
  202. 'You nod. "Maybe. We''ll see."'
  203. 'He smiles and nods. "Okay, I better get home. Talk to you later."'
  204. '"Bye Artem," you reply and he walks back down the stairs to his apartment.'
  205. act 'Go home': gt 'pod_ezd', 'etaj_2'
  206. end
  207. end
  208. else
  209. act 'Get between them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  210. end
  211. act 'Watch in silence':
  212. *clr & cla
  213. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop_udar.jpg"></center>'
  214. '"I''m not a bitch...", Artem says quietly.'
  215. 'The gopnik grins. "We''ll see about that!"'
  216. 'He hits Artem hard in the stomach, causing him to buckle over and fall to his knees. The gopnik and his friends laugh while Artem lies groaning on the ground.'
  217. 'He then turns to you. "Everyone can see he''s a bitch, <<$pcs_nickname>>. What do you even see him him? Seriously..." An evil smirk then appears on his face. "So... you really like him? Enough to help him out of this mess he talked himself into?"'
  218. 'He places a hand on your shoulder. "There is something you can do... A striptease! If it''s a good one, we''ll leave him alone. Someone play some music." The other gopniks all laugh.'
  219. minut += 5
  220. gs 'stat'
  221. gs 'willpower', 'humiliation', 'resist', 'hard'
  222. if will_cost <= pcs_willpwr:
  223. act 'Refuse (<<will_cost>> Willpower)':
  224. gs 'willpower', 'pay', 'resist'
  225. *clr & cla
  226. npc_rel['A2'] += 1
  227. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop_udar2.jpg"></center>'
  228. '"Wait, what!?" you answer. "No way, you perverts! Just leave us alone!"'
  229. 'The gopnik walks back over to Artem and kicks him in the face. A few seconds later, one of his friends also kicks Artem in the back and they''re all soon kicking him. You can''t take it anymore and quickly throw yourself on top of Artem so they can''t continue.'
  230. 'The gopnik looks down at the two of you and spits on the ground. "Fucking bitch needs his girl to save him. What a loser!"'
  231. 'The gopniks leave you alone and go deeper into the park as you carefully help Artem to his feet.'
  232. 'He wipes the blood from his face, deeply embarrassed that you had to see him like this. You walk in silence as you help him get home.'
  233. '"Thanks <<$pcs_nickname>>, but you can go now." Not sure what to say, you do as he asks and leave.'
  234. minut += 5
  235. gs 'stat'
  236. act 'Leave': gt 'pod_ezd', 'etaj_1'
  237. end
  238. else
  239. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  240. end
  241. act 'Dance for them':
  242. *clr & cla
  243. inhib_exp += rand(0,1)
  244. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/strip1.jpg"></center>'
  245. 'You start awkwardly dancing to the music and are immediately chastised. "We said striptease, <<$pcs_nickname>>! Not dance!"'
  246. 'You nod and slowly start slowly undressing to the music while trying to avoid their greedy looks.'
  247. 'Artem notices what''s happening. "<<$pcs_nickname>>, stop! You don''t have to do this!"'
  248. 'The gopnik kicks him in the ribs. "Shut up, bitch! She''s saving your ass, so show some respect!"'
  249. 'Artem is too afraid to argue with them as you awkwardly remove your top, showing off your breasts which finally gets them hooting, hollering and laughing.'
  250. act 'Strip naked':
  251. *clr & cla
  252. inhib_exp += rand(0,1)
  253. gs 'fame', 'pav', 'sex', 3
  254. pcs_mood -= 20
  255. minut += 5
  256. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/strip2.jpg"></center>'
  257. if hotcat <= 4:
  258. 'You slowly remove all of your clothes until you''re completely naked in front of them and they turn off the music. The leader walks up to you with a scowl. "Fuck, you''re even uglier naked. I didn''t think that was even possible. Put some clothes on before I throw up." The others all burst out laughing before they all walk away laughing. You quickly get dressed as Artem struggles to his feet and wipes the blood from his face, deeply embarrassed you had to see him like this. You walk in silence as you help him get home.'
  259. 'Once you get him home, you help him to bed. "You didn''t have to do that."'
  260. 'You smile at him. "I couldn''t let them hurt you like that."'
  261. 'He frowns. "I would have healed! Anyway, I could use some rest, so see you later okay?" He rolls over, obviously not wanting to talk anymore, so you get up and leave.'
  262. gs 'stat'
  263. act 'Leave': gt 'pod_ezd', 'etaj_1'
  264. else
  265. 'You slowly remove all of your clothes until you''re completely naked in front of them and they turn off the music. They all gather round you as the leader grins. "Not bad, <<$pcs_nickname>>. You''ve got nice tits, just a shame that you''re wasting them on him. Now you''re going to suck all us off. If you do a good job, we''ll let you go."'
  266. 'Trying to fight them all would most likely result in you getting the shit beat out of you and raped. Maybe you can make a run for it if you distract them first?'
  267. act 'Get down on your knees': gt 'artem_date_events', 'blow_bang'
  268. gs 'willpower', 'misc', 'self', 'hard'
  269. if will_cost <= pcs_willpwr:
  270. act 'Fight them (<<will_cost>> Willpower)':
  271. gs 'willpower', 'misc', 'self', 'hard'
  272. gs 'willpower', 'pay', 'self'
  273. gt 'artem_date_events', 'fight_gang'
  274. end
  275. else
  276. act 'Fight them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  277. end
  278. gs 'willpower', 'group', 'resist'
  279. if will_cost <= pcs_willpwr:
  280. act 'Run away (<<will_cost>> Willpower)':
  281. gs 'willpower', 'group', 'resist'
  282. gs 'willpower', 'pay', 'resist'
  283. *clr & cla
  284. minut += 5
  285. gs 'stat'
  286. escape = pcs_stren + pcs_run
  287. if escape < 50:
  288. artemRand = rand(1,10)
  289. elseif escape >= 50 and escape < 100:
  290. artemRand = rand(1,5)
  291. elseif escape >= 100 and escape < 150:
  292. artemRand = rand(1,2)
  293. else
  294. artemRand = 1
  295. end
  296. if artemRand = 1:
  297. gs 'stat'
  298. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/walk_save.jpg"></center>'
  299. 'You look around and suddenly shout in a random direction. "Dad, I''m over here!"'
  300. 'As the gopniks turn to see who you''re shouting at, you quickly grab Artem by the arm and start running. When you''re sure the gopniks are no longer following you, you find a quiet area and put your clothes back on as Artem wipes the blood from his face, deeply embarrassed you had to see him like this. You walk in silence as you help him get home.'
  301. 'Once you get him home, you help him to bed. "You didn''t have to do that," he remarks.'
  302. 'You smile at him. "I couldn''t let them hurt you like that."'
  303. 'He frowns. "I would have healed! Anyway, I could use some rest, so see you later okay?" He rolls over, obviously not wanting to talk anymore, so you get up and leave.'
  304. minut += 5
  305. gs 'stat'
  306. act 'Leave': gt 'pod_ezd', 'etaj_1'
  307. else
  308. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/run.jpg"></center>'
  309. 'You look around you and suddenly shout "Dad, I''m over here!"'
  310. 'As the gopniks turn to see who you''re shouting at, you quickly grab Artem by the arm and start running. Unfortunately, one of the gopniks wasn''t fooled by your diversion, and grabs Artem before shoving him hard to the ground.'
  311. '"Run, <<$pcs_nickname>>!" Artem shouts behind you. You hear them beating Artem as someone chases you.'
  312. act 'Try to escape':
  313. *clr & cla
  314. gs 'stat'
  315. escape = rand(1,100 + pcs_run)
  316. if escape >= 80:
  317. minut += 5
  318. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/run.jpg"></center>'
  319. 'Thanks to your natural aptitude and practice at running, you manage to get away. After what seems like forever, you suddenly hear nothing behind you. You glance back and see no one, stopping long enough to put your clothes on before you jog to the edge of the park where several people give you funny looks. You stop and catch your breath while looking back for Artem.'
  320. act 'Run home':
  321. *clr & cla
  322. minut += 10
  323. gs 'stat'
  324. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/run.jpg"></center>'
  325. 'After catching your breath and not seeing Artem anywhere, you run the rest of the way home. You don''t stop for anyone or anything until you''re safely inside your apartment.'
  326. act 'Home': gt 'korrPar'
  327. end
  328. act 'Wait for Artem':
  329. *clr & cla
  330. artemQW['waited'] = 1
  331. minut += 60
  332. gs 'stat'
  333. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/walk_save.jpg"></center>'
  334. 'After a while, you finally see Artem limping towards you. He smiles through busted bloody lips when he sees you. You rush over to him and help him walk, putting one of his arms over your shoulder as he wipes the blood from his face, deeply embarrassed you had to see him like this. "I''m glad you got away. They said they were going to rape you if they caught you," he says as he hugs you. He seems genuinely glad you''re safe as you walk in silence helping him home.'
  335. *nl
  336. 'Once you get him home, you help him to bed and tend to him as best as you can. "Thank you <<$pcs_nickname>>. For everything. For helping me home, for going out with me and for helping me now. I just wish it could have been a better date."'
  337. 'You smile at him and place a finger on his lips. "Shhh, it''s fine. I''m just sorry you got hurt."'
  338. 'He smiles. "Yeah? Well maybe our next date won''t be so exciting. The pain meds are kicking in and I could really use some sleep, so I''ll see you later, okay?" You get up and leave him to rest.'
  339. act 'Leave': gt 'pod_ezd', 'etaj_1'
  340. end
  341. act 'Call the police':
  342. *clr & cla
  343. minut += 60
  344. artemQW['called_police'] = 1
  345. gs 'stat'
  346. '<center><img <<$set_imgh>> src="images/locations/shared/police/patrol.jpg"></center>'
  347. 'Once you''re safe, you pull out your phone and call the police, telling them that the gopniks are assaulting Artem and tried to attack you as well. After you give them all the details you can, you hang up. Almost half an hour later, a police car pulls up at the entrance of the park and two officers get out. You hurry over to them and try and get them to hurry, but they write down your information and ask you several questions. They won''t be hurried and each time you try, they just tell you to calm down and answer their questions. In frustration, you finally answer all their questions while they write it all down.'
  348. 'By the time they finish, you see Artem limping towards you. He smiles through busted bloody lips when he sees you. You rush over to him and help him walk, putting one of his arms over your shoulder as he wipes the blood from his face, deeply embarrassed you have to see him like this. "I''m glad you got away. They said they were going to rape you if they caught you."'
  349. 'Before you can help him, the police walk over and help Artem over to their car before they start asking him questions. They tell you go home, warning you that this is no place for a young lady such as yourself.'
  350. act 'Home': gt 'korrPar'
  351. end
  352. else
  353. minut += 10
  354. gs 'stat'
  355. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/caught.jpg"></center>'
  356. 'You''re not in great shape and aren''t good at running, so you don''t make it very far when one of them tackles you to the ground, knocking the wind out of you.'
  357. 'By now, the other gopniks have caught up and you''re surrounded again. The leader drops to his knees and grabs you by the hair while you lie flat on your stomach. "We warned you, <<$pcs_nickname>>. Since you made us work for it, we''re just going to take what we want."'
  358. 'You could try and fight them off, but you''re likely to just be beaten and raped anyway...'
  359. act 'Get raped': gt 'artem_date_events', 'gang_rape'
  360. gs 'willpower', 'misc', 'self', 'hard'
  361. if will_cost <= pcs_willpwr:
  362. act 'Fight them (<<will_cost>> Willpower)':
  363. gs 'willpower', 'pay', 'self'
  364. gt 'artem_date_events', 'fight_gang'
  365. end
  366. else
  367. act 'Fight them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  368. end
  369. end
  370. end
  371. end
  372. end
  373. else
  374. act 'Run away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  375. end
  376. end
  377. end
  378. end
  379. end
  380. end
  381. if $ARGS[0] = 'blow_bang':
  382. gs 'artem_date_events', 'generatgopniks'
  383. *clr & cla
  384. gs 'fame', 'pav', 'sex', 20
  385. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/ggbj1.jpg"></center>'
  386. 'You quickly glance around and realize there''s no way you can get past them and outrun them all. With a deep sigh, you drop to your knees and reach out for one of the exposed cocks the gopniks are already shoving in your face.'
  387. 'Two of the gopniks leave to keep an eye out, satisfied that you can''t run away without their friends stopping you. The other four all offer you their cocks, so you start sucking on one and jerking off two while the last guy pulls out his phone and starts filming you.'
  388. gs 'pain', 3, 'hair', 'pull'
  389. gs 'pain', 6, 'jaw', 'ache'
  390. gs 'boystat', $boy1
  391. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'exhibitionism'
  392. gs 'boystat', $boy2
  393. gs 'arousal', 'hj', -5, 'gangbang', 'sub', 'exhibitionism'
  394. gs 'stat'
  395. act 'Get face fucked':
  396. *clr & cla
  397. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/ggbj2.jpg"></center>'
  398. 'You try giving the first guy a blowjob, but it''s quite obvious they don''t need your cooperation. Another guy roughly grabs you by the hair and pulls your head towards his dick, roughly shoving it down your throat before he starts roughly fucking your mouth. They take turns filming as they pass you around.'
  399. gs 'pain', 3, 'hair', 'pull'
  400. gs 'pain', 6, 'jaw', 'ache'
  401. gs 'pain', 6, 'throat', 'stretch'
  402. gs 'boystat', $boy3
  403. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  404. gs 'boystat', $boy2
  405. gs 'arousal', 'hj', -5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  406. gs 'stat'
  407. act 'Swallow it':
  408. *clr & cla
  409. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/ggcum1.jpg"></center>'
  410. 'After a while, you suddenly feel cum splashing against the back of your mouth, but he doesn''t stop face fucking you until he stops. You don''t have time to catch your breath because as soon as he pulls his dick out, another is shoved in your mouth.'
  411. gs 'pain', 3, 'hair', 'pull'
  412. gs 'pain', 6, 'jaw', 'ache'
  413. gs 'pain', 6, 'throat', 'stretch'
  414. gs 'boystat', $boy2
  415. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  416. gs 'boystat', $boy4
  417. gs 'arousal', 'hj', -5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  418. gs 'cum_call', 'mouth', 'Gopnik rapist 1', 0, 0, 10000, 40
  419. gs 'stat'
  420. act 'Keep swallowing':
  421. *clr & cla
  422. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/ggcum2.jpg"></center>'
  423. 'As soon as one guy finishes, the next one takes over. After what feels like forever, the third guy finally finishes, and the two that went to keep watch have come over and have their their dicks out.'
  424. gs 'pain', 3, 'hair', 'pull'
  425. gs 'pain', 6, 'jaw', 'ache'
  426. gs 'pain', 6, 'throat', 'stretch'
  427. gs 'boystat', $boy1
  428. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  429. gs 'boystat', $boy4
  430. gs 'arousal', 'hj', -5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  431. gs 'cum_call', 'mouth', 'Gopnik rapist 2', 0, 0, 10000, 40
  432. gs 'cum_call', 'mouth', 'Gopnik rapist 3', 0, 0, 10000, 40
  433. gs 'stat'
  434. act 'Blowbang':
  435. *clr & cla
  436. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/ggbj3.jpg"></center>'
  437. 'The fourth and fifth guy take their turns with you, leaving your throat feeling sore.'
  438. gs 'pain', 3, 'hair', 'pull'
  439. gs 'pain', 6, 'jaw', 'ache'
  440. gs 'pain', 6, 'throat', 'stretch'
  441. gs 'boystat', $boy5
  442. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  443. gs 'boystat', $boy6
  444. gs 'arousal', 'hj', -5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  445. gs 'cum_call', 'mouth', 'Gopnik rapist 4', 0, 0, 10000, 40
  446. gs 'cum_call', 'mouth', 'Gopnik rapist 5', 0, 0, 10000, 40
  447. gs 'stat'
  448. act 'Last one':
  449. *clr & cla
  450. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/ggcum3.jpg"></center>'
  451. 'With just one left, you can finally stop giving handjobs, your hands having cramped up. The last one, unlike his friends, pulls his dick out just as he starts to cum and spurts his cum all over your face. As it drips down onto your chin, the one currently filming gets a close up of you as the gopniks all gather round for one last laugh before they leave you and Artem be.'
  452. gs 'pain', 3, 'hair', 'pull'
  453. gs 'pain', 6, 'jaw', 'ache'
  454. gs 'pain', 6, 'throat', 'stretch'
  455. gs 'pain', 5, 'fingers', 'cramp'
  456. gs 'boystat', $boy4
  457. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  458. gs 'cum_call', 'mouth', 'Gopnik rapist 6', 0, 0, 10000, 40
  459. gs 'stat'
  460. act 'Go home':
  461. *clr & cla
  462. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/walk_save.jpg"></center>'
  463. 'As the gopniks leave you put your clothes back on, Artem slowly gets up and wipes the blood from his face, deeply embarrassed you have to see him like this. You walk in silence as you help him get home.'
  464. 'Once you get him home, you help him to bed. "You shouldn''t have done that, <<$pcs_nickname>>. It was disgusting."'
  465. 'You smile at him. "I couldn''t let them hurt you like that."'
  466. 'He frowns. "I would have healed! Anyway, I could use some rest, so can you please leave?" He rolls over, obviously not wanting to talk anymore, so you get up and leave.'
  467. minut += 5
  468. gs 'stat'
  469. act 'Leave': gt 'pod_ezd', 'etaj_1'
  470. end
  471. end
  472. end
  473. end
  474. end
  475. end
  476. end
  477. if $ARGS[0] = 'fight_gang':
  478. *clr & cla
  479. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop.jpg"></center>'
  480. 'You glare at them. "Fuck you, I''ll kill any of you that touch me."'
  481. 'They all laugh as one of them reaches out to grab you. You quickly punch him in the stomach, which causes him to step back, surprised you''re actually willing to fight back. Seeing this, Artem gets up. "Leave her alone!" It was a chivalrous effort, but one in vain. He never even makes it onto his feet before two of the gopniks start beating him and he goes down in a heap, where they start kicking him as the rest come for you.'
  482. !!fight code goes here, it is 6 adult men vs Sveta. I don''t see any way she could win, but I wanted to give the players the option, plus with magic that could change things. Below I am doing a version of if she wins and if she loses.
  483. if win = 1:
  484. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/walk_save.jpg"></center>'
  485. 'You put on a demonstration of how to fight against several opponents at once. You use their numbers against them, constantly moving so they get in each others way, then taking your shots in their confusion. It takes a while and they get in some hits of their own, but in the end you finally put enough of a beat down on them for them to give up. They all turn tail and flee, leaving you huffing and puffing, still naked. You check on Artem, who''s barely conscious, before you get dressed. You help Artem up as he wipes the blood from his face, deeply embarrassed you have to see him like this. You walk in silence as you help him get home.'
  486. 'Once you get him home, you help him to bed. "I can''t believe you won!"'
  487. 'You laugh. "I can''t either, but I couldn''t let them hurt you like that."'
  488. 'He shakes his head and seems to have mixed feelings on the subject. "Thanks anyway, but I could use some rest. See you later, okay?" He rolls over, so you get up and leave.'
  489. minut += 5
  490. gs 'stat'
  491. act 'Leave': gt 'pod_ezd', 'etaj_1'
  492. else
  493. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/fail.jpg"></center>'
  494. 'You do your best, but there''s too many of them. The blows start coming and never stop, and you''re soon dazed and unable to fight anymore. The fight over, you find yourself laying naked on the ground, flat on your stomach as the leader drops to his knees and grabs you by the hair. "We warned you, <<$pcs_nickname>>. You''re all ours now."'
  495. 'Several of them start taking off their pants. "Open up whore, or we''ll be spilling your guts all over the ground!" one of them threatens.'
  496. 'Two of them stand watch while the others gather round you. There''s nothing you can do but hope that someone will come by and save you as you start to cry.'
  497. act 'Get raped': gt 'artem_date_events', 'gang_rape'
  498. end
  499. end
  500. if $ARGS[0] = 'gang_rape':
  501. *clr & cla
  502. minut += 5
  503. gs 'fame', 'pav', 'sex', 10
  504. rape += 1
  505. gang += 1
  506. !! Destroying clothing
  507. $clothingworntype = 'nude'
  508. KILLVAR '$lastwornclothingtype'
  509. KILLVAR 'lastwornclothingnumber'
  510. if $pantyworntype ! 'none':
  511. gs 'panties', 'dispose'
  512. end
  513. if $braworntype ! 'none':
  514. gs 'bras', 'dispose'
  515. end
  516. gs 'artem_date_events', 'generatgopniks'
  517. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/stripped.jpg"></center>'
  518. 'They lift you off the ground, one covering your mouth as they drag you off deeper into the park far away from any of the paths. You see two others are dragging the unconscious Artem along. You eventually arrive in a clearing with a dirty old mattress laying on the ground, where they start ripping your clothes off. Artem is dumped nearby and the two gopniks go to stand watch as you hear your clothes ripping and tearing, which they seem to be doing intentionally. They keep ripping and tearing at your clothes until you''re completely naked.'
  519. gs 'arousal', 'flash', 5, 'gangbang', 'rape', 'rough'
  520. gs 'stat'
  521. act 'Continue':
  522. *clr & cla
  523. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/bound.jpg"></center>'
  524. 'The leader holds you down and puts a knee on your head as another gopnik ties your hands tightly behind your back. By this point, you''re too tired to resist and just let them have their way with you.'
  525. gs 'pain', 2, 'wrists', 'bind'
  526. gs 'arousal', 'BDSM', 5, 'gangbang', 'rape', 'rough', 'bound'
  527. gs 'stat'
  528. act 'The nightmare begins':
  529. *clr & cla
  530. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rape1.jpg"></center>'
  531. 'Two of them hold you down while one pulls his dick out, shoves it in your pussy and starts hammering away, not caring if you enjoy it or not. The more you struggle or cry out, the more they seem to enjoy it.'
  532. gs 'pain', 2, 'wrists', 'bind'
  533. gs 'boystat', $boy1
  534. gs 'arousal', 'vaginal', 5, 'gangbang', 'rape', 'rough', 'bound'
  535. pcs_horny = 0
  536. gs 'stat'
  537. act 'Continue':
  538. *clr & cla
  539. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rape2.jpg"></center>'
  540. 'The one watching takes his turn and forces his dick inside you while the first one just watches as he jerks off.'
  541. gs 'pain', 2, 'wrists', 'bind'
  542. gs 'boystat', $boy2
  543. gs 'arousal', 'vaginal', 5, 'gangbang', 'rape', 'rough', 'bound'
  544. pcs_horny = 0
  545. gs 'stat'
  546. act 'Continue':
  547. *clr & cla
  548. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rape3.jpg"></center>'
  549. '"Alright, my turn," the leader says. "Roll her over onto her hands and knees." You''re roughly forced into a kneeling position on the nasty old mattress, with your face forced against it. You feel someone spit on your asshole before a dick is shoved inside, causing you to cry out in pain as he starts pounding you balls deep. "Much tighter than that gaping pussy after you guys ripped it up!" He laughs and the others join in.'
  550. gs 'pain', 2, 'wrists', 'bind'
  551. gs 'boystat', $boy3
  552. gs 'arousal', 'anal', 5, 'gangbang', 'rape', 'rough', 'bound'
  553. pcs_horny = 0
  554. gs 'stat'
  555. act 'Two at a time':
  556. *clr & cla
  557. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rape4.jpg"></center>'
  558. 'The leader pulls out of your ass and lies in front of you on his side as someone else starts roughly fucking your ass. Once he''s next to your head, the leader shoves his dick in your mouth and makes you suck his dick as the other three take turns fucking your ass. You soon feel one of them cumming in your ass as another speaks up. "Come on, she has other holes! I''m tired of waiting!"'
  559. gs 'pain', 2, 'wrists', 'bind'
  560. gs 'pain', 6, 'jaw', 'ache'
  561. gs 'boystat', $boy4
  562. gs 'arousal', 'anal', 5, 'gangbang', 'rape', 'rough', 'bound'
  563. gs 'boystat', $boy3
  564. gs 'arousal', 'bj', -5, 'gangbang', 'rape', 'rough', 'bound'
  565. gs 'cum_call', 'anus', 'Gopnik rapist 1', 0, 0, 10000, 40
  566. pcs_horny = 0
  567. gs 'stat'
  568. act 'Continue':
  569. *clr & cla
  570. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rape5.jpg"></center>'
  571. 'With that, one of them lies down on the mattress and they force you to straddle and mount him, his cock sliding into your battered pussy as another cock is shoved into your mouth and a third back in your ass. The ones who were on watch come over to take their turns as you feel one of them cumming in your pussy.'
  572. gs 'pain', 2, 'wrists', 'bind'
  573. gs 'pain', 6, 'jaw', 'ache'
  574. gs 'boystat', $boy4
  575. gs 'arousal', 'anal', 10, 'gangbang', 'rape', 'rough', 'bound'
  576. gs 'boystat', $boy5
  577. gs 'arousal', 'vaginal', -10, 'gangbang', 'rape', 'rough', 'bound'
  578. gs 'boystat', $boy6
  579. gs 'arousal', 'bj', -10, 'gangbang', 'rape', 'rough', 'bound'
  580. gs 'cum_call', '', 'Gopnik rapist 2', 0, 0, 10000, 40
  581. pcs_horny = 0
  582. gs 'stat'
  583. act 'Continue':
  584. *clr & cla
  585. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rapecum1.jpg"></center>'
  586. 'The remaining ones take turns fucking all three of your holes so much that you lose count as two of them cum inside you. When they pull out, you feel the cum leaking out of both of your holes as one of the other guys cums in your mouth.'
  587. gs 'pain', 2, 'wrists', 'bind'
  588. gs 'pain', 6, 'jaw', 'ache'
  589. gs 'boystat', $boy3
  590. gs 'arousal', 'anal', 10, 'gangbang', 'rape', 'rough', 'bound'
  591. gs 'boystat', $boy4
  592. gs 'arousal', 'vaginal', -10, 'gangbang', 'rape', 'rough', 'bound'
  593. gs 'boystat', $boy5
  594. gs 'arousal', 'bj', -10, 'gangbang', 'rape', 'rough', 'bound'
  595. gs 'cum_call', '', 'Gopnik rapist 3', 0, 0, 10000, 40
  596. gs 'cum_call', 'anus', 'Gopnik rapist 4', 0, 0, 10000, 40
  597. gs 'cum_call', 'mouth', 'Gopnik rapist 5', 0, 0, 10000, 40
  598. pcs_horny = 0
  599. gs 'stat'
  600. act 'Last one':
  601. *clr & cla
  602. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rapecum2.jpg"></center>'
  603. 'The last one starts fucking your throat. Before too long, he starts cumming as well, holding your mouth open with one hand as he jerks off with the other, milking every last drop of cum into your mouth.'
  604. gs 'pain', 2, 'wrists', 'bind'
  605. gs 'pain', 6, 'jaw', 'ache'
  606. gs 'pain', 6, 'throat', 'stretch'
  607. gs 'boystat', $boy4
  608. gs 'arousal', 'bj', 5, 'gangbang', 'rape', 'rough', 'bound'
  609. gs 'cum_call', 'mouth', 'Gopnik rapist 6', 0, 0, 10000, 40
  610. pcs_horny = 0
  611. gs 'stat'
  612. act 'Aftermath':
  613. *clr & cla
  614. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/aftermath.jpg"></center>'
  615. 'They laugh as they get dressed again, and their leader grins wickedly. "Go home and get cleaned up. We have nothing against you, but remember this lesson, <<$pcs_nickname>>... It''s better to know your place and do what you''re told, than to try and be something you''re not. All that does is piss people off and make them teach you a lesson."'
  616. *nl
  617. !! Artem doesn''t seem like the type to just leave Sveta at her door. Maybe this should be rewritten and Artem has Julia''s mom check her out (she''s a nurse). Something like Artem suggesting going to the hospital but Sveta not wanting to be known as the girl who got raped.
  618. 'You lay naked on the dirty mattress for several minutes crying in pain before you feel someone grabbing your hands. You scream and try to scoot away, only to turn and see Artem untying your hands. He takes off his jacket and gives it to you to wear before he quietly walks you home. Every step sends a spike of agony through your body, but you keep going, wanting to get away from the place where it happened.'
  619. 'When you get to just outside the apartment complex, he stops. "Maybe we should call the police?" he asks, but you shake your head. You know they wouldn''t care and would just blame you, then everyone would know. He sighs. "At least go to the hospital?" he asks in a pleading voice.'
  620. *nl
  621. 'You shake your head again. You don''t want anyone to know, you just want to go to your room and curl up in your bed. "Just take me home, Artem!"'
  622. 'He sighs and nods before walking you inside and up the stairs to your door. When you get there, he finally says something. "<<$pcs_nickname>>, I''m so sorry. I know what you did for me and... I owe you. Big time. I don''t know what I can do to repay you, but if you ever need anything... please. I''m there for you."'
  623. 'You don''t know what to say, so you just nod and go into your apartment.'
  624. gs 'arousal', 'end'
  625. gs 'stat'
  626. act 'Home': gt 'korrPar'
  627. end
  628. end
  629. end
  630. end
  631. end
  632. end
  633. end
  634. end
  635. end
  636. end
  637. if $ARGS[0] = 'generatgopniks':
  638. !! Generating gopnik stats so that they can be called with gs 'boystat', $boy1-6
  639. gs 'npcgeneratec', 0, 'Gopnik rapist 1', rand(18,25)
  640. gs 'boyStat', $npclastgenerated, 'a'
  641. gs 'npcgeneratec', 0, 'Gopnik rapist 2', rand(18,25)
  642. gs 'boyStat', $npclastgenerated, 'b'
  643. gs 'npcgeneratec', 0, 'Gopnik rapist 3', rand(18,25)
  644. gs 'boyStat', $npclastgenerated, 'c'
  645. gs 'npcgeneratec', 0, 'Gopnik rapist 4', rand(18,25)
  646. gs 'boyStat', $npclastgenerated, 'd'
  647. gs 'npcgeneratec', 0, 'Gopnik rapist 5', rand(18,25)
  648. gs 'boyStat', $npclastgenerated, 'e'
  649. gs 'npcgeneratec', 0, 'Gopnik rapist 6', rand(18,25)
  650. gs 'boyStat', $npclastgenerated, 'f'
  651. end
  652. --- artem_date_events ---------------------------------