artemdate.qsrc 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  1. # artemdate
  2. if $ARGS[0] = 'firstdate':
  3. *clr & cla
  4. npc_rel['A2'] += 1
  5. menu_off = 1
  6. '<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
  7. 'You enjoy a pleasant walk in the park, sharing all kinds of small talks with Artem.'
  8. 'After a while you end up near the movie theater. When Artem sees it, he suggests: "Hey, let''s go see a movie!"'
  9. minut += 15
  10. gs 'stat'
  11. act 'A movie sounds like fun!':
  12. *clr & cla
  13. npc_rel['A2'] += 1
  14. minut += 120
  15. gs 'stat'
  16. '<center><img <<$set_imgh>> src="images/locations/shared/cinema/kino_<<rand(1,3)>>.jpg"></center>'
  17. 'You enter the movie theater with Artem. After he buys tickets for the both of you, he buys some popcorn, candy and soda for the both of you. After he pays for the items the two of you head into the dark theater and you find some nice seats in the back row and watch the movie.'
  18. act 'Leave the theater':
  19. *clr & cla
  20. minut += 10
  21. gs 'stat'
  22. '<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
  23. if rand(1,5) = 1 and hour >= 20:
  24. '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 as you walk. After the two of you walk for awhile, you see a group of older gopniks hanging out around a bench just ahead. They are drinking and you can hear them from where you are, they are obviously already a bit drunk.'
  25. act 'Just walk past them': gt 'artemdate','artemGopSkver'
  26. else
  27. '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 as you walk.'
  28. 'Artem walks you back to your apartment door. Once you are just outside your apartment door he stops and looks at you. "I had fun <<$pcs_nickname>>."'
  29. 'You smile to him. "I had fun too, Artem."'
  30. 'His smiles widely. "Great, I''m glad you had fun, maybe we can do it again some time?"'
  31. 'You nod a bit. "Sure, maybe. We''ll see."'
  32. 'He smiles and nods. "Ok. Well, I better get home. Talk to you later."'
  33. '"Bye Artem, I had a wonderful time." You tell him and with that he walks back down the stairs to the first floor and presumably his apartment.'
  34. act 'Go home': gt 'pod_ezd', 'etaj_2'
  35. end
  36. end
  37. end
  38. act 'Let''s just keep walking':
  39. *clr & cla
  40. minut += 30
  41. gs 'stat'
  42. '<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
  43. 'You don''t really feel like going the cinema, and tell him: "Nah, let''s just enjoy the walk we''re on."'
  44. if rand(1,5) = 1 and hour >= 20:
  45. '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 the two of you walk for awhile, you see a group of older gopniks hanging out around a bench just ahead. They are drinking and you can hear them from here, they are obviously already a bit drunk.'
  46. act 'Just walk past them': gt 'artemdate','artemGopSkver'
  47. else
  48. '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 the two of you walk for a while talking, he checks his watch and says, "We should be getting back, I will walk you to your door."'
  49. 'Artem walks you back to your apartment door. Once you are just outside your apartment door he stops and looks at you. "I had fun <<$pcs_nickname>>."'
  50. 'You smile at him. "I had fun too Artem."'
  51. 'His smiles widely. "Great, I''m glad you had fun, maybe we can do it again some time."'
  52. 'You nod a bit. "Sure, maybe. We''ll see."'
  53. 'He smiles and nods. "Ok well I better get home, talk to you later."'
  54. '"Bye Artem, I had a wonderful time." You tell him and with that he walks back down the stairs to the first floor and presumably his apartment.'
  55. act 'Go home': gt 'pod_ezd', 'etaj_2'
  56. end
  57. end
  58. end
  59. if $ARGS[0] = 'artem_date':
  60. *clr & cla
  61. npc_rel['A2'] += 1
  62. menu_off = 1
  63. gt 'artemdate', 'firstdate'
  64. !{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.
  65. if artem_date = 1:
  66. elseif artem_date = 2:
  67. elseif artem_date = 3:
  68. else
  69. repeat_date = rand(1,3)
  70. if repeat_date = 1:
  71. elseif repeat_date = 2:
  72. elseif repeat_date = 3:
  73. else
  74. end
  75. end}
  76. end
  77. if $ARGS[0] = 'artemGopSkver':
  78. *clr & cla
  79. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop.jpg"></center>'
  80. if grupTipe = 4:
  81. 'Just as you are about to make it past them, several of the gopniks get in your way, they make somewhat of a circle around you and Artem. You have seen them around before but you don''t really know them.'
  82. '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?"'
  83. act 'Tell them to mind their own business':
  84. *clr & cla
  85. minut += 15
  86. grupvalue[4] += 1
  87. npc_rel['A2'] += 1
  88. '<center><img <<$set_imgh>> src="images/pc/reactions/fuckoff1.jpg"></center>'
  89. 'You give them a look of disdain showing you are not impressed. "Mind your own fucking business." Artem tenses up besides you obviously afraid of what they might do after you said that.'
  90. 'The leader of this little group laughs. "Come on, don''t be like that, dump this loser and have some fun with us, girly."'
  91. 'You push your way past him and as you get clear of them you flip them the bird. Fortunately they leave you alone, other than a few taunting calls directed at you and Artem. Once you make it further away from them, Artem relaxes a little. Artem walks you back to your apartment door. Once you are just outside your apartment door he stops and looks at you. "I had fun <<$pcs_nickname>>, you know other than when we ran into those gopniks, I can''t believe you said that."'
  92. 'You smile to 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. Anyways I had fun as well Artem."'
  93. 'His smiles widely. "Great, I''m glad you had fun, maybe we can do it again some time?"'
  94. 'You nod a bit. "Sure, maybe. We''ll see."'
  95. 'He smiles and nods. "Ok, well. I better get home, talk to you later."'
  96. '"Bye Artem, I have a wonderful time." You tell him and with that he walks back down the stairs to the first floor and presumably his apartment.'
  97. act 'Go home': gt 'pod_ezd', 'etaj_2'
  98. end
  99. else
  100. 'Just as you are about to make it past them several of the gopniks get in your way, they make somewhat of a circle around you and Artem. They don''t look familiar to you.'
  101. '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?"'
  102. act 'Ignore them and keep walking':
  103. *clr & cla
  104. gopniktrouble = rand(1,2)
  105. if gopniktrouble = 1:
  106. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop.jpg"></center>'
  107. 'The leader steps directly in front of Artem and the others close in giving you nowhere to go to without running into them. The leader speaks to Artem. "This is our part of the park, you owe us a toll for using it, give us all your money you have, and your girl can pass, bitch."'
  108. 'You can tell Artem is scared and will likely do what they ask. But you don''t want him to lose all his money, though if you say something, it could make things worse.'
  109. act 'Say nothing':
  110. *clr & cla
  111. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop.jpg"></center>'
  112. '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 and throws the empty wallet back at Artems face. "God, what a bitch. Come on guys drinks are on this bitch." He says with a laugh and then they all walk off. 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. Once you are just outside your apartment door, he stops and looks at you. "I had fun <<$pcs_nickname>>, you know other than when we ran into those gopniks."'
  113. 'You smile at him. "Yeah it was a little scary, sorry they took all your money. Anyways, I had fun as well Artem."'
  114. *nl
  115. 'His smiles and says, "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."'
  116. 'You nod a bit. "Sure maybe, we''ll see."'
  117. 'He smiles and nods. "Ok well I better get home, talk to you later."'
  118. '"Bye Artem, I had a wonderful time." You tell him, and with that he walks back down the stairs to the first floor and presumably his apartment.'
  119. act 'Go home': gt 'pod_ezd', 'etaj_2'
  120. end
  121. gs 'willpower', 'misc', 'self', 'hard'
  122. if will_cost <= pcs_willpwr:
  123. act 'Stand up to them (<<will_cost>> Willpower)':
  124. gs 'willpower', 'pay', 'self'
  125. gt 'artemdate', 'stand_up'
  126. end
  127. else
  128. 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>'
  129. end
  130. else
  131. '<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
  132. '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 they leave you alone, other than a few taunting calls directed at you and Artem. Once you make it further away from them Artem relaxes a little. Artem walks you back to your apartment door. Once you are just outside your apartment door he stops and looks at you. "I had fun <<$pcs_nickname>>, you know other than when we ran into those gopniks."'
  133. 'You smile to him. "Yeah it was a little scary. Anyways I had fun as well Artem."'
  134. 'His smiles widely. "Great, I''m glad you had fun, maybe we can do it again some time."'
  135. 'You nod a bit. "Sure maybe, we''ll see."'
  136. 'He smiles and nods. "Ok well I better get home, talk to you later."'
  137. '"Bye Artem, I have a wonderful time." You tell him and with that he walks back down the stairs to the first floor and presumably his apartment.'
  138. act 'Go home': gt 'pod_ezd', 'etaj_2'
  139. end
  140. end
  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 'artemdate', '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. end
  152. if $ARGS[0] = 'stand_up':
  153. *clr & cla
  154. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop.jpg"></center>'
  155. 'You indignantly reply: "He''s not a bitch, Artem is my friend!"'
  156. 'The Gopnik walks up to Artem, and pokes him in the chest with his finger. He asks: "Oh really...? What do you think, bitch? Are you a bitch or what?"'
  157. gs 'willpower', 'misc', 'self', 'hard'
  158. if will_cost <= pcs_willpwr:
  159. act 'Get between them (<<will_cost>> Willpower)':
  160. gs 'willpower', 'pay', 'self'
  161. *clr & cla
  162. minut += 5
  163. money = 0
  164. npc_rel['A2'] += 5
  165. gs 'stat'
  166. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop_knee.jpg"></center>'
  167. 'You quickly get in-between Artem and the Gopnik, shielding him with your body. You threaten them: Don''t touch him! I''ll call the police!"'
  168. 'The Gopnik is not impressed. He pulls out a knife and puts it against your throat: "Why are you wasting your time with this loser, <<$pcs_nickname>>?"'
  169. 'You can see his friends slowly encroaching around you. There''s no way you can run away now.'
  170. 'You look into his eyes and sigh: "Come on... just let us leave. Please? You can take my money."'
  171. '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!'
  172. act 'Go home':
  173. *clr & cla
  174. minut += 5
  175. '<center><img <<$set_imgh>> src="images/locations/shared/park/walk_<<rand(1,2)>>.jpg"></center>'
  176. 'Once you make it further away from them Artem relaxes a little. Artem walks you back to your apartment door. Once you are just outside your apartment door he stops and looks at you. "I had fun <<$pcs_nickname>>, you know, other than when we ran into those gopniks."'
  177. 'You smile to him. "Yeah it was a little scary. Anyways I had fun as well Artem."'
  178. 'His smiles widely. "Great, I''m glad you had fun, maybe we can do it again some time."'
  179. 'You nod a bit. "Sure maybe, we''ll see."'
  180. 'He smiles and nods. "Ok, well. I better get home, talk to you later."'
  181. '"Bye Artem, I had a wonderful time." You tell him and with that he walks back down the stairs to the first floor and presumably his apartment.'
  182. act 'Go home': gt 'pod_ezd', 'etaj_2'
  183. end
  184. end
  185. else
  186. 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>'
  187. end
  188. act 'Watch in silence':
  189. *clr & cla
  190. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop_udar.jpg"></center>'
  191. '"I''m not a bitch", Artem says quietly.'
  192. 'The Gopnik grins: "We''ll see about that!"'
  193. 'He hits Artem hard in the stomach. Artem buckles over and falls to his knees. The Gopnik and his friends laugh while Artem lies groaning on the ground.'
  194. 'He turns to you: "Everyone can see he''s a bitch, <<$pcs_nickname>>. What do you even see him him? Seriously..."'
  195. 'Then he continues, with an evil smirk on his face: "So... you really like him? Enough to help him out of this mess he talked himself into? There is one thing you could do..."'
  196. 'The other Gopniks are all laughing when their leader suggests: "Do a striptease! If it''s a good one, we''ll leave him alone. Someone, play some music."'
  197. minut += 5
  198. gs 'stat'
  199. gs 'willpower', 'humiliation', 'resist', 'hard'
  200. if will_cost <= pcs_willpwr:
  201. act 'Refuse (<<will_cost>> Willpower)':
  202. gs 'willpower', 'pay', 'resist'
  203. *clr & cla
  204. npc_rel['A2'] += 1
  205. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop_udar2.jpg"></center>'
  206. 'Wait, what!?'
  207. 'You answer: "No way, you perverts! Just leave us alone!"'
  208. '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, soon they all join in kicking him. You can''t take it anymore and quickly throw yourself on top of Artem, so they can''t kick him any more.'
  209. 'The Gopnik looks down at the two of you, and spits on the ground. He sighs: "Whatever..."'
  210. 'The Gopniks leave you alone and go deeper into the park, probably to go drink some beer or something. You help Artem up on his feet, carefully.'
  211. 'Artem 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. Once you get him home, you help him to bed. He thanks you but asks you to go. Not sure what to say you do as he asks and leave.'
  212. minut += 5
  213. gs 'stat'
  214. act 'Leave': gt 'pod_ezd', 'etaj_1'
  215. end
  216. else
  217. act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  218. end
  219. act 'Dance for them':
  220. *clr & cla
  221. inhib_exp += rand(0,1)
  222. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/strip1.jpg"></center>'
  223. 'Well, if that''s what you have to do to get out of here...'
  224. 'You begin to dance to the music a bit awkwardly, and immediately get boo''d.'
  225. 'The Gopnik threatens: "We said striptease, <<$pcs_nickname>>! Not dance!"'
  226. 'You nod and slowly begin to undress to the music, trying to avoid their greedy looks.'
  227. 'Artem noticed their looks as well and shouts: "<<$pcs_nickname>>, stop! You don''t have to do this!"'
  228. 'The Gopnik kicks him in the ribs and tells him: "Shut up, bitch! She''s saving your ass, show some respect."'
  229. 'Artem is too afraid to argue with them, and you awkwardly remove your top showing off your breasts which finally gets them hooting, hollering, and laughing instead of booing.'
  230. act 'Strip naked':
  231. *clr & cla
  232. inhib_exp += rand(0,1)
  233. gs 'fame', 'pav', 'sex', 3
  234. pcs_mood -= 20
  235. minut += 5
  236. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/strip2.jpg"></center>'
  237. if hotcat <= 4:
  238. 'You slowly remove all of your clothes until you are completely naked in front of them, with that they turn off the music. The leader walks up to you and say. "Fuck you are 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 at that. Then they all walk off laughing apparently done with their fun, you quickly get dressed again as Artem struggles to his feet. 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. Once you get him home, you help him to bed. "You didn''t have to do that."'
  239. 'You smile to him. "I couldn''t let them hurt you like that."'
  240. 'He frowns. "I would have healed, anyways I could use some rest, so see you later ok." He rolls over obviously not wanting to talk anymore. So you get up and leave.'
  241. gs 'stat'
  242. act 'Leave': gt 'pod_ezd', 'etaj_1'
  243. else
  244. 'You slowly remove all of your clothes until you are completely naked in front of them, with that they turn off the music. All of the Gopniks gather around you and their leader grins and gives you a choice: "Not bad <<$pcs_nickname>>, nice tits. It''s a shame you''re wasting them on him. And now, you''re going to suck all us off. If you do a good job, we''ll let you go." You know you have no chance to run away, so you either have to do what they ask or you could try your luck at fighting them, but betting against six men? Most likely all that good that would do is getting the shit beat out of you and then raped. Maybe if you distract them you could run away.'
  245. act 'Get down on your knees': gt 'artemdate', 'blow_bang'
  246. gs 'willpower', 'misc', 'self', 'hard'
  247. if will_cost <= pcs_willpwr:
  248. act 'Fight them (<<will_cost>> Willpower)':
  249. gs 'willpower', 'misc', 'self', 'hard'
  250. gs 'willpower', 'pay', 'self'
  251. gt 'artemdate', 'fight_gang'
  252. end
  253. else
  254. 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>'
  255. end
  256. gs 'willpower', 'group', 'resist'
  257. if will_cost <= pcs_willpwr:
  258. act 'Run away (<<will_cost>> Willpower)':
  259. gs 'willpower', 'group', 'resist'
  260. gs 'willpower', 'pay', 'resist'
  261. *clr & cla
  262. minut += 5
  263. gs 'stat'
  264. escape = pcs_stren + pcs_run
  265. if escape < 50:
  266. artemRand = rand(1,10)
  267. elseif escape >= 50 and escape < 100:
  268. artemRand = rand(1,5)
  269. elseif escape >= 100 and escape < 150:
  270. artemRand = rand(1,2)
  271. else
  272. artemRand = 1
  273. end
  274. if artemRand = 1:
  275. gs 'stat'
  276. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/walk_save.jpg"></center>'
  277. 'You look around you, and suddenly shout in a random direction: "Dad, I''m over here!"'
  278. 'As the Gopniks turn around to see who you''re shouting at, you quickly grab Artem by the arm and start running. When you''re satisfied the Gopniks are no longer following you, you find a quiet area and put your clothes back on. 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. Once you get him home, you help him to bed. "You didn''t have to do that."'
  279. 'You smile to him. "I couldn''t let them hurt you like that."'
  280. 'He frowns. "I would have healed, anyways I could use some rest, so see you later ok." He rolls over obviously not wanting to talk anymore. So you get up and leave.'
  281. minut += 5
  282. gs 'stat'
  283. act 'Leave': gt 'pod_ezd', 'etaj_1'
  284. else
  285. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/run.jpg"></center>'
  286. 'You look around you, and suddenly shout: "Dad, I''m over here!"'
  287. 'As the Gopniks turn around 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 and then shoves him hard to the ground. Artem yells at you. "Run!" You try to run, you can hear the sounds of them hitting Artem and someone chasing you.'
  288. act 'Try to escape':
  289. *clr & cla
  290. gs 'stat'
  291. escape = rand(1,100 + pcs_run)
  292. if escape >= 80:
  293. minut += 5
  294. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/run.jpg"></center>'
  295. 'Thanks to your natural aptitude and practice at running you manage to finally get away, several times it sounded like they were about to catch you, only to hear someone breathing heavy right behind you and then start to fade away. After what seems like forever, you suddenly hear nothing behind you. You glance back and see no one, you stop long enough to put your cloths on before you jog to the edge of the park where there is several other people that look at you funny. You stop and catch you breath looking back for Artem.'
  296. act 'Run home':
  297. *clr & cla
  298. minut += 10
  299. gs 'stat'
  300. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/run.jpg"></center>'
  301. 'After catching your breath a moment and not seeing Artem you run the rest of the way home. You don''t stop for anyone or anything, until you are safely inside your apartment.'
  302. act 'Home': gt 'korrPar'
  303. end
  304. act 'Wait for Artem':
  305. *clr & cla
  306. artemwaited = 1
  307. minut += 60
  308. gs 'stat'
  309. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/walk_save.jpg"></center>'
  310. 'After awhile 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. Artem 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 obviously not made you ran and left him. He seems genuinely glad you are safe. You walk in silence as you help him get home.'
  311. *nl
  312. 'Once you get him home, you help him to bed and then clean up his wounds and tend to him as best 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."'
  313. 'You smile to him and place a finger on his lips. "Shhh, it''s fine, I am just sorry you got hurt."'
  314. 'He smiles. "Yeah well maybe our next date won''t be so exciting. The pain meds are kicking in, I could really use some sleep, see you later ok." He rolls over obviously not wanting to talk anymore and in obvious pain. So you get up and leave him to rest.'
  315. act 'Leave': gt 'pod_ezd', 'etaj_1'
  316. end
  317. act 'Call the Police':
  318. *clr & cla
  319. minut += 60
  320. artemcalledpolice = 1
  321. gs 'stat'
  322. '<center><img <<$set_imgh>> src="images/locations/shared/police/patrol.jpg"></center>'
  323. 'Once you are safe you pull out your cell phone and call the police. You tell them the gopniks are assaulting Artem and tried to attack you as well. After you give them all the details you hang up, the dispatcher said a car would be right there. Almost half a hour later a police car pulls up slowly at the entrance of the park and two officers get out. You hurry over to them. You tell them you called and try and get them to hurry, but they write down your information and ask you several questions like what Artem looks like, where it happened, what the attackers look like. 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.'
  324. *nl
  325. '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. Artem 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." Before you can help him more the police walk over and help Artem over to their car and start asking him questions. They tell you to leave and go home, you try and resist but they warn you this is no place for a young lady and you can tell you will just make things worse if you stay so you walk home.'
  326. act 'Home': gt 'korrPar'
  327. end
  328. else
  329. minut += 10
  330. gs 'stat'
  331. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/caught.jpg"></center>'
  332. 'You are not in great shape and you are not good at running, you don''t make it very far when one of them tackles you to the ground knocking the wind out of you. Leaving you gasping for breath on the ground under him.'
  333. 'By now the other gopniks have caught up and now you are surrounded again, except now they are pissed off as well.'
  334. '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 are just going to take what we want."'
  335. 'You know your choices are limited, get raped or fight back and likely get the shit beat out of you and raped anyways.'
  336. act 'Get raped': gt 'artemdate', 'gang_rape'
  337. gs 'willpower', 'misc', 'self', 'hard'
  338. if will_cost <= pcs_willpwr:
  339. act 'Fight them (<<will_cost>> Willpower)':
  340. gs 'willpower', 'pay', 'self'
  341. gt 'artemdate', 'fight_gang'
  342. end
  343. else
  344. 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>'
  345. end
  346. end
  347. end
  348. end
  349. end
  350. else
  351. 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>'
  352. end
  353. end
  354. end
  355. end
  356. end
  357. end
  358. if $ARGS[0] = 'blow_bang':
  359. gs 'artemdate', 'generatgopniks'
  360. *clr & cla
  361. gs 'fame', 'pav', 'sex', 20
  362. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/ggbj1.jpg"></center>'
  363. 'You quickly glance around you 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.'
  364. 'Two of the Gopniks leave you and go away to keep an eye out, satisfied that you can''t run away from this position without their friends easily stopping you. The other four all offer you their cocks, you start sucking on one and jerking two more off. The other one pulls out his phone and starts filming it.'
  365. gs 'pain', 3, 'hair', 'pull'
  366. gs 'pain', 6, 'jaw', 'ache'
  367. gs 'boystat', $boy1
  368. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'exhibitionism'
  369. gs 'boystat', $boy2
  370. gs 'arousal', 'hj', -5, 'gangbang', 'sub', 'exhibitionism'
  371. gs 'stat'
  372. act 'Get face fucked':
  373. *clr & cla
  374. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/ggbj2.jpg"></center>'
  375. 'For a few seconds you try to give the first guy a blowjob, but it''s quite obvious they don''t need your cooperation. Another guy roughly grabs you buy the hair and pulls your head towards his dick and roughly shoves his dick down your throat and then begins to thrust his hips against your face, roughly fucking your throat while he keeps your head in place by holding onto your hair. They take turns on who is filming.'
  376. gs 'pain', 3, 'hair', 'pull'
  377. gs 'pain', 6, 'jaw', 'ache'
  378. gs 'pain', 6, 'throat', 'stretch'
  379. gs 'boystat', $boy3
  380. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  381. gs 'boystat', $boy2
  382. gs 'arousal', 'hj', -5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  383. gs 'stat'
  384. act 'Swallow it':
  385. *clr & cla
  386. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/ggcum1.jpg"></center>'
  387. 'Suddenly you feel his cum splashing against the back of your mouth, he doesn''t stop face fucking you until he stops coming, you don''t have time to catch your breath, as soon as he pulls his dick out, another one is shoved back in your mouth.'
  388. gs 'pain', 3, 'hair', 'pull'
  389. gs 'pain', 6, 'jaw', 'ache'
  390. gs 'pain', 6, 'throat', 'stretch'
  391. gs 'boystat', $boy2
  392. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  393. gs 'boystat', $boy4
  394. gs 'arousal', 'hj', -5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  395. gs 'cum_call', 'mouth', 'Gopnik rapist 1', 0, 0, 10000, 40
  396. gs 'stat'
  397. act 'Keep swallowing':
  398. *clr & cla
  399. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/ggcum2.jpg"></center>'
  400. 'They run a train on your face, and you''re never without a cock in your mouth for long. As soon as one guy finishes, shoots his load in your mouth, the next one takes over. After what feels like forever the third guy finally finishes, the two that went to keep watch have come over and have their dicks out now, apparently the first two finished and went and relieved them.'
  401. gs 'pain', 3, 'hair', 'pull'
  402. gs 'pain', 6, 'jaw', 'ache'
  403. gs 'pain', 6, 'throat', 'stretch'
  404. gs 'boystat', $boy1
  405. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  406. gs 'boystat', $boy4
  407. gs 'arousal', 'hj', -5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  408. gs 'cum_call', 'mouth', 'Gopnik rapist 2', 0, 0, 10000, 40
  409. gs 'cum_call', 'mouth', 'Gopnik rapist 3', 0, 0, 10000, 40
  410. gs 'stat'
  411. act 'Blowbang':
  412. *clr & cla
  413. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/ggbj3.jpg"></center>'
  414. 'They keep pulling a train on your face, and you''re never without a cock in your mouth for long. As soon as one guy finishes, shoots his load in your mouth, the next one takes over, you never have time to spit their cum out so you have no choice but to swallow. After what feels like forever the fourth and fifth guy finally finishes, your throat feels sore. The rest have put their dicks away and the last guy who was relieved from keeping watch fucks your mouth.'
  415. gs 'pain', 3, 'hair', 'pull'
  416. gs 'pain', 6, 'jaw', 'ache'
  417. gs 'pain', 6, 'throat', 'stretch'
  418. gs 'boystat', $boy5
  419. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  420. gs 'boystat', $boy6
  421. gs 'arousal', 'hj', -5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  422. gs 'cum_call', 'mouth', 'Gopnik rapist 4', 0, 0, 10000, 40
  423. gs 'cum_call', 'mouth', 'Gopnik rapist 5', 0, 0, 10000, 40
  424. gs 'stat'
  425. act 'Last one':
  426. *clr & cla
  427. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/ggcum3.jpg"></center>'
  428. 'With finally just one left, you can finally stop also giving hand jobs, your hands feel like they are cramped up from the all the hand jobs you have given and your throat feels raw. The last one unlike his friends pulls his dick out just as he starts to cum and spurts her sperm all over you nose and lips. As it drips down onto your chin, the one currently filming gets a close up of your cum covered face as the Gopniks all gather around for one last laugh. Then they leave you and Artem be. Artem quietly helps you put your clothes back on before walking you home.'
  429. gs 'pain', 3, 'hair', 'pull'
  430. gs 'pain', 6, 'jaw', 'ache'
  431. gs 'pain', 6, 'throat', 'stretch'
  432. gs 'pain', 5, 'fingers', 'cramp'
  433. gs 'boystat', $boy4
  434. gs 'arousal', 'bj', 5, 'gangbang', 'sub', 'exhibitionism', 'rough'
  435. gs 'cum_call', 'mouth', 'Gopnik rapist 6', 0, 0, 10000, 40
  436. gs 'stat'
  437. act 'Go home':
  438. *clr & cla
  439. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/walk_save.jpg"></center>'
  440. 'As the Gopniks leave you put your clothes back on. Artem gets up slowly 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. Once you get him home, you help him to bed. "You shouldn''t have done that, it was disgusting."'
  441. 'You smile to him. "I couldn''t let them hurt you like that."'
  442. 'He frowns. "I would have healed, anyways 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.'
  443. minut += 5
  444. gs 'stat'
  445. act 'Leave': gt 'pod_ezd', 'etaj_1'
  446. end
  447. end
  448. end
  449. end
  450. end
  451. end
  452. end
  453. if $ARGS[0] = 'fight_gang':
  454. *clr & cla
  455. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/walkgop.jpg"></center>'
  456. 'You glare at them. "Fuck you, I''ll kill any of you that touch me."'
  457. 'They all laugh at that and obviously don''t believe you, as one of them reaches out to grab you. You quickly punch him in the stomach which causes him to oof and step back, obviously surprised you are actually willing to fight back. Artem seeing this gets up and says. "Leave her alone!" It was a chivalrous effort but one in vain. He never even makes it back full standing when two of the gopniks start wailing on him and he goes down in a heap where they start kicking him. The rest come for you.'
  458. !!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.
  459. if win = 1:
  460. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/walk_save.jpg"></center>'
  461. '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 ways, then taking your shots in their confusion. It took awhile and they got 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. First one, then another just turn and run off and that is all it took. Soon, the rest turned tail and ran off as well. Leaving you huffing and puffing, still naked. You check on Artem who is barely conscious and moaning, then 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. Once you get him home, you help him to bed. "I can''t believe you won."'
  462. 'You laugh and say. "I can''t either, but I couldn''t let them hurt you like that."'
  463. 'He shakes his head and seems to have mixed feelings on the subject. "Thanks, anyways I could use some rest, so see you later ok." He rolls over obviously not wanting to talk anymore. So you get up and leave.'
  464. minut += 5
  465. gs 'stat'
  466. act 'Leave': gt 'pod_ezd', 'etaj_1'
  467. else
  468. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/fail.jpg"></center>'
  469. 'You do your best, but their are too many of them. The blows start coming and never stop, and soon you feel yourself dazed and unable to fight anymore. With the fight now over, you find yourself laying naked on the ground, flat on your stomach. The leader drops to his knees and grabs you by the hair while. "We warned you, <<$pcs_nickname>>. You''re all ours now."'
  470. 'Several of them start to take off their pants as one of them threatens: "Open up whore, or we''ll be spilling your guts all over the ground."'
  471. 'Two of them go stand watch, while the other four gather around you, you know they are going to rape you but their is nothing more you can do about it. You silent pray someone would come by and save you as you start to cry.'
  472. act 'Get raped': gt 'artemdate', 'gang_rape'
  473. end
  474. end
  475. if $ARGS[0] = 'gang_rape':
  476. *clr & cla
  477. minut += 5
  478. gs 'fame', 'pav', 'sex', 10
  479. rape += 1
  480. gang += 1
  481. !! Destroying clothing
  482. $clothingworntype = 'nude'
  483. KILLVAR '$lastwornclothingtype'
  484. KILLVAR 'lastwornclothingnumber'
  485. if $pantyworntype ! 'none':
  486. gs 'panties', 'dispose'
  487. end
  488. if $braworntype ! 'none':
  489. gs 'bras', 'dispose'
  490. end
  491. gs 'artemdate', 'generatgopniks'
  492. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/stripped.jpg"></center>'
  493. 'They grab you and lift you off the ground, one covering your mouth as some others carry you. They drag you off deeper into the park into the woods far away from any of the paths. You see two others are dragging the unconscious Artem along. When they get to a place they seem to like, where there is some old dirty mattress laying on the ground, they start ripping your clothes off. It hurts as they do and you can hear your clothes ripping and tearing, they seem to be intentionally destroying your clothes at this point. They keep ripping and tearing at your clothes until you are completely naked. Two of them drop Artem nearby and then go stand watch.'
  494. gs 'arousal', 'flash', 5, 'gangbang', 'rape', 'rough'
  495. gs 'stat'
  496. act 'Continue':
  497. *clr & cla
  498. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/bound.jpg"></center>'
  499. 'Two of them drop Artem nearby and then go stand watch, while the other four gather around you. The leader holds you down and puts a knees on your head. The second one helps holding you down, while the third watches and the last one ties your hands behind your back. By this point you''re too tired to resist and just let them have their way with you as they tie your hands tightly behind your back.'
  500. gs 'pain', 2, 'wrists', 'bind'
  501. gs 'arousal', 'BDSM', 5, 'gangbang', 'rape', 'rough', 'bound'
  502. gs 'stat'
  503. act 'The nightmare begins':
  504. *clr & cla
  505. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rape1.jpg"></center>'
  506. 'Two of them hold you down, while a third watches and the fourth pulls his dick out and shoves it in your pussy and starts hammering away not caring if you are wet or if you enjoy it. Hell, by what they are saying you think the more you struggle or cry out the more they are enjoying this.'
  507. gs 'pain', 2, 'wrists', 'bind'
  508. gs 'boystat', $boy1
  509. gs 'arousal', 'vaginal', 5, 'gangbang', 'rape', 'rough', 'bound'
  510. pcs_horny = 0
  511. gs 'stat'
  512. act 'Next':
  513. *clr & cla
  514. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rape2.jpg"></center>'
  515. 'The one watching finally has had enough and pulls the one raping you off, he then forces his dick inside of you instead, while the guy that was raping you stands up and just watches as he jerks off.'
  516. gs 'pain', 2, 'wrists', 'bind'
  517. gs 'boystat', $boy2
  518. gs 'arousal', 'vaginal', 5, 'gangbang', 'rape', 'rough', 'bound'
  519. pcs_horny = 0
  520. gs 'stat'
  521. act 'Too loose':
  522. *clr & cla
  523. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rape3.jpg"></center>'
  524. 'You hear the leader say. "Alright my turn. Roll her over onto her hands and knees." You are roughly forced into a kneeling position on the nasty old mattress, with your face forced against it. You feel someone spit on your asshole and then a dick gets shoves up your ass causing you to cry out in pain, as he starts pounding your ass balls deep. "Much tighter than that gaping twat would be after you guys ripped it up." He laughs and the others join in.'
  525. gs 'pain', 2, 'wrists', 'bind'
  526. gs 'boystat', $boy3
  527. gs 'arousal', 'anal', 5, 'gangbang', 'rape', 'rough', 'bound'
  528. pcs_horny = 0
  529. gs 'stat'
  530. act 'Two at a time':
  531. *clr & cla
  532. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rape4.jpg"></center>'
  533. 'The leader pulls out of your ass and then lays in front of you on his side as someone else starts roughly fucking your ass now. Once he is 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 can feel one of them cumming in your ass. While another one of the them speaks up. "Come on she has other holes I am tired of waiting."'
  534. gs 'pain', 2, 'wrists', 'bind'
  535. gs 'pain', 6, 'jaw', 'ache'
  536. gs 'boystat', $boy4
  537. gs 'arousal', 'anal', 5, 'gangbang', 'rape', 'rough', 'bound'
  538. gs 'boystat', $boy3
  539. gs 'arousal', 'bj', -5, 'gangbang', 'rape', 'rough', 'bound'
  540. gs 'cum_call', 'anus', 'Gopnik rapist 1', 0, 0, 10000, 40
  541. pcs_horny = 0
  542. gs 'stat'
  543. act 'Airtight':
  544. *clr & cla
  545. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rape5.jpg"></center>'
  546. 'With that, one of them lays down on the mattress and they force you to straddle and mount him, his cock sliding into your battered pussy, another cock is shoved into your mouth and a third back in your ass. As the two that has already came inside of you leaves, the ones who were on watch comes over and joins in, taking their turns. You feel one of them cumming in your twat.'
  547. gs 'pain', 2, 'wrists', 'bind'
  548. gs 'pain', 6, 'jaw', 'ache'
  549. gs 'boystat', $boy4
  550. gs 'arousal', 'anal', 10, 'gangbang', 'rape', 'rough', 'bound'
  551. gs 'boystat', $boy5
  552. gs 'arousal', 'vaginal', -10, 'gangbang', 'rape', 'rough', 'bound'
  553. gs 'boystat', $boy6
  554. gs 'arousal', 'bj', -10, 'gangbang', 'rape', 'rough', 'bound'
  555. gs 'cum_call', '', 'Gopnik rapist 2', 0, 0, 10000, 40
  556. pcs_horny = 0
  557. gs 'stat'
  558. act 'Overflowing with cum':
  559. *clr & cla
  560. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rapecum1.jpg"></center>'
  561. 'The four left take turns fucking all three of your holes, so much you lose count and it seems like a lot more than six guys have taken turns on you, two more cum inside of you, one in your pussy and another in your ass. With them pulling out your feel the cum leaking out of both of your holes as they are over flowing with cum. Just as one of the other guys cums in your mouth.'
  562. gs 'pain', 2, 'wrists', 'bind'
  563. gs 'pain', 6, 'jaw', 'ache'
  564. gs 'boystat', $boy3
  565. gs 'arousal', 'anal', 10, 'gangbang', 'rape', 'rough', 'bound'
  566. gs 'boystat', $boy4
  567. gs 'arousal', 'vaginal', -10, 'gangbang', 'rape', 'rough', 'bound'
  568. gs 'boystat', $boy5
  569. gs 'arousal', 'bj', -10, 'gangbang', 'rape', 'rough', 'bound'
  570. gs 'cum_call', '', 'Gopnik rapist 3', 0, 0, 10000, 40
  571. gs 'cum_call', 'anus', 'Gopnik rapist 4', 0, 0, 10000, 40
  572. gs 'cum_call', 'mouth', 'Gopnik rapist 5', 0, 0, 10000, 40
  573. pcs_horny = 0
  574. gs 'stat'
  575. act 'Last one':
  576. *clr & cla
  577. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/rapecum2.jpg"></center>'
  578. 'With only one left he starts fucking your throat, as he turns you onto your back. Before too long he starts to cum as well. He holds your mouth open with one hand and jerks off with the other cumming into your mouth and milking every last drop of cum until it falls into your mouth.'
  579. gs 'pain', 2, 'wrists', 'bind'
  580. gs 'pain', 6, 'jaw', 'ache'
  581. gs 'pain', 6, 'throat', 'stretch'
  582. gs 'boystat', $boy4
  583. gs 'arousal', 'bj', 5, 'gangbang', 'rape', 'rough', 'bound'
  584. gs 'cum_call', 'mouth', 'Gopnik rapist 6', 0, 0, 10000, 40
  585. pcs_horny = 0
  586. gs 'stat'
  587. act 'Aftermath':
  588. *clr & cla
  589. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/sex/park/aftermath.jpg"></center>'
  590. '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 is 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." Then they leave.'
  591. *nl
  592. !! 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.
  593. 'You lay there naked for several minutes in pain, crying, after some time you feel someone grabbing your hands and you scream, trying to scoot away. Only to turn and see Artem behind you untying your hands. He takes off his jacket and gives it to you to wear, as your clothes are totally ruined. Then 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. When you get home 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." You don''t know what to say so you just nod and go into your apartment.'
  594. gs 'arousal', 'end'
  595. gs 'stat'
  596. act 'Home': gt 'korrPar'
  597. end
  598. end
  599. end
  600. end
  601. end
  602. end
  603. end
  604. end
  605. end
  606. end
  607. if $ARGS[0] = 'generatgopniks':
  608. !! Generating gopnik stats so that they can be called with gs 'boystat', $boy1-6
  609. gs 'npcgeneratec', 0, 'Gopnik rapist 1', rand(18,25)
  610. gs 'boyStat', $npclastgenerated, 'a'
  611. gs 'npcgeneratec', 0, 'Gopnik rapist 2', rand(18,25)
  612. gs 'boyStat', $npclastgenerated, 'b'
  613. gs 'npcgeneratec', 0, 'Gopnik rapist 3', rand(18,25)
  614. gs 'boyStat', $npclastgenerated, 'c'
  615. gs 'npcgeneratec', 0, 'Gopnik rapist 4', rand(18,25)
  616. gs 'boyStat', $npclastgenerated, 'd'
  617. gs 'npcgeneratec', 0, 'Gopnik rapist 5', rand(18,25)
  618. gs 'boyStat', $npclastgenerated, 'e'
  619. gs 'npcgeneratec', 0, 'Gopnik rapist 6', rand(18,25)
  620. gs 'boyStat', $npclastgenerated, 'f'
  621. end
  622. --- artemdate ---------------------------------