blackmailer.qsrc 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  1. # blackmailer
  2. if $ARGS[0] = 'init_check':
  3. if blackmailQW['day'] ! 0: exit
  4. if ($ARGS[2] = 'inside' or $ARGS[2] = 'indoors'):
  5. if strpos($loc, 'church') <= 0: exit
  6. end
  7. temp_prob_chance = 300
  8. temp_prob_chance += max(fame['pav_slut'], fame['city_slut'])
  9. temp_prob_chance += max(fame['pav_modelling'], fame['city_modelling']) / 10
  10. temp_prob_chance += max(fame['pav_porn'], fame['city_porn']) / 10
  11. temp_prob_chance -= 15 * min(exhibitionist_lvl * exhibitionist_lvl, 9)
  12. temp_prob_chance -= pcs_exhib
  13. if temp_prob_chance > 600: killvar 'temp_prob_chance' & exit
  14. if $ARGS[1] = 'tits':
  15. temp_prob_chance -= 40
  16. elseif $ARGS[1] = 'butt':
  17. temp_prob_chance -= 60
  18. elseif $ARGS[1] = 'pussy':
  19. temp_prob_chance -= 80
  20. elseif $ARGS[1] = 'full':
  21. temp_prob_chance -= 100
  22. end
  23. if rand(0, temp_prob_chance) >= 5: killvar 'temp_prob_chance' & exit
  24. killvar 'temp_prob_chance'
  25. gs 'blackmailer', 'init_blackmail', $ARGS[1]
  26. end
  27. if $ARGS[0] = 'init_blackmail':
  28. blackmailQW['day'] = daystart
  29. blackmailQW['stage'] = 1
  30. blackmailQW['init_day'] = daystart
  31. if $ARGS[1] = 'panty':
  32. $blackmailQW['init_flashaction'] = 'panties'
  33. elseif $ARGS[1] = 'pantyrear':
  34. $blackmailQW['init_flashaction'] = 'panty clad ass'
  35. elseif $ARGS[1] = 'butt_plug':
  36. $blackmailQW['init_flashaction'] = 'butt plug'
  37. elseif $ARGS[1] = 'full':
  38. $blackmailQW['init_flashaction'] = 'naked body'
  39. else
  40. $blackmailQW['init_flashaction'] = $ARGS[1]
  41. end
  42. $blackmailQW['init_flashimage'] = $flash_image
  43. $blackmailQW['init_flashloc'] = $loc
  44. $blackmailQW['init_flashloc_arg'] = $loc_arg
  45. $blackmailQW['init_flashregion'] = $region
  46. blackmailQW['total_material'] = 1
  47. if strpos($loc, 'park') > 0:
  48. $blackmailQW['init_flashloc_desc'] = 'in a park'
  49. 'A flash of light briefly brightens the surrounding trees and you see a shadow darting between the trees. The light of the camera flash prickling on your exposed skin.'
  50. elseif strpos($loc, 'church') > 0:
  51. $blackmailQW['init_flashloc_desc'] = 'in a church'
  52. 'The flash of a camera illuminates the inside of the church, but the source eludes you.'
  53. elseif strpos($loc, 'zaprF') > 0:
  54. $blackmailQW['init_flashloc_desc'] = 'while washing cars'
  55. 'You briefly think a car turned on their headlights, before you realise it was the flash of a camera, the source of which already gone.'
  56. else
  57. $blackmailQW['init_flashloc_desc'] = ''
  58. 'You think you notice the flash of a camera from the corner of your eye, but its source is already out of view.'
  59. end
  60. if exhibitionist_lvl > 0:
  61. gs 'arousal', 'flashlite', -5
  62. gs 'arousal', 'end'
  63. end
  64. end
  65. !!=============================================!!
  66. !! !!
  67. !! CIKL !!
  68. !! !!
  69. !!=============================================!!
  70. if $ARGS[0] = 'cikl':
  71. if blackmailQW['stage'] = 3 and blackmailQW['smsday'] = 0:
  72. blackmailQW['smsday'] = blackmailQW['dreamday'] + 3
  73. gs 'telefon', 'AddContact', 'Blackmailer', 'icon_na', 1
  74. gs 'telefon', 'SetSMSSchedule', 'Blackmailer', "", "0", "gs 'blackmailer', 'Add_SMS1'", "daystart > blackmailQW['smsday'] and (hour >= 14 and hour <= 19 and rand(0, 100) = 0 or hour = 19 and minut >= 22 or hour = 20)"
  75. elseif daystart = blackmailQW['smsday'] and blackmailQW['next_payment'] > 0:
  76. gs 'telefon', 'SetSMSSchedule', 'Blackmailer', "", "0", "gs 'blackmailer', 'Add_SMS1_reminder'", "(hour >= 14 and hour <= 19 and rand(0, 100) = 0 or hour = 19 and minut >= 22 or hour = 20)"
  77. elseif daystart > blackmailQW['smsday'] and blackmailQW['next_payment'] > 0:
  78. gs 'telefon', 'SetSMSSchedule', 'Blackmailer', "", "0", "gs 'blackmailer', 'Add_SMS_failure'", "(hour >= 14 and hour <= 19 and rand(0, 100) = 0 or hour = 19 and minut >= 22 or hour = 20)"
  79. !Currently repeating content
  80. elseif blackmailQW['stage'] = 5 and blackmailQW['smsday'] = 0:
  81. blackmailQW['smsday'] = daystart + rand(0, 7) + 6
  82. gs 'telefon', 'SetSMSSchedule', 'Blackmailer', "", "0", "gs 'blackmailer', 'Add_SMS_repeat'", "daystart > blackmailQW['smsday'] and (hour >= 14 and hour <= 19 and rand(0, 100) = 0 or hour = 19 and minut >= 22 or hour = 20)"
  83. end
  84. end
  85. !!=============================================!!
  86. !! !!
  87. !! DREAMS !!
  88. !! !!
  89. !!=============================================!!
  90. if $ARGS[0] = 'blackmail_dreams':
  91. if blackmailQW['stage'] = 1:
  92. $sleep_events_priority[] = 'gs ''blackmailer'', ''photo_dream1'' '
  93. elseif blackmailQW['stage'] = 2:
  94. $sleep_events_priority[] = 'gt ''blackmailer'', ''photo_dream2'' '
  95. else
  96. temp_rand = rand(-2, 1)
  97. if temp_rand >= 1 and blackmailQW['stage'] >= 2:
  98. $sleep_events[] = 'gt ''blackmailer'', ''photo_dream2'' '
  99. elseif temp_rand = 0:
  100. $sleep_events[] = 'gs ''blackmailer'', ''photo_dream1'' '
  101. end
  102. end
  103. end
  104. if $ARGS[0] = 'photo_dream1':
  105. if blackmailQW['stage'] = 1: blackmailQW['stage'] = 2
  106. blackmailQW['dreamday'] = daystart + 3
  107. if strpos('panty_pantyrear_bra', $blackmailQW['init_flashaction']) > 0:
  108. gs 'arousal', 'flashlite', -5
  109. else
  110. gs 'arousal', 'flash', -5
  111. end
  112. gs 'arousal', 'end'
  113. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>.jpg"></center>'
  114. $temp_dream_text = 'You dream about getting caught while flashing your '
  115. $temp_dream_text += $blackmailQW['init_flashaction']
  116. $temp_dream_text += ' ' + $blackmailQW['init_flashloc_desc']
  117. $temp_dream_text += ', your skin prickling from the light of unending camera flashes.'
  118. $temp_dream_text
  119. killvar 'temp_dream_text'
  120. gs 'dream_events', 'event_end'
  121. elseif $ARGS[0] = 'photo_dream2':
  122. if blackmailQW['stage'] = 2:
  123. blackmailQW['stage'] = 3
  124. blackmailQW['smsday'] = daystart + 6
  125. gs 'telefon', 'Blackmailer', 'icon_na', 1
  126. gs 'telefon', 'SetSMSSchedule', 'Blackmailer', "", "0", "gs 'blackmailer', 'Add_SMS1'", "daystart > blackmailQW['smsday'] and (hour >= 14 and hour <= 19 and rand(0, 100) = 0 or hour = 19 and minut >= 22 or hour = 20)"
  127. end
  128. blackmailQW['dreamday'] = daystart + 3
  129. gs 'arousal', 'flash', -5
  130. gs 'arousal', 'end'
  131. if motherKnowWhore = 0 and npc_rel['A29'] > 0:
  132. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
  133. 'You dream that your <<$npc_nickname[''A29'']>> is sitting at the kitchen table, looking somber, almost defeated, reading what seems to be a letter.'
  134. act 'Ask your <<$npc_nickname[''A29'']>> what''s wrong':
  135. *clr & cla
  136. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mum_gyno2.jpg"></center>'
  137. 'You walk up to her and ask "What''s wrong <<$npc_nickname[''A29'']>>?"'
  138. 'She drops the letter and see that it is accompanied by a picture.'
  139. act 'Look at the picture':
  140. *clr & cla
  141. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>.jpg"></center>'
  142. $temp_dream_text = 'You get a clear look at the picture depicting you flashing your '
  143. $temp_dream_text += $blackmailQW['init_flashaction']
  144. $temp_dream_text += ' ' + $blackmailQW['init_flashloc_desc']
  145. $temp_dream_text += '.'
  146. $temp_dream_text
  147. killvar '$temp_dream_text'
  148. 'Overcoming the initial shock, you can barely hear that your <<$npc_nickname[''A29'']>> is speaking to you, though you don''t register what she''s saying to you.'
  149. act 'Listen to your mother':
  150. *clr & cla
  151. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/spank.jpg"></center>'
  152. '"Oh, you slut! Your father and I worked so hard to raise you as a decent person, hoping you would find a good husband some day and it turns out you''re a whore who gets off on showing her <<$blackmailQW[''init_flashaction'']>> to strangers!"'
  153. 'Suddenly her expression steels, her mind made up. "You can still be saved. I will turn you away from this errant path, you will not shame this family even if I have to beat the sin out of you."'
  154. 'She grabs your arm and yanks you over kitchen table, ripping donw your pants as she reaches for something outside of your view.'
  155. 'You hear sound of metal and leather, the feel of thick, rough, leather against your naked behind. The sound as she cracks it like a whip. "This is for your own good, someday you''ll understand."'
  156. '...'
  157. '"Someday you will."'
  158. act 'Brace yourself':
  159. *clr & cla
  160. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/hug_sad1.jpg"></center>'
  161. 'Bracing yourself for the pain that never comes, the dream shifts. You are left on the outside looking in, the house a mess, your <<$npc_nickname[''A29'']>> crying, <<$npc_nickname[''A34'']>> and your <<$npc_nickname[''A28'']>> nowhere to be seen.'
  162. 'The lingering feelings of a happy family quickly fading.'
  163. gs 'dream_events', 'event_end'
  164. end
  165. end
  166. end
  167. end
  168. elseif $start_type['loc'] = 'sg' and gruptipe ! 5:
  169. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/locker.jpg"></center>'
  170. 'You dream that it''s the end of a long school day, a tired track back to your lockers, the drab hallways, the monotonous marching of time.'
  171. 'Opening your locker to take your stuff, ready for the same walk home, you yelp in surprise as hundreds of polaroids flow out of your opened locker. Similar shouts of surprise happen all around you as even more polaroids burst from their lockers too.'
  172. 'As the surprise fades you can hear snickering around you, your friends holding the pictures pointing and laughing at you.'
  173. act 'Grab a polaroid':
  174. *clr & cla
  175. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>.jpg"></center>'
  176. $temp_dream_text = 'You grab one of the pictures and see yourself flashing your '
  177. $temp_dream_text += $blackmailQW['init_flashaction']
  178. $temp_dream_text += ' ' + $blackmailQW['init_flashloc_desc']
  179. $temp_dream_text += '.'
  180. $temp_dream_text
  181. killvar '$temp_dream_text'
  182. 'The laughter around you grows, you are surrounded by a sea of people holding your picture and laughing at you.'
  183. 'Wading through the ocean of polaroids, you are ever confronted with the fact that you have lost the respect of your former friends.'
  184. gs 'dream_events', 'event_end'
  185. end
  186. else
  187. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/gorodok.jpg"></center>'
  188. 'You dream that you''re walking through Pavlovsk on a beautiful, windless, cloudless, sunny afternoon, the soft hum of cars, people, wind, and birds fills your ears as the simmering heat of the sun caresses your skin.'
  189. 'Snippets of conversations happening around you press against the edges of your mind.'
  190. '"...ink that''s h...", "..ooks li...", "...ouldn''t da...", "...at a sl..."'
  191. 'You can''t really under stand what''s being said as the harsh wind rips the words from the air, but from the way that they''re looking at the newspaper you guess that''s what they''re talking about.'
  192. act 'Head to the post office to satiate your curriosity':
  193. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavresn.jpg"></center>'
  194. 'You hurry to the post office to get a copy of your own, the wind howling in your ears. The cold sends shivers down you spine as the rain beats relentless in your face.'
  195. 'When you finally arive you see the postmaster, an older man, look at you strangly. Deafening thunder shakes the building, rain drums loudly against the windows as lightning flashes outside.'
  196. act 'Buy a newspaper':
  197. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>.jpg"></center>'
  198. $temp_dream_text = 'The postmaster distandly hands you a newspaper, and on the front cover you see a picture of yourself flashing your '
  199. $temp_dream_text += $blackmailQW['init_flashaction']
  200. $temp_dream_text += ' ' + $blackmailQW['init_flashloc_desc']
  201. $temp_dream_text += '.'
  202. $temp_dream_text
  203. killvar '$temp_dream_text'
  204. '"I didn''t know that you were such a whore!", "That''s really her, what a slut!", "Maybe she''ll let us fuck her too!"'
  205. 'You run outside into the raging storm, the insults piercing through, chasing you.'
  206. gs 'dream_events', 'event_end'
  207. end
  208. end
  209. end
  210. end
  211. !!=============================================!!
  212. !! !!
  213. !! SMS !!
  214. !! !!
  215. !!=============================================!!
  216. if $ARGS[0] = 'Add_SMS1':
  217. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  218. blackmailQW['stage'] = 4
  219. blackmailQW['smsday'] = daystart + 2
  220. blackmailQW['next_payment'] = rand(50, 100) * 10
  221. $SMSTree['0'] = '"Hello <<$pcs_firstname>>!"'
  222. if motherKnowWhore = 0 and npc_rel['A29'] > 0:
  223. $SMSTree['1'] = '"If you don''t want your mother to see this image you will do exactly as I say"'
  224. elseif $start_type['loc'] = 'sg' and gruptipe ! 5:
  225. $SMSTree['1'] = '"If you don''t want your friends to see this image you will do exactly as I say"'
  226. else
  227. $SMSTree['1'] = '"If you don''t want the world to see this image you will do exactly as I say"'
  228. end
  229. $SMSTree['2'] = '"Leave <<blackmailQW[''next_payment'']>> <b>₽</b> beneath the fourth park bench, I know you know which one."'
  230. $SMSTree['3'] = '"You have three days"'
  231. gs 'SMStext_builder', 'start'
  232. gs 'SMStext_builder', 'receive', $SMSTree['0']
  233. gs 'SMSText_builder', 'receive_img', $blackmailQW['init_flashimage'] + '.jpg'
  234. gs 'SMStext_builder', 'receive', $SMSTree['1']
  235. gs 'SMStext_builder', 'receive', $SMSTree['2']
  236. gs 'SMStext_builder', 'receive', $SMSTree['3']
  237. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  238. gs 'SMStext_builder', 'end'
  239. killvar '$SMSTree'
  240. end
  241. if $ARGS[0] = 'Add_SMS1_reminder':
  242. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  243. $SMSTree['0'] = '"<<$pcs_firstname>> don''t forget, if you don''t leave <<blackmailQW[''next_payment'']>> <b>₽</b> beneath the fourth park bench, you will regret it"'
  244. gs 'SMStext_builder', 'start'
  245. gs 'SMStext_builder', 'receive', $SMSTree['0']
  246. gs 'SMSText_builder', 'receive_img', $blackmailQW['init_flashimage'] + '.jpg'
  247. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  248. gs 'SMStext_builder', 'end'
  249. killvar '$SMSTree'
  250. end
  251. if $ARGS[0] = 'Add_SMS_failure':
  252. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  253. blackmailQW['stage'] = -1
  254. $SMSTree['0'] = '"Guess you like it when people know you''re a whore."'
  255. $SMSTree['1'] = '"or you didn''t think I''d go through with it"'
  256. $SMSTree['2'] = '"we''ll see"'
  257. gs 'SMStext_builder', 'start'
  258. gs 'SMStext_builder', 'receive', $SMSTree['0']
  259. gs 'SMStext_builder', 'receive', $SMSTree['1']
  260. gs 'SMStext_builder', 'receive', $SMSTree['2']
  261. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  262. gs 'SMStext_builder', 'end'
  263. if blackmailQW['stage'] < 5:
  264. if blackmailQW['init_flashregion'] = 'city':
  265. fame['city_sex'] += 2 * blackmailQW['total_material']
  266. elseif blackmailQW['init_flashregion'] = 'gad':
  267. fame['gad_sex'] += 10 * blackmailQW['total_material']
  268. else
  269. fame['pav_sex'] += 5 * blackmailQW['total_material']
  270. end
  271. end
  272. end
  273. !!=============================================!!
  274. !! !!
  275. !! PARK !!
  276. !! !!
  277. !!=============================================!!
  278. if $ARGS[0] = 'set_park_act':
  279. if blackmailQW['next_payment'] > 0:
  280. act 'Walk to the fourth bench to pay your blackmailer':
  281. minut += 3
  282. if blackmailQW['stage'] = 4:
  283. gt 'blackmailer', 'park1'
  284. else
  285. gt 'blackmailer', 'park_repeat'
  286. end
  287. end
  288. end
  289. end
  290. if $ARGS[0] = 'park1':
  291. menu_off = 1
  292. gs 'stat'
  293. '<center><img src="images/locations/shared/park/bench_6.jpg"></center>'
  294. 'You spot the bench that your blackmailer is talking about, and take a seat at the edge of it.'
  295. if money < blackmailQW['next_payment']:
  296. act 'Hide the money (<font color="red"><<blackmailQW[''next_payment'']>> <b>₽</b></font>)': '<br><font color="red">You don''t have enough money to do that.</font>'
  297. else
  298. act 'Hide the money (<<blackmailQW[''next_payment'']>> <b>₽</b>)':
  299. *clr & cla
  300. money -= blackmailQW['next_payment']
  301. blackmailQW['total_payment'] += blackmailQW['next_payment']
  302. blackmailQW['next_payment'] = 0
  303. blackmailQW['stage'] = 5
  304. blackmailQW['smsday'] = 0
  305. minut += 1
  306. gs 'stat'
  307. '<center><img <<$set_imgh>> src="images/system/image_needed.png" ></center>'
  308. 'You descretely hide the money near the base of the bench.'
  309. act 'Quickly walk away': gt $loc, $loc_arg
  310. end
  311. end
  312. act 'Walk away': gt $loc, $loc_arg
  313. end
  314. !!=============================================!!
  315. !! !!
  316. !! REPEATING !!
  317. !! !!
  318. !!=============================================!!
  319. if $ARGS[0] = 'Add_SMS_repeat':
  320. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  321. blackmailQW['smsday'] = daystart + 2
  322. blackmailQW['next_payment'] = (rand(50, 100) + blackmailQW['total_payment'] / 100) * 10
  323. $SMSTree['0'] = '"You know what we want"'
  324. if motherKnowWhore = 0 and npc_rel['A29'] > 0:
  325. $SMSTree['1'] = '"If you don''t want your mother to see this image you will do exactly as I say"'
  326. elseif $start_type['loc'] = 'sg' and gruptipe ! 5:
  327. $SMSTree['1'] = '"If you don''t want your friends to see this image you will do exactly as I say"'
  328. else
  329. $SMSTree['1'] = '"If you don''t want the world to see this image you will do exactly as I say"'
  330. end
  331. $SMSTree['2'] = '"Leave <<blackmailQW[''next_payment'']>> <b>₽</b> beneath the fourth park bench, I know you know which one."'
  332. $SMSTree['3'] = '"You have three days"'
  333. gs 'SMStext_builder', 'start'
  334. gs 'SMStext_builder', 'receive', $SMSTree['0']
  335. gs 'SMSText_builder', 'receive_img', $blackmailQW['init_flashimage'] + '.jpg'
  336. gs 'SMStext_builder', 'receive', $SMSTree['1']
  337. gs 'SMStext_builder', 'receive', $SMSTree['2']
  338. gs 'SMStext_builder', 'receive', $SMSTree['3']
  339. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  340. gs 'SMStext_builder', 'end'
  341. killvar '$SMSTree'
  342. end
  343. if $ARGS[0] = 'park_repeat':
  344. menu_off = 1
  345. gs 'stat'
  346. '<center><img src="images/locations/shared/park/bench_6.jpg"></center>'
  347. 'You walk to the familiar bench and take a seat at the edge of it.'
  348. if money < blackmailQW['next_payment']:
  349. act 'Hide the money (<font color="red"><<blackmailQW[''next_payment'']>> <b>₽</b></font>)': '<br><font color="red">You don''t have enough money to do that.</font>'
  350. else
  351. act 'Hide the money (<<blackmailQW[''next_payment'']>> <b>₽</b>)':
  352. *clr & cla
  353. money -= blackmailQW['next_payment']
  354. blackmailQW['total_payment'] += blackmailQW['next_payment']
  355. blackmailQW['next_payment'] = 0
  356. minut += 1
  357. gs 'stat'
  358. '<center><img <<$set_imgh>> src="images/system/image_needed.png" ></center>'
  359. 'You descretely hide the money near the base of the bench.'
  360. act 'Quickly walk away': gt $loc, $loc_arg
  361. end
  362. end
  363. act 'Walk away': gt $loc, $loc_arg
  364. end
  365. --- blackmailer ---------------------------------