blackmailer.qsrc 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972
  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] = 'purge_all':
  71. killvar 'blackmailQW'
  72. gs 'telefon', 'DeleteContact', 'Blackmailer'
  73. end
  74. if $ARGS[0] = 'add_blackmail_selfie':
  75. temp_i = 0
  76. :add_blackmail_loop
  77. if $blackmailQW['selfie_image_<<temp_i>>'] = $ARGS[1]:
  78. killvar 'temp_i'
  79. exit
  80. elseif $blackmailQW['selfie_image_<<temp_i>>'] ! '':
  81. temp_i += 1
  82. if temp_i < 10: jump 'add_blackmail_loop'
  83. temp_i = rand(0, 9)
  84. end
  85. $blackmailQW['selfie_image_<<temp_i>>'] = $ARGS[1]
  86. $blackmailQW['selfie_location_<<temp_i>>'] = $ARGS[2]
  87. $blackmailQW['selfie_dress_<<temp_i>>'] = $ARGS[3]
  88. blackmailQW['selfie_LocIndex_<<temp_i>>'] = ARGS[4]
  89. blackmailQW['selfie_number_<<temp_i>>'] = ARGS[5]
  90. blackmailQW['total_material'] += 1
  91. killvar 'temp_i'
  92. end
  93. if $ARGS[0] = 'choose_blackmail_image':
  94. $result = ''
  95. if rand(0, 10) > 0:
  96. $result = $blackmailQW['selfie_image_<<rand(0, min(blackmailQW[''total_material'']-1, 9))>>']
  97. end
  98. if $result = '': $result = $blackmailQW['init_flashimage']
  99. end
  100. !!=============================================!!
  101. !! !!
  102. !! CIKL !!
  103. !! !!
  104. !!=============================================!!
  105. if $ARGS[0] = 'cikl':
  106. if blackmailQW['next_payment'] > 0:
  107. if daystart = blackmailQW['smsday']:
  108. 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)"
  109. elseif daystart > blackmailQW['smsday']:
  110. 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)"
  111. end
  112. else
  113. if blackmailQW['smsday'] = 0:
  114. if blackmailQW['stage'] = 3:
  115. blackmailQW['smsday'] = blackmailQW['dreamday'] + 4
  116. gs 'telefon', 'AddContact', 'Blackmailer', 'icon_na', 1
  117. elseif blackmailQW['stage'] >= 5:
  118. blackmailQW['smsday'] = daystart + 6 + rand(0, 12 - 5 * (min(blackmailQW['stage'], 7) - 5))
  119. end
  120. elseif daystart >= blackmailQW['smsday']:
  121. if blackmailQW['stage'] = 3:
  122. 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)"
  123. elseif blackmailQW['stage'] = 8:
  124. gs 'telefon', 'SetSMSSchedule', 'Blackmailer', "", "0", "gs 'blackmailer', 'Add_SMS_package'", "(hour >= 8 and hour <= 12 and rand(0, 100) = 0 or hour = 13 and minut >= 22 or hour = 14)"
  125. elseif blackmailQW['stage'] = 9:
  126. 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)"
  127. elseif blackmailQW['stage'] >= 5:
  128. 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)"
  129. end
  130. end
  131. end
  132. end
  133. !!=============================================!!
  134. !! !!
  135. !! DREAMS !!
  136. !! !!
  137. !!=============================================!!
  138. if $ARGS[0] = 'blackmail_dreams':
  139. if blackmailQW['stage'] = 1:
  140. $sleep_events_priority[] = 'gs ''blackmailer'', ''photo_dream1'' '
  141. elseif blackmailQW['stage'] = 2:
  142. $sleep_events_priority[] = 'gt ''blackmailer'', ''photo_dream2'' '
  143. else
  144. temp_rand = rand(-2, 1)
  145. if temp_rand >= 1 and blackmailQW['stage'] >= 2:
  146. $sleep_events[] = 'gt ''blackmailer'', ''photo_dream2'' '
  147. elseif temp_rand = 0:
  148. $sleep_events[] = 'gs ''blackmailer'', ''photo_dream1'' '
  149. end
  150. end
  151. end
  152. if $ARGS[0] = 'photo_dream1':
  153. if blackmailQW['stage'] = 1: blackmailQW['stage'] = 2
  154. blackmailQW['dreamday'] = daystart + 3
  155. if strpos('panty_pantyrear_bra', $blackmailQW['init_flashaction']) > 0:
  156. gs 'arousal', 'flashlite', -5
  157. else
  158. gs 'arousal', 'flash', -5
  159. end
  160. gs 'arousal', 'end'
  161. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>"></center>'
  162. $temp_dream_text = 'You dream about getting caught while flashing your '
  163. $temp_dream_text += $blackmailQW['init_flashaction']
  164. $temp_dream_text += ' ' + $blackmailQW['init_flashloc_desc']
  165. $temp_dream_text += ', your skin prickling from the light of unending camera flashes.'
  166. $temp_dream_text
  167. killvar 'temp_dream_text'
  168. gs 'dream_events', 'event_end'
  169. elseif $ARGS[0] = 'photo_dream2':
  170. if blackmailQW['stage'] = 2:
  171. blackmailQW['stage'] = 3
  172. blackmailQW['smsday'] = daystart + 6
  173. gs 'telefon', 'Blackmailer', 'icon_na', 1
  174. 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)"
  175. end
  176. blackmailQW['dreamday'] = daystart + 3
  177. gs 'arousal', 'flash', -5
  178. gs 'arousal', 'end'
  179. if motherKnowWhore = 0 and npc_rel['A29'] > 0:
  180. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
  181. 'You dream that your <<$npc_nickname[''A29'']>> is sitting at the kitchen table, looking somber, almost defeated, reading what seems to be a letter.'
  182. act 'Ask your <<$npc_nickname[''A29'']>> what''s wrong':
  183. *clr & cla
  184. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mum_gyno2.jpg"></center>'
  185. 'You walk up to her and ask "What''s wrong <<$npc_nickname[''A29'']>>?"'
  186. 'She drops the letter and see that it is accompanied by a picture.'
  187. act 'Look at the picture':
  188. *clr & cla
  189. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>"></center>'
  190. $temp_dream_text = 'You get a clear look at the picture depicting you flashing your '
  191. $temp_dream_text += $blackmailQW['init_flashaction']
  192. $temp_dream_text += ' ' + $blackmailQW['init_flashloc_desc']
  193. $temp_dream_text += '.'
  194. $temp_dream_text
  195. killvar '$temp_dream_text'
  196. '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.'
  197. act 'Listen to your mother':
  198. *clr & cla
  199. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/spank.jpg"></center>'
  200. '"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!"'
  201. '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."'
  202. 'She grabs your arm and yanks you over kitchen table, ripping donw your pants as she reaches for something outside of your view.'
  203. '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."'
  204. '...'
  205. '"Someday you will."'
  206. act 'Brace yourself':
  207. *clr & cla
  208. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/hug_sad1.jpg"></center>'
  209. '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.'
  210. 'The lingering feelings of a happy family quickly fading.'
  211. gs 'dream_events', 'event_end'
  212. end
  213. end
  214. end
  215. end
  216. elseif $start_type['loc'] = 'sg' and gruptipe ! 5:
  217. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/locker.jpg"></center>'
  218. '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.'
  219. '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.'
  220. 'As the surprise fades you can hear snickering around you, your friends holding the pictures pointing and laughing at you.'
  221. act 'Grab a polaroid':
  222. *clr & cla
  223. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>"></center>'
  224. $temp_dream_text = 'You grab one of the pictures and see yourself flashing your '
  225. $temp_dream_text += $blackmailQW['init_flashaction']
  226. $temp_dream_text += ' ' + $blackmailQW['init_flashloc_desc']
  227. $temp_dream_text += '.'
  228. $temp_dream_text
  229. killvar '$temp_dream_text'
  230. 'The laughter around you grows, you are surrounded by a sea of people holding your picture and laughing at you.'
  231. 'Wading through the ocean of polaroids, you are ever confronted with the fact that you have lost the respect of your former friends.'
  232. gs 'dream_events', 'event_end'
  233. end
  234. else
  235. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/gorodok.jpg"></center>'
  236. '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.'
  237. 'Snippets of conversations happening around you press against the edges of your mind.'
  238. '"...ink that''s h...", "..ooks li...", "...ouldn''t da...", "...at a sl..."'
  239. '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.'
  240. act 'Head to the post office to satiate your curriosity':
  241. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavresn.jpg"></center>'
  242. '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.'
  243. '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.'
  244. act 'Buy a newspaper':
  245. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>"></center>'
  246. $temp_dream_text = 'The postmaster distandly hands you a newspaper, and on the front cover you see a picture of yourself flashing your '
  247. $temp_dream_text += $blackmailQW['init_flashaction']
  248. $temp_dream_text += ' ' + $blackmailQW['init_flashloc_desc']
  249. $temp_dream_text += '.'
  250. $temp_dream_text
  251. killvar '$temp_dream_text'
  252. '"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!"'
  253. 'You run outside into the raging storm, the insults piercing through, chasing you.'
  254. gs 'dream_events', 'event_end'
  255. end
  256. end
  257. end
  258. end
  259. !!=============================================!!
  260. !! !!
  261. !! SMS !!
  262. !! !!
  263. !!=============================================!!
  264. if $ARGS[0] = 'Add_SMS1':
  265. if blackmailQW['stage'] = 3: blackmailQW['stage'] = 4
  266. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  267. blackmailQW['smsday'] = daystart + 2
  268. blackmailQW['next_payment'] = rand(50, 100) * 10
  269. $blackmailQW['blackmail_image_chosen'] = $blackmailQW['init_flashimage']
  270. $SMSTree['0'] = 'Hello <<$pcs_firstname>>!'
  271. if motherKnowWhore = 0 and npc_rel['A29'] > 0:
  272. $SMSTree['1'] = 'If you don''t want your mother to see this image you will do exactly as I say'
  273. elseif $start_type['loc'] = 'sg' and gruptipe ! 5:
  274. $SMSTree['1'] = 'If you don''t want your friends to see this image you will do exactly as I say'
  275. else
  276. $SMSTree['1'] = 'If you don''t want the world to see this image you will do exactly as I say'
  277. end
  278. $SMSTree['2'] = 'Leave <<blackmailQW[''next_payment'']>> <b>₽</b> beneath the fourth park bench, I know you know which one.'
  279. $SMSTree['3'] = 'You have three days'
  280. gs 'SMStext_builder', 'start'
  281. gs 'SMStext_builder', 'receive', $SMSTree['0']
  282. gs 'SMSText_builder', 'receive_img', $blackmailQW['blackmail_image_chosen']
  283. gs 'SMStext_builder', 'receive', $SMSTree['1']
  284. gs 'SMStext_builder', 'receive', $SMSTree['2']
  285. gs 'SMStext_builder', 'receive', $SMSTree['3']
  286. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  287. gs 'SMStext_builder', 'end'
  288. killvar '$SMSTree'
  289. end
  290. if $ARGS[0] = 'Add_SMS1_reminder':
  291. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  292. if blackmailQW['next_payment'] > 0:
  293. if blackmailQW['escape'] = -1: blackmailQW['escape'] = 0
  294. $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'
  295. gs 'SMStext_builder', 'start'
  296. gs 'SMStext_builder', 'receive', $SMSTree['0']
  297. gs 'SMSText_builder', 'receive_img', $blackmailQW['blackmail_image_chosen']
  298. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  299. gs 'SMStext_builder', 'end'
  300. killvar '$SMSTree'
  301. end
  302. end
  303. if $ARGS[0] = 'Add_SMS_failure':
  304. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  305. blackmailQW['smsday'] = 0
  306. if blackmailQW['next_payment'] > 0 or blackmailQW['stage'] = 9:
  307. if blackmailQW['escape'] = -1: blackmailQW['escape'] = 0
  308. blackmailQW['next_payment'] = 0
  309. $SMSTree['0'] = 'Guess you like it when people know you''re a whore'
  310. $SMSTree['1'] = 'or you didn''t think I''d go through with it'
  311. $SMSTree['2'] = 'we''ll see'
  312. gs 'SMStext_builder', 'start'
  313. gs 'SMStext_builder', 'receive', $SMSTree['0']
  314. gs 'SMStext_builder', 'receive', $SMSTree['1']
  315. gs 'SMStext_builder', 'receive', $SMSTree['2']
  316. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  317. gs 'SMStext_builder', 'end'
  318. if blackmailQW['stage'] < 9:
  319. if $blackmailQW['init_flashregion'] = 'city':
  320. fame['city_sex'] += 2 * blackmailQW['total_material']
  321. elseif $blackmailQW['init_flashregion'] = 'gad':
  322. fame['gad_sex'] += 10 * blackmailQW['total_material']
  323. else
  324. fame['pav_sex'] += 5 * blackmailQW['total_material']
  325. end
  326. end
  327. blackmailQW['stage'] = -1
  328. end
  329. end
  330. if $ARGS[0] = 'Add_SMS_package':
  331. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  332. if blackmailQW['stage'] < 9: blackmailQW['stage'] = 9
  333. blackmailQW['smsday'] = daystart + 2
  334. mail['city'] += 1
  335. $SMSTree['0'] = 'The package has arrived at the St. Petersburg post office'
  336. $SMSTree['1'] = 'Pick it up in the next 2 days, or you know what will happen'
  337. gs 'SMStext_builder', 'start'
  338. gs 'SMStext_builder', 'receive', $SMSTree['0']
  339. gs 'SMStext_builder', 'receive', $SMSTree['1']
  340. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  341. gs 'SMStext_builder', 'end'
  342. end
  343. !!=============================================!!
  344. !! !!
  345. !! PARK !!
  346. !! !!
  347. !!=============================================!!
  348. if $ARGS[0] = 'set_park_act':
  349. if blackmailQW['next_payment'] > 0:
  350. act 'Walk to the fourth bench to pay your blackmailer':
  351. menu_off = 1
  352. minut += 3
  353. gs 'stat'
  354. if blackmailQW['stage'] = 4:
  355. gt 'blackmailer', 'park1'
  356. else
  357. gt 'blackmailer', 'park_repeat'
  358. end
  359. end
  360. end
  361. end
  362. if $ARGS[0] = 'park1':
  363. '<center><img src="images/locations/shared/park/bench_6.jpg"></center>'
  364. 'You spot the bench that your blackmailer is talking about, and take a seat at the edge of it.'
  365. if money < blackmailQW['next_payment']:
  366. 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>'
  367. else
  368. act 'Hide the money (<<blackmailQW[''next_payment'']>> <b>₽</b>)':
  369. *clr & cla
  370. if blackmailQW['stage'] = 4: blackmailQW['stage'] = 5
  371. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  372. blackmailQW['smsday'] = 0
  373. money -= blackmailQW['next_payment']
  374. blackmailQW['total_payment'] += blackmailQW['next_payment']
  375. blackmailQW['next_payment'] = 0
  376. minut += 1
  377. gs 'stat'
  378. '<center><img <<$set_imgh>> src="images/system/image_needed.png" ></center>'
  379. 'You descretely hide the money near the base of the bench.'
  380. act 'Quickly walk away': gt $loc, $loc_arg
  381. end
  382. end
  383. act 'Walk away': gt $loc, $loc_arg
  384. end
  385. !!=============================================!!
  386. !! !!
  387. !! POLICE !!
  388. !! !!
  389. !!=============================================!!
  390. if $ARGS[0] = 'set_police_act':
  391. if blackmailQW['stage'] >= 3 and blackmailQW['escape'] = 0:
  392. act 'Report that you''re being blackmailed':
  393. menu_off = 1
  394. minut += 5
  395. gs 'stat'
  396. gt 'blackmailer', 'police1'
  397. end
  398. end
  399. end
  400. if $ARGS[0] = 'police1':
  401. if $region = 'pav':
  402. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/police/pavrec.jpg" ></center>'
  403. 'You walk up to a bored looking cop shuffling about some paperwork.'
  404. else
  405. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/cityrec.jpg"></center>'
  406. '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.'
  407. end
  408. '"Can I help you?"'
  409. '"I-I''m being blackmailed" you stammer. The cops eyebrow raises slightly, but other than that his expression doesn''t change.'
  410. if $region = 'pav':
  411. '"Follow me, we can take your statement over here."'
  412. else
  413. '"Someone will come out to meet you. Follow them and they''ll take your statement in the back."'
  414. end
  415. act 'Continue':
  416. *clr & cla
  417. minut += 5
  418. gs 'stat'
  419. '<center><img <<$set_imgh>> src="images/locations/shared/police/interrogation1.jpg"></center>'
  420. if $region = 'pav':
  421. '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.'
  422. else
  423. '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.'
  424. end
  425. '"Alright ma''am, you stated that you were being blackmailed. Could you please explain the situation?"'
  426. gs 'willpower', 'flash', 'self'
  427. if pcs_willpwr < will_cost:
  428. 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>'
  429. else
  430. act 'Tell them that somebody caught you flashing your <<$blackmailQW[''init_flashaction'']>> <<$blackmailQW[''init_flashloc_desc'']>> and has been demanding money.':
  431. *clr & cla
  432. minut += 5
  433. gs 'stat'
  434. '<center><img <<$set_imgh>> src="images/locations/shared/police/interrogation2.jpg"></center>'
  435. '"Some creep took a picture of me and is demanding money or he''ll release the picture!"'
  436. '"Hmm, how did this person contact you?"'
  437. '"He texted me."'
  438. '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."'
  439. if arrpos('$SMSContact', 'Blackmailer') >= 0:
  440. act 'Show them the messages':
  441. *clr & cla
  442. if $blackmailQW['blackmail_image_chosen'] = '': $blackmailQW['blackmail_image_chosen'] = $blackmailQW['init_flashimage']
  443. blackmailQW['escape'] = 1
  444. minut += 10
  445. gs 'stat'
  446. '<center><img <<$set_imgh>> src="<<$blackmailQW[''blackmail_image_chosen'']>>"></center>'
  447. '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.'
  448. 'The officer fuddles around with you phone for a few minutes, his expression darkning with every bygone moment.'
  449. '"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."'
  450. '"I''m so sorry."'
  451. 'A sense of defeat and humiliation fills you, the need to remove yourself from this situation is almost unbearable.'
  452. '"We will do everything we can, and here, take my card. Anything you need."'
  453. 'You pocket the card without even looking at it, and quickly hurry out the station.'
  454. act 'Leave': gt $loc, $loc_arg
  455. end
  456. act 'Claim you deleted the messages': gt 'blackmailer', 'police_deleted'
  457. else
  458. act 'Say you deleted the messages': gt 'blackmailer', 'police_deleted'
  459. end
  460. end
  461. end
  462. act 'This is too embarrassing, flee the police station':
  463. *clr & cla
  464. blackmailQW['escape'] = -1
  465. minut += 10
  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. '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.'
  473. '"I-I-I can''t, I can''t, I can''t..." you manage to push out, nearly hyper-ventilating.'
  474. 'You nearly jump up out of the chair, backing up towards the door. Your eyes wide with panic "I''m sorry, I was mistaken".'
  475. 'The police officer just sighs and moves towards the door "If you change your mind, you kn..."'
  476. 'The remainder of the officers words fall on deaths ear as you rush out of the police station.'
  477. act 'Leave the station': gt $loc, $loc_arg
  478. end
  479. end
  480. end
  481. if $ARGS[0] = 'police_deleted':
  482. minut += 10
  483. blackmailQW['escape'] = -1
  484. gs 'stat'
  485. if $region = 'pav':
  486. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/police/pavext.jpg" ></center>'
  487. else
  488. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/cityext.jpg"></center>'
  489. end
  490. '"Uhhmm" you stammer. "I, uhh, I deleted them."'
  491. '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."'
  492. '"If the suspect contacts you again, please don''t delete the messages. Okay?"'
  493. 'You nod your head dejectedly.'
  494. '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.'
  495. 'Seems like you''ll need some proof before they''ll take you seriously.'
  496. act 'Leave': gt $loc, $loc_arg
  497. end
  498. !!=============================================!!
  499. !! !!
  500. !! POST OFFICE !!
  501. !! !!
  502. !!=============================================!!
  503. if $ARGS[0] = 'set_post_act':
  504. if blackmailQW['stage'] = 9 and $region = 'city':
  505. act 'Pick up the package':
  506. menu_off = 1
  507. minut += 5
  508. gs 'stat'
  509. gt 'blackmailer', 'post_office1'
  510. end
  511. end
  512. end
  513. if $ARGS[0] = 'post_office1':
  514. blackmailQW['stage'] = 10
  515. mail['city'] -= 1
  516. '<center><img src="images/locations/shared/postoffice/worker.jpg"></center>'
  517. 'The postal worker hands you a medium sized non-descript package. It has no return adress.'
  518. act 'Ask who send the package':
  519. *clr & cla
  520. minut += 5
  521. gs 'stat'
  522. '<center><img src="images/locations/shared/postoffice/worker.jpg"></center>'
  523. 'He looks at you and raises an eyebrow. "Why are you picking up a package if you don''t know who send it?"'
  524. 'After a few seconds of silence, the postal worker sighs and looks at something out of your view.'
  525. if year = 2016 or year = 2017 and month < 9:
  526. '"It says here that the package was collected from a public post box in Pavlovsk."'
  527. else
  528. '"It says here that the package was collected from a public post box in the University district."'
  529. end
  530. '"Not much more to go on I''m afraid."'
  531. act 'Thank him and leave': minut += 1 & gt 'post_office', 'pickup_mail'
  532. end
  533. end
  534. !!=============================================!!
  535. !! !!
  536. !! REPEATING !!
  537. !! !!
  538. !!=============================================!!
  539. if $ARGS[0] = 'set_SMSTree':
  540. $SMSTree['0'] = 'You know what we want'
  541. if motherKnowWhore = 0 and npc_rel['A29'] > 0:
  542. $SMSTree['1'] = 'If you don''t want your mother to see this image you will do exactly as I say'
  543. elseif $start_type['loc'] = 'sg' and gruptipe ! 5:
  544. $SMSTree['1'] = 'If you don''t want your friends to see this image you will do exactly as I say'
  545. else
  546. $SMSTree['1'] = 'If you don''t want the world to see this image you will do exactly as I say'
  547. end
  548. $SMSTree['2'] = 'Leave <<blackmailQW[''next_payment'']>> <b>₽</b> beneath the same park bench.'
  549. $SMSTree['3'] = 'You have three days'
  550. if rand(0, 1) = 0:
  551. $SMSTree['a4'] = 'Why are you doing this to me?'
  552. else
  553. $SMSTree['a4'] = 'What do you want from me?'
  554. end
  555. if rand(0, 1) = 0:
  556. $SMSTree['b4'] = 'Where am I going to get that much money from?'
  557. else
  558. $SMSTree['b4'] = 'How much do you want before it stops?'
  559. end
  560. $SMSTree['5'] = 'Just drop off the money'
  561. $SMSTree['6'] = 'or else'
  562. $SMSTree['10a'] = 'Work as a stripper, it''s what you were clearly born to do'
  563. $SMSTree['11a'] = 'How about this. Send us a picture of your tits and we''ll lower it'
  564. $SMSTree['10b'] = 'Send a nude like the slut you are'
  565. $SMSTree['11b'] = 'or you could do something special for us'
  566. $SMSTree['a12'] = 'fuck you'
  567. $SMSTree['b12'] = 'Send a (non-nude) selfie from your galleray'
  568. $SMSTree['c12'] = 'Send a selfie from your galleray'
  569. $SMSTree['d12'] = 'what?'
  570. $SMSTree['e12'] = 'yes sir'
  571. $SMSTree['a20'] = 'WTF! i said a pic of your tits, not this boring shit'
  572. $SMSTree['a21'] = 'you better bring an additional 500 <b>₽</b>!'
  573. $SMSTree['a22'] = 'drop <<blackmailQW[''next_payment''] + 500>> <b>₽</b> off in the park, or else!'
  574. $SMSTree['b20'] = 'nice'
  575. $SMSTree['b21'] = 'that''s worth about 500 <b>₽</b>'
  576. $SMSTree['b22'] = 'don''t forget to drop <<blackmailQW[''next_payment''] - 500>> <b>₽</b> off in the park'
  577. $SMSTree['c20'] = 'WOW'
  578. $SMSTree['c21'] = 'that''s worth about 1000 <b>₽</b>'
  579. $SMSTree['c22'] = 'don''t forget to drop <<blackmailQW[''next_payment''] - 1000>> <b>₽</b> off in the park'
  580. $SMSTree['d20'] = 'DAMN! you really are a slut aren''t you'
  581. $SMSTree['d21'] = 'definitely worth 2000 <b>₽</b>'
  582. $SMSTree['d22'] = 'now you only need to drop <<blackmailQW[''next_payment''] - 2000>> <b>₽</b> off in the park'
  583. $SMSTree['x22'] = 'you''re all settled for now'
  584. $SMSTree['30'] = 'We''ll send you a package with instructions, it''ll take a while though'
  585. $SMSTree['31'] = 'we''ll clear your debt for this week, do not make us regret this!'
  586. $SMSTree['a32'] = 'fuck you'
  587. $SMSTree['b32'] = 'ok'
  588. $SMSTree['b33'] = 'we''ll work on your tone'
  589. $SMSTree['c32'] = 'yes sir'
  590. $SMSTree['c33'] = 'good girl'
  591. end
  592. if $ARGS[0] = 'Add_SMS_repeat':
  593. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  594. blackmailQW['smsday'] = daystart + 2
  595. if blackmailQW['escape'] = -1: blackmailQW['escape'] = 0
  596. blackmailQW['next_payment'] = (rand(50, 100) + (blackmailQW['total_payment'] / 50 ) / (1 + blackmailQW['total_payment'] / 20000)) * 10
  597. $blackmailQW['blackmail_image_chosen'] = func('blackmailer', 'choose_blackmail_image')
  598. gs 'blackmailer', 'set_SMSTree'
  599. gs 'SMStext_builder', 'start'
  600. gs 'SMStext_builder', 'receive', $SMSTree['0']
  601. gs 'SMSText_builder', 'receive_img', $blackmailQW['blackmail_image_chosen']
  602. gs 'SMStext_builder', 'receive', $SMSTree['1']
  603. gs 'SMStext_builder', 'receive', $SMSTree['2']
  604. gs 'SMStext_builder', 'receive', $SMSTree['3']
  605. if blackmailQW['next_payment'] < 2000 and blackmailQW['total_payment'] < 5000:
  606. gs 'SMStext_builder', 'add_reply', $SMSTree['a4'], 'blackmailer', 'sms_repeat_end1', $SMSTree['a4']
  607. elseif blackmailQW['stage'] < 8 and blackmailQW['next_payment'] < 3000:
  608. gs 'SMStext_builder', 'add_reply', $SMSTree['b4'], 'blackmailer', 'sms_repeat_switch1', 'a', $SMSTree['b4']
  609. elseif blackmailQW['stage'] = 7:
  610. gs 'SMStext_builder', 'add_reply', $SMSTree['b4'], 'blackmailer', 'sms_repeat_switch1', 'b', $SMSTree['b4']
  611. elseif blackmailQW['stage'] >= 10:
  612. gs 'SMStext_builder', 'add_reply', $SMSTree['b4'], 'blackmailer', 'sms_repeat_switch1', 'c', $SMSTree['b4']
  613. end
  614. gs 'SMStext_builder', 'add_sms', 'Blackmailer'
  615. gs 'SMStext_builder', 'end'
  616. end
  617. if $ARGS[0] = 'sms_repeat_end1':
  618. gs 'blackmailer', 'set_SMSTree'
  619. gs 'SMStext_builder', 'start'
  620. gs 'SMStext_builder', 'send', $SMSTree[$ARGS[1]]
  621. gs 'SMStext_builder', 'show_sms', ARGS[2]
  622. wait 250
  623. gs 'SMStext_builder', 'receive', $SMSTree['5']
  624. gs 'SMStext_builder', 'show_sms', ARGS[2]
  625. wait 250
  626. gs 'SMStext_builder', 'receive', $SMSTree['6']
  627. gs 'SMStext_builder', 'show_sms', ARGS[2]
  628. gs 'SMStext_builder', 'end'
  629. end
  630. if $ARGS[0] = 'sms_repeat_switch1':
  631. gs 'blackmailer', 'set_SMSTree'
  632. gs 'SMStext_builder', 'start'
  633. gs 'SMStext_builder', 'send', $ARGS[2]
  634. gs 'SMStext_builder', 'show_sms', ARGS[3]
  635. wait 250
  636. gs 'SMStext_builder', 'receive', $SMSTree['10' + $ARGS[1]]
  637. gs 'SMStext_builder', 'show_sms', ARGS[3]
  638. wait 250
  639. gs 'SMStext_builder', 'receive', $SMSTree['11' + $ARGS[1]]
  640. gs 'SMStext_builder', 'add_reply', $SMSTree['a12'], 'blackmailer', 'sms_repeat_end1', 'a12'
  641. if blackmailQW['stage'] < 6:
  642. gs 'SMStext_builder', 'send_selfie', $SMSTree['b12'], 'c|sw|u|ft|fa', 'blackmailer', 'sms_repeat_switch2'
  643. else
  644. gs 'SMStext_builder', 'send_selfie', $SMSTree['c12'], 'c|sw|u|n|b|sh|ft|fa|fp', 'blackmailer', 'sms_repeat_switch2'
  645. end
  646. if $ARGS[1] = 'b':
  647. gs 'SMStext_builder', 'add_reply', $SMSTree['d12'], 'blackmailer', 'sms_repeat_switch3', 'd12'
  648. elseif $ARGS[1] = 'c':
  649. gs 'SMStext_builder', 'add_reply', $SMSTree['e12'], 'blackmailer', 'sms_repeat_switch5', 'e12'
  650. end
  651. gs 'SMStext_builder', 'show_sms', ARGS[3]
  652. gs 'SMStext_builder', 'end'
  653. end
  654. ! ARGS[1] = npc_code
  655. ! $ARGS[2] = image
  656. ! $ARGS[3] = location
  657. ! $ARGS[4] = state of dress
  658. ! ARGS[5] = self loc index
  659. ! ARGS[6] = selfie code
  660. if $ARGS[0] = 'sms_repeat_switch2':
  661. gs 'blackmailer', 'set_SMSTree'
  662. gs 'SMStext_builder', 'start'
  663. gs 'SMStext_builder', 'send_img', $ARGS[2]
  664. gs 'SMStext_builder', 'show_sms', ARGS[1]
  665. wait 250
  666. if $ARGS[4] = 'clothed':
  667. blackmailQW['next_payment'] += 500
  668. $temp_path = 'a'
  669. elseif strpos('bikini|underwear', $ARGS[4]) > 0:
  670. blackmailQW['next_payment'] -= 500
  671. $temp_path = 'b'
  672. elseif strpos('bath|shower|titflash|assflash', $ARGS[4]) > 0:
  673. blackmailQW['next_payment'] -= 1000
  674. if blackmailQW['stage'] = 5: blackmailQW['stage'] = 6
  675. gs 'blackmailer', 'add_blackmail_selfie', $ARGS[2], $ARGS[3], $ARGS[4], ARGS[5], ARGS[6]
  676. $temp_path = 'c'
  677. elseif strpos('nude|pussyflash', $ARGS[4]) > 0:
  678. blackmailQW['next_payment'] -= 2000
  679. if blackmailQW['stage'] = 6: blackmailQW['stage'] = 7
  680. gs 'blackmailer', 'add_blackmail_selfie', $ARGS[2], $ARGS[3], $ARGS[4], ARGS[5], ARGS[6]
  681. $temp_path = 'd'
  682. end
  683. gs 'SMStext_builder', 'receive', $SMSTree[$temp_path + '20']
  684. gs 'SMStext_builder', 'show_sms', ARGS[1]
  685. wait 250
  686. gs 'SMStext_builder', 'receive', $SMSTree[$temp_path + '21']
  687. gs 'SMStext_builder', 'show_sms', ARGS[1]
  688. wait 250
  689. if blackmailQW['next_payment'] > 0:
  690. gs 'SMStext_builder', 'receive', $SMSTree[$temp_path + '22']
  691. else
  692. blackmailQW['next_payment'] = 0
  693. blackmailQW['smsday'] = 0
  694. gs 'SMStext_builder', 'receive', $SMSTree['x22']
  695. end
  696. gs 'SMStext_builder', 'show_sms', ARGS[1]
  697. gs 'SMStext_builder', 'end'
  698. killvar 'temp_path'
  699. end
  700. if $ARGS[0] = 'sms_repeat_switch3':
  701. gs 'blackmailer', 'set_SMSTree'
  702. gs 'SMStext_builder', 'start'
  703. gs 'SMStext_builder', 'send', $SMSTree[$ARGS[1]]
  704. gs 'SMStext_builder', 'show_sms', ARGS[2]
  705. wait 250
  706. gs 'SMStext_builder', 'receive', $SMSTree['30']
  707. gs 'SMStext_builder', 'show_sms', ARGS[2]
  708. wait 250
  709. gs 'SMStext_builder', 'receive', $SMSTree['31']
  710. gs 'SMStext_builder', 'add_reply', $SMSTree['a31'], 'blackmailer', 'sms_repeat_end1', 'a31'
  711. gs 'SMStext_builder', 'add_reply', $SMSTree['b31'], 'blackmailer', 'sms_repeat_switch4', 'b'
  712. gs 'SMStext_builder', 'add_reply', $SMSTree['c31'], 'blackmailer', 'sms_repeat_switch4', 'c'
  713. gs 'SMStext_builder', 'show_sms', ARGS[2]
  714. gs 'SMStext_builder', 'end'
  715. end
  716. if $ARGS[0] = 'sms_repeat_switch4':
  717. gs 'blackmailer', 'set_SMSTree'
  718. if blackmailQW['stage'] < 8: blackmailQW['stage'] = 8
  719. blackmailQW['smsday'] = daystart + 14
  720. blackmailQW['next_payment'] = 0
  721. gs 'SMStext_builder', 'start'
  722. gs 'SMStext_builder', 'send', $SMSTree[$ARGS[1] + '31']
  723. gs 'SMStext_builder', 'show_sms', ARGS[2]
  724. wait 250
  725. gs 'SMStext_builder', 'receive', $SMSTree[$ARGS[1] + '32']
  726. if $ARGS[1] = 'b':
  727. !! penalty in the future when not using the proper speech
  728. end
  729. gs 'SMStext_builder', 'show_sms', ARGS[3]
  730. gs 'SMStext_builder', 'end'
  731. end
  732. !! END OF CONTENT MESSAGE
  733. if $ARGS[0] = 'sms_repeat_switch5':
  734. gs 'blackmailer', 'set_SMSTree'
  735. blackmailQW['next_payment'] = 0
  736. gs 'SMStext_builder', 'start'
  737. gs 'SMStext_builder', 'send', $SMSTree[$ARGS[1]]
  738. gs 'SMStext_builder', 'show_sms', ARGS[2]
  739. wait 250
  740. !! END OF CONTENT MESSAGE
  741. gs 'SMStext_builder', 'receive', '<i>This content is not ready yet.</i>'
  742. gs 'SMStext_builder', 'show_sms', ARGS[2]
  743. wait 250
  744. gs 'SMStext_builder', 'receive', '<i>As a freebie your debt will be set to 0!</i>'
  745. gs 'SMStext_builder', 'show_sms', ARGS[2]
  746. wait 250
  747. gs 'SMStext_builder', 'receive', '<i>Thank you for enjoying the Blackmailer''s content</i>'
  748. gs 'SMStext_builder', 'show_sms', ARGS[2]
  749. wait 250
  750. gs 'SMStext_builder', 'receive', '<i>Love, Anjuna</i>'
  751. gs 'SMStext_builder', 'show_sms', ARGS[3]
  752. gs 'SMStext_builder', 'end'
  753. end
  754. if $ARGS[0] = 'park_repeat':
  755. '<center><img src="images/locations/shared/park/bench_6.jpg"></center>'
  756. 'You walk to the familiar bench and take a seat at the edge of it.'
  757. if money < blackmailQW['next_payment']:
  758. 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>'
  759. else
  760. act 'Hide the money (<<blackmailQW[''next_payment'']>> <b>₽</b>)':
  761. *clr & cla
  762. gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
  763. blackmailQW['smsday'] = 0
  764. money -= blackmailQW['next_payment']
  765. blackmailQW['total_payment'] += blackmailQW['next_payment']
  766. blackmailQW['next_payment'] = 0
  767. minut += 1
  768. gs 'stat'
  769. '<center><img <<$set_imgh>> src="images/system/image_needed.png" ></center>'
  770. 'You descretely hide the money near the base of the bench.'
  771. act 'Quickly walk away': gt $loc, $loc_arg
  772. end
  773. end
  774. act 'Walk away': gt $loc, $loc_arg
  775. end
  776. if $ARGS[0] ! 'set_SMSTree' and $ARGS[0] ! 'add_blackmail_selfie': killvar 'SMSTree'
  777. --- blackmailer ---------------------------------