blackmailer.qsrc 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783
  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 + '.jpg'
  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. !! FUNCTIONS !!
  68. !! !!
  69. !!=============================================!!
  70. if $ARGS[0] = 'add_blackmail_selfie':
  71. temp_i = 0
  72. if blackmailQW['total_material'] <= 10:
  73. :add_blackmail_loop
  74. if $blackmailQW['selfie_image_<<temp_i>>'] ! '':
  75. temp_i += 1
  76. if temp_i < 10: jump 'add_blackmail_loop'
  77. temp_i = rand(0, 9)
  78. end
  79. else
  80. temp_i = rand(0, 9)
  81. end
  82. $blackmailQW['selfie_image_<<temp_i>>'] = $ARGS[1]
  83. $blackmailQW['selfie_location_<<temp_i>>'] = $ARGS[2]
  84. $blackmailQW['selfie_dress_<<temp_i>>'] = $ARGS[3]
  85. blackmailQW['selfie_LocIndex_<<temp_i>>'] = ARGS[4]
  86. blackmailQW['selfie_number_<<temp_i>>'] = ARGS[5]
  87. killvar 'temp_i'
  88. end
  89. if $ARGS[0] = 'choose_blackmail_image':
  90. if rand(0, 10) > 0:
  91. $result = $blackmailQW['selfie_image_<<rand(0, 9)>>']
  92. if $result = '':
  93. $result = $blackmailQW['selfie_image_<<rand(0, 8)>>']
  94. if $result = '': $result = $blackmailQW['selfie_image_<<rand(0, 7)>>']
  95. end
  96. end
  97. if $result = '': $result = $blackmailQW['init_flashimage']
  98. end
  99. !!=============================================!!
  100. !! !!
  101. !! CIKL !!
  102. !! !!
  103. !!=============================================!!
  104. if $ARGS[0] = 'cikl':
  105. if blackmailQW['next_payment'] > 0:
  106. if daystart = blackmailQW['smsday']:
  107. 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)"
  108. elseif daystart > blackmailQW['smsday']:
  109. 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)"
  110. end
  111. else
  112. if blackmailQW['smsday'] = 0:
  113. if blackmailQW['stage'] = 3:
  114. blackmailQW['smsday'] = blackmailQW['dreamday'] + 4
  115. gs 'telefon', 'AddContact', 'Blackmailer', 'icon_na', 1
  116. elseif blackmailQW['stage'] >= 5:
  117. blackmailQW['smsday'] = daystart + 6 + rand(0, 12 - 5 * (min(blackmailQW['stage'], 7) - 5))
  118. end
  119. elseif daystart >= blackmailQW['smsday']:
  120. if blackmailQW['stage'] = 3:
  121. gs 'telefon', 'SetSMSSchedule', 'Blackmailer', "", "0", "gs 'blackmailer', 'Add_SMS1'", "(hour >= 14 and hour <= 19 and rand(0, 100) = 0 or hour = 19 and minut >= 22 or hour = 20)"
  122. elseif blackmailQW['stage'] >= 5:
  123. gs 'telefon', 'SetSMSSchedule', 'Blackmailer', "", "0", "gs 'blackmailer', 'Add_SMS_repeat'", "(hour >= 14 and hour <= 19 and rand(0, 100) = 0 or hour = 19 and minut >= 22 or hour = 20)"
  124. end
  125. end
  126. end
  127. end
  128. !!=============================================!!
  129. !! !!
  130. !! DREAMS !!
  131. !! !!
  132. !!=============================================!!
  133. if $ARGS[0] = 'blackmail_dreams':
  134. if blackmailQW['stage'] = 1:
  135. $sleep_events_priority[] = 'gs ''blackmailer'', ''photo_dream1'' '
  136. elseif blackmailQW['stage'] = 2:
  137. $sleep_events_priority[] = 'gt ''blackmailer'', ''photo_dream2'' '
  138. else
  139. temp_rand = rand(-2, 1)
  140. if temp_rand >= 1 and blackmailQW['stage'] >= 2:
  141. $sleep_events[] = 'gt ''blackmailer'', ''photo_dream2'' '
  142. elseif temp_rand = 0:
  143. $sleep_events[] = 'gs ''blackmailer'', ''photo_dream1'' '
  144. end
  145. end
  146. end
  147. if $ARGS[0] = 'photo_dream1':
  148. if blackmailQW['stage'] = 1: blackmailQW['stage'] = 2
  149. blackmailQW['dreamday'] = daystart + 3
  150. if strpos('panty_pantyrear_bra', $blackmailQW['init_flashaction']) > 0:
  151. gs 'arousal', 'flashlite', -5
  152. else
  153. gs 'arousal', 'flash', -5
  154. end
  155. gs 'arousal', 'end'
  156. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>"></center>'
  157. $temp_dream_text = 'You dream about getting caught while flashing your '
  158. $temp_dream_text += $blackmailQW['init_flashaction']
  159. $temp_dream_text += ' ' + $blackmailQW['init_flashloc_desc']
  160. $temp_dream_text += ', your skin prickling from the light of unending camera flashes.'
  161. $temp_dream_text
  162. killvar 'temp_dream_text'
  163. gs 'dream_events', 'event_end'
  164. elseif $ARGS[0] = 'photo_dream2':
  165. if blackmailQW['stage'] = 2:
  166. blackmailQW['stage'] = 3
  167. blackmailQW['smsday'] = daystart + 6
  168. gs 'telefon', 'Blackmailer', 'icon_na', 1
  169. 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)"
  170. end
  171. blackmailQW['dreamday'] = daystart + 3
  172. gs 'arousal', 'flash', -5
  173. gs 'arousal', 'end'
  174. if motherKnowWhore = 0 and npc_rel['A29'] > 0:
  175. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
  176. 'You dream that your <<$npc_nickname[''A29'']>> is sitting at the kitchen table, looking somber, almost defeated, reading what seems to be a letter.'
  177. act 'Ask your <<$npc_nickname[''A29'']>> what''s wrong':
  178. *clr & cla
  179. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mum_gyno2.jpg"></center>'
  180. 'You walk up to her and ask "What''s wrong <<$npc_nickname[''A29'']>>?"'
  181. 'She drops the letter and see that it is accompanied by a picture.'
  182. act 'Look at the picture':
  183. *clr & cla
  184. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>"></center>'
  185. $temp_dream_text = 'You get a clear look at the picture depicting you flashing your '
  186. $temp_dream_text += $blackmailQW['init_flashaction']
  187. $temp_dream_text += ' ' + $blackmailQW['init_flashloc_desc']
  188. $temp_dream_text += '.'
  189. $temp_dream_text
  190. killvar '$temp_dream_text'
  191. '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.'
  192. act 'Listen to your mother':
  193. *clr & cla
  194. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/spank.jpg"></center>'
  195. '"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!"'
  196. '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."'
  197. 'She grabs your arm and yanks you over kitchen table, ripping donw your pants as she reaches for something outside of your view.'
  198. '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."'
  199. '...'
  200. '"Someday you will."'
  201. act 'Brace yourself':
  202. *clr & cla
  203. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/hug_sad1.jpg"></center>'
  204. '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.'
  205. 'The lingering feelings of a happy family quickly fading.'
  206. gs 'dream_events', 'event_end'
  207. end
  208. end
  209. end
  210. end
  211. elseif $start_type['loc'] = 'sg' and gruptipe ! 5:
  212. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/locker.jpg"></center>'
  213. '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.'
  214. '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.'
  215. 'As the surprise fades you can hear snickering around you, your friends holding the pictures pointing and laughing at you.'
  216. act 'Grab a polaroid':
  217. *clr & cla
  218. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>"></center>'
  219. $temp_dream_text = 'You grab one of the pictures and see yourself flashing your '
  220. $temp_dream_text += $blackmailQW['init_flashaction']
  221. $temp_dream_text += ' ' + $blackmailQW['init_flashloc_desc']
  222. $temp_dream_text += '.'
  223. $temp_dream_text
  224. killvar '$temp_dream_text'
  225. 'The laughter around you grows, you are surrounded by a sea of people holding your picture and laughing at you.'
  226. 'Wading through the ocean of polaroids, you are ever confronted with the fact that you have lost the respect of your former friends.'
  227. gs 'dream_events', 'event_end'
  228. end
  229. else
  230. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/gorodok.jpg"></center>'
  231. '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.'
  232. 'Snippets of conversations happening around you press against the edges of your mind.'
  233. '"...ink that''s h...", "..ooks li...", "...ouldn''t da...", "...at a sl..."'
  234. '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.'
  235. act 'Head to the post office to satiate your curriosity':
  236. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavresn.jpg"></center>'
  237. '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.'
  238. '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.'
  239. act 'Buy a newspaper':
  240. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>"></center>'
  241. $temp_dream_text = 'The postmaster distandly hands you a newspaper, and on the front cover you see a picture of yourself flashing your '
  242. $temp_dream_text += $blackmailQW['init_flashaction']
  243. $temp_dream_text += ' ' + $blackmailQW['init_flashloc_desc']
  244. $temp_dream_text += '.'
  245. $temp_dream_text
  246. killvar '$temp_dream_text'
  247. '"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!"'
  248. 'You run outside into the raging storm, the insults piercing through, chasing you.'
  249. gs 'dream_events', 'event_end'
  250. end
  251. end
  252. end
  253. end
  254. !!=============================================!!
  255. !! !!
  256. !! SMS !!
  257. !! !!
  258. !!=============================================!!
  259. if $ARGS[0] = 'Add_SMS1':
  260. if blackmailQW['stage'] = 3: blackmailQW['stage'] = 4
  261. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  262. blackmailQW['smsday'] = daystart + 2
  263. blackmailQW['next_payment'] = rand(50, 100) * 10
  264. $blackmailQW['blackmail_image_chosen'] = $blackmailQW['init_flashimage']
  265. $SMSTree['0'] = 'Hello <<$pcs_firstname>>!'
  266. if motherKnowWhore = 0 and npc_rel['A29'] > 0:
  267. $SMSTree['1'] = 'If you don''t want your mother to see this image you will do exactly as I say'
  268. elseif $start_type['loc'] = 'sg' and gruptipe ! 5:
  269. $SMSTree['1'] = 'If you don''t want your friends to see this image you will do exactly as I say'
  270. else
  271. $SMSTree['1'] = 'If you don''t want the world to see this image you will do exactly as I say'
  272. end
  273. $SMSTree['2'] = 'Leave <<blackmailQW[''next_payment'']>> <b>₽</b> beneath the fourth park bench, I know you know which one.'
  274. $SMSTree['3'] = 'You have three days'
  275. gs 'SMStext_builder', 'start'
  276. gs 'SMStext_builder', 'receive', $SMSTree['0']
  277. gs 'SMSText_builder', 'receive_img', $blackmailQW['blackmail_image_chosen']
  278. gs 'SMStext_builder', 'receive', $SMSTree['1']
  279. gs 'SMStext_builder', 'receive', $SMSTree['2']
  280. gs 'SMStext_builder', 'receive', $SMSTree['3']
  281. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  282. gs 'SMStext_builder', 'end'
  283. killvar '$SMSTree'
  284. end
  285. if $ARGS[0] = 'Add_SMS1_reminder':
  286. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  287. if blackmailQW['next_payment'] > 0:
  288. if blackmailQW['escape'] = -1: blackmailQW['escape'] = 0
  289. $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'
  290. gs 'SMStext_builder', 'start'
  291. gs 'SMStext_builder', 'receive', $SMSTree['0']
  292. gs 'SMSText_builder', 'receive_img', $blackmailQW['blackmail_image_chosen']
  293. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  294. gs 'SMStext_builder', 'end'
  295. killvar '$SMSTree'
  296. end
  297. end
  298. if $ARGS[0] = 'Add_SMS_failure':
  299. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  300. blackmailQW['smsday'] = 0
  301. if blackmailQW['next_payment'] > 0:
  302. if blackmailQW['escape'] = -1: blackmailQW['escape'] = 0
  303. blackmailQW['next_payment'] = 0
  304. $SMSTree['0'] = 'Guess you like it when people know you''re a whore'
  305. $SMSTree['1'] = 'or you didn''t think I''d go through with it'
  306. $SMSTree['2'] = 'we''ll see'
  307. gs 'SMStext_builder', 'start'
  308. gs 'SMStext_builder', 'receive', $SMSTree['0']
  309. gs 'SMStext_builder', 'receive', $SMSTree['1']
  310. gs 'SMStext_builder', 'receive', $SMSTree['2']
  311. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  312. gs 'SMStext_builder', 'end'
  313. if blackmailQW['stage'] < 6:
  314. if blackmailQW['init_flashregion'] = 'city':
  315. fame['city_sex'] += 2 * blackmailQW['total_material']
  316. elseif blackmailQW['init_flashregion'] = 'gad':
  317. fame['gad_sex'] += 10 * blackmailQW['total_material']
  318. else
  319. fame['pav_sex'] += 5 * blackmailQW['total_material']
  320. end
  321. end
  322. blackmailQW['stage'] = -1
  323. end
  324. end
  325. !!=============================================!!
  326. !! !!
  327. !! PARK !!
  328. !! !!
  329. !!=============================================!!
  330. if $ARGS[0] = 'set_park_act':
  331. if blackmailQW['next_payment'] > 0:
  332. act 'Walk to the fourth bench to pay your blackmailer':
  333. minut += 3
  334. if blackmailQW['stage'] = 4:
  335. gt 'blackmailer', 'park1'
  336. else
  337. gt 'blackmailer', 'park_repeat'
  338. end
  339. end
  340. end
  341. end
  342. if $ARGS[0] = 'park1':
  343. menu_off = 1
  344. gs 'stat'
  345. '<center><img src="images/locations/shared/park/bench_6.jpg"></center>'
  346. 'You spot the bench that your blackmailer is talking about, and take a seat at the edge of it.'
  347. if money < blackmailQW['next_payment']:
  348. 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>'
  349. else
  350. act 'Hide the money (<<blackmailQW[''next_payment'']>> <b>₽</b>)':
  351. *clr & cla
  352. if blackmailQW['stage'] = 4: blackmailQW['stage'] = 5
  353. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  354. blackmailQW['smsday'] = 0
  355. money -= blackmailQW['next_payment']
  356. blackmailQW['total_payment'] += blackmailQW['next_payment']
  357. blackmailQW['next_payment'] = 0
  358. minut += 1
  359. gs 'stat'
  360. '<center><img <<$set_imgh>> src="images/system/image_needed.png" ></center>'
  361. 'You descretely hide the money near the base of the bench.'
  362. act 'Quickly walk away': gt $loc, $loc_arg
  363. end
  364. end
  365. act 'Walk away': gt $loc, $loc_arg
  366. end
  367. !!=============================================!!
  368. !! !!
  369. !! POLICE !!
  370. !! !!
  371. !!=============================================!!
  372. if $ARGS[0] = 'set_police_act':
  373. if blackmailQW['stage'] >= 3 and blackmailQW['escape'] = 0:
  374. act 'Report that you''re being blackmailed':
  375. menu_off = 1
  376. minut += 5
  377. gs 'stat'
  378. gt 'blackmailer', 'police1'
  379. end
  380. end
  381. end
  382. if $ARGS[0] = 'police1':
  383. if $region = 'pav':
  384. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/police/pavrec.jpg" ></center>'
  385. 'You walk up to a bored looking cop shuffling about some paperwork.'
  386. else:
  387. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/cityrec.jpg"></center>'
  388. 'You walk up to a window, you pick up the phone and hear a buzzer sound on the other side. One of the officers picks it up without hesitation and looks at you.'
  389. end
  390. '"Can I help you?"'
  391. '"I-I''m being blackmailed" you stammer. The cops eyebrow raises slightly, but other than that his expression doesn''t change.'
  392. if $region = 'pav':
  393. '"Follow me, we can take your statement over here."'
  394. else
  395. '"Someone will come out to meet you. Follow them and they''ll take your statement in the back."'
  396. end
  397. act 'Continue':
  398. *clr & cla
  399. minut += 5
  400. gs 'stat'
  401. '<center><img <<$set_imgh>> src="images/locations/shared/police/interrogation1.jpg"></center>'
  402. if $region = 'pav':
  403. 'You sit down at a shoddy looking desk and another officer who looks only marginally more competent than the one who greeted you sits down across from you.'
  404. else
  405. 'As promised, someone comes out and takes you into their office space behind. You sit down at a shoddy looking desk and the officer takes his place on the other side of it.'
  406. end
  407. '"Alright ma''am, you stated that you were being blackmailed. Could you please explain the situation?"'
  408. gs 'willpower', 'flash', 'self'
  409. if pcs_willpwr < will_cost:
  410. act 'Tell them that somebody caught you flashing your <<$blackmailQW[''init_flashaction'']>> <<$blackmailQW[''init_flashloc_desc'']>> and has been demanding money (<font color="red"><<will_cost>> willpower</font>)':'<br><font color="red">You don''t have enough willpower to use this action.</font>'
  411. else
  412. act 'Tell them that somebody caught you flashing your <<$blackmailQW[''init_flashaction'']>> <<$blackmailQW[''init_flashloc_desc'']>> and has been demanding money.':
  413. *clr & cla
  414. minut += 5
  415. gs 'stat'
  416. '<center><img <<$set_imgh>> src="images/locations/shared/police/interrogation2.jpg"></center>'
  417. '"Some creep took a picture of me and is demanding money or he''ll release the picture!"'
  418. '"Hmm, how did this person contact you?"'
  419. '"He texted me."'
  420. 'You see a stark of hope flash through the officers eyes, if you could show us the texts we might be able to locate him."'
  421. if arrpos('$SMSContact', 'Blackmailer') >= 0:
  422. act 'Show them the messages':
  423. *clr & cla
  424. if $blackmailQW['blackmail_image_chosen'] = '': $blackmailQW['blackmail_image_chosen'] = $blackmailQW['init_flashimage']
  425. blackmailQW['escape'] = 1
  426. minut += 10
  427. gs 'stat'
  428. '<center><img <<$set_imgh>> src="<<$blackmailQW[''blackmail_image_chosen'']>>"></center>'
  429. 'You open your phone and show the police officers the messages, and the images that you were send. You see the officer raise his eyebrow and you think you can almost hear him mutter "accidentally?" under his breath.'
  430. 'The officer fuddles around with you phone for a few minutes, his expression darkning with every bygone moment.'
  431. '"Ma''am, we''re taking this very seriously, but the perp was smart and hid his telephone number. We''ll try our best, stake out this drop-off location, but I don''t have high hopes that we''ll catch him quick enough."'
  432. '"I''m so sorry."'
  433. 'A sense of defeat and humiliation fills you, the need to remove yourself from this situation is almost unbearable.'
  434. '"We will do everything we can, and here, take my card. Anything you need."'
  435. 'You pocket the card without even looking at it, and quickly hurry out the station.'
  436. act 'Leave': gt $loc, $loc_arg
  437. end
  438. act 'Claim you deleted the messages': gt 'blackmailer', 'police_deleted'
  439. else
  440. act 'Say you deleted the messages': gt 'blackmailer', 'police_deleted'
  441. end
  442. end
  443. end
  444. act 'This is too embarrassing, flee the police station':
  445. *clr & cla
  446. blackmailQW['escape'] = -1
  447. minut += 10
  448. gs 'stat'
  449. if $region = 'pav':
  450. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/police/pavext.jpg" ></center>'
  451. else:
  452. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/cityext.jpg"></center>'
  453. end
  454. 'Sitting in the interrogation room with the police officer, the situation suddenly comes crashing into you. You''re going to have to show some proof. That you were flashing your <<$blackmailQW[''init_flashaction'']>> <<$blackmailQW[''init_flashloc_desc'']>>. They will see the texts, the photos. They will see you for who you must be on the inside. You can already feel their eyes judging you.'
  455. '"I-I-I can''t, I can''t, I can''t..." you manage to push out, nearly hyper-ventilating.'
  456. 'You nearly jump up out of the chair, backing up towards the door. Your eyes wide with panic "I''m sorry, I was mistaken".'
  457. 'The police officer just sighs and moves towards the door "If you change your mind, you kn..."'
  458. 'The remainder of the officers words fall on deaths ear as you rush out of the police station.'
  459. act 'Leave the station': gt $loc, $loc_arg
  460. end
  461. end
  462. end
  463. if $ARGS[0] = 'police_deleted':
  464. minut += 10
  465. blackmailQW['escape'] = -1
  466. gs 'stat'
  467. if $region = 'pav':
  468. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/police/pavext.jpg" ></center>'
  469. else:
  470. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/cityext.jpg"></center>'
  471. end
  472. '"Uhhmm" you stammer. "I, uhh, I deleted them."'
  473. 'The hope in the officers eyes is immediately extinguised, replaced with a distrusting and tired look. "I''m sorry ma''am, we''ll try our best but without any evidence we really can''t help you."'
  474. '"If the suspect contacts you again, please don''t delete the messages. Okay?"'
  475. 'You nod your head dejectedly.'
  476. 'The officer stands up and escorts you back to the lobby. You briefly think to inform the officer about the drop-off location, but before you can even open your mouth you''re already outside the station.'
  477. 'Seems like you''ll need some proof before they''ll take you seriously.'
  478. act 'Leave': gt $loc, $loc_arg
  479. end
  480. !!=============================================!!
  481. !! !!
  482. !! REPEATING !!
  483. !! !!
  484. !!=============================================!!
  485. if $ARGS[0] = 'Add_SMS_repeat':
  486. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  487. blackmailQW['smsday'] = daystart + 2
  488. if blackmailQW['escape'] = -1: blackmailQW['escape'] = 0
  489. blackmailQW['next_payment'] = (rand(50, 100) + (blackmailQW['total_payment'] / 50 ) / (1 + blackmailQW['total_payment'] / 20000)) * 10
  490. $blackmailQW['blackmail_image_chosen'] = func('blackmailer', 'choose_blackmail_image')
  491. $SMSTree['0'] = 'You know what we want'
  492. if motherKnowWhore = 0 and npc_rel['A29'] > 0:
  493. $SMSTree['1'] = 'If you don''t want your mother to see this image you will do exactly as I say'
  494. elseif $start_type['loc'] = 'sg' and gruptipe ! 5:
  495. $SMSTree['1'] = 'If you don''t want your friends to see this image you will do exactly as I say'
  496. else
  497. $SMSTree['1'] = 'If you don''t want the world to see this image you will do exactly as I say'
  498. end
  499. $SMSTree['2'] = 'Leave <<blackmailQW[''next_payment'']>> <b>₽</b> beneath the same park bench.'
  500. $SMSTree['3'] = 'You have three days'
  501. if rand(0, 1) = 0:
  502. $SMSTree['a4'] = 'Why are you doing this to me?'
  503. else
  504. $SMSTree['a4'] = 'What do you want from me?'
  505. end
  506. if rand(0, 1) = 0:
  507. $SMSTree['b4'] = 'Where am I going to get that much money from?'
  508. else
  509. $SMSTree['b4'] = 'How much do you want before it stops?'
  510. end
  511. gs 'SMStext_builder', 'start'
  512. gs 'SMStext_builder', 'receive', $SMSTree['0']
  513. gs 'SMSText_builder', 'receive_img', $blackmailQW['blackmail_image_chosen']
  514. gs 'SMStext_builder', 'receive', $SMSTree['1']
  515. gs 'SMStext_builder', 'receive', $SMSTree['2']
  516. gs 'SMStext_builder', 'receive', $SMSTree['3']
  517. if blackmailQW['next_payment'] < 2000 and blackmailQW['total_payment'] < 5000:
  518. gs 'SMStext_builder', 'add_reply', $SMSTree['a4'], 'blackmailer', 'sms_repeat_switch1', '1', $SMSTree['a4']
  519. else
  520. gs 'SMStext_builder', 'add_reply', $SMSTree['b4'], 'blackmailer', 'sms_repeat_switch1', '2', $SMSTree['a4']
  521. end
  522. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  523. gs 'SMStext_builder', 'end'
  524. killvar '$SMSTree'
  525. end
  526. if $ARGS[0] = 'sms_repeat_switch1':
  527. if $ARGS[1] = '1':
  528. $SMSTree['10'] = 'Just drop off the money'
  529. $SMSTree['11'] = 'or else'
  530. else
  531. $SMSTree['10'] = 'Work as a stripper, it''s what you were clearly born to do'
  532. $SMSTree['11'] = 'How about this. Send us a picture of your tits and we''ll call it even'
  533. end
  534. $SMSTree['a12'] = 'fuck you'
  535. $SMSTree['b12'] = 'Send a selfie from your galleray'
  536. gs 'SMStext_builder', 'start'
  537. gs 'SMStext_builder', 'send', $ARGS[2]
  538. gs 'SMStext_builder', 'show_sms', ARGS[3]
  539. wait 250
  540. gs 'SMStext_builder', 'receive', $SMSTree['10']
  541. gs 'SMStext_builder', 'show_sms', ARGS[3]
  542. wait 250
  543. gs 'SMStext_builder', 'receive', $SMSTree['11']
  544. if $ARGS[1] = '2':
  545. gs 'SMStext_builder', 'add_reply', $SMSTree['a12'], 'blackmailer', 'sms_repeat_switch1', '1', $SMSTree['a12']
  546. gs 'SMStext_builder', 'send_selfie', $SMSTree['b12'], iif(blackmailQW['stage'] < 6, 'c|sw|u|ft|fa', 'c|sw|u|n|b|sh|ft|fa|fp'), 'blackmailer', 'sms_repeat_switch2'
  547. end
  548. gs 'SMStext_builder', 'show_sms', ARGS[3]
  549. gs 'SMStext_builder', 'end'
  550. killvar '$SMSTree'
  551. end
  552. ! ARGS[1] = npc_code
  553. ! $ARGS[2] = image
  554. ! $ARGS[3] = location
  555. ! $ARGS[4] = state of dress
  556. ! ARGS[5] = self loc index
  557. ! ARGS[6] = selfie code
  558. if $ARGS[0] = 'sms_repeat_switch2':
  559. $SMSTree['a20'] = 'WTF! i said a pic of your tits, not this boring shit'
  560. $SMSTree['a21'] = 'you better bring an additional 500 <b>₽</b>!'
  561. $SMSTree['b20'] = 'nice'
  562. $SMSTree['b21'] = 'that''s worth about 500 <b>₽</b>'
  563. $SMSTree['c20'] = 'WOW'
  564. $SMSTree['c21'] = 'that''s worth about 1000 <b>₽</b>'
  565. $SMSTree['d20'] = 'DAMN! you really are a slut aren''t you'
  566. $SMSTree['d21'] = 'definitely worth 2000 <b>₽</b>'
  567. gs 'SMStext_builder', 'start'
  568. gs 'SMStext_builder', 'send_img', $ARGS[2]
  569. gs 'SMStext_builder', 'show_sms', ARGS[1]
  570. wait 250
  571. if $ARGS[4] = 'clothed':
  572. blackmailQW['next_payment'] += 500
  573. gs 'SMStext_builder', 'receive', $SMSTree['a20']
  574. gs 'SMStext_builder', 'show_sms', ARGS[1]
  575. wait 250
  576. gs 'SMStext_builder', 'receive', $SMSTree['a21']
  577. elseif strpos('bikini|underwear', $ARGS[4]) > 0:
  578. blackmailQW['next_payment'] -= 500
  579. gs 'SMStext_builder', 'receive', $SMSTree['b20']
  580. gs 'SMStext_builder', 'show_sms', ARGS[1]
  581. wait 250
  582. gs 'SMStext_builder', 'receive', $SMSTree['b21']
  583. elseif strpos('bath|shower|titflash|assflash', $ARGS[4]) > 0:
  584. blackmailQW['next_payment'] -= 1000
  585. if blackmailQW['stage'] = 5: blackmailQW['stage'] = 6
  586. gs 'blackmailer', 'add_blackmail_selfie', $ARGS[2], $ARGS[3], $ARGS[4], ARGS[5], ARGS[6]
  587. gs 'SMStext_builder', 'receive', $SMSTree['b20']
  588. gs 'SMStext_builder', 'show_sms', ARGS[1]
  589. wait 250
  590. gs 'SMStext_builder', 'receive', $SMSTree['b21']
  591. elseif strpos('nude|pussyflash', $ARGS[4]) > 0:
  592. blackmailQW['next_payment'] -= 2000
  593. if blackmailQW['stage'] = 6: blackmailQW['stage'] = 7
  594. gs 'blackmailer', 'add_blackmail_selfie', $ARGS[2], $ARGS[3], $ARGS[4], ARGS[5], ARGS[6]
  595. gs 'SMStext_builder', 'receive', $SMSTree['b20']
  596. gs 'SMStext_builder', 'show_sms', ARGS[1]
  597. wait 250
  598. gs 'SMStext_builder', 'receive', $SMSTree['b21']
  599. end
  600. gs 'SMStext_builder', 'show_sms', ARGS[1]
  601. if blackmailQW['next_payment'] < 0:
  602. blackmailQW['next_payment'] = 0
  603. blackmailQW['smsday'] = 0
  604. end
  605. wait 250
  606. if blackmailQW['next_payment'] > 0:
  607. $SMSTree['22'] = 'don''t forget to drop ' + blackmailQW['next_payment'] + ' <b>₽</b> of in the park'
  608. else
  609. $SMSTree['22'] = 'you''re all settled.... for now'
  610. end
  611. gs 'SMStext_builder', 'receive', $SMSTree['22']
  612. gs 'SMStext_builder', 'show_sms', ARGS[1]
  613. gs 'SMStext_builder', 'end'
  614. killvar '$SMSTree'
  615. end
  616. if $ARGS[0] = 'park_repeat':
  617. menu_off = 1
  618. gs 'stat'
  619. '<center><img src="images/locations/shared/park/bench_6.jpg"></center>'
  620. 'You walk to the familiar bench and take a seat at the edge of it.'
  621. if money < blackmailQW['next_payment']:
  622. 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>'
  623. else
  624. act 'Hide the money (<<blackmailQW[''next_payment'']>> <b>₽</b>)':
  625. *clr & cla
  626. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  627. blackmailQW['smsday'] = 0
  628. money -= blackmailQW['next_payment']
  629. blackmailQW['total_payment'] += blackmailQW['next_payment']
  630. blackmailQW['next_payment'] = 0
  631. minut += 1
  632. gs 'stat'
  633. '<center><img <<$set_imgh>> src="images/system/image_needed.png" ></center>'
  634. 'You descretely hide the money near the base of the bench.'
  635. act 'Quickly walk away': gt $loc, $loc_arg
  636. end
  637. end
  638. act 'Walk away': gt $loc, $loc_arg
  639. end
  640. --- blackmailer ---------------------------------