blackmailer.qsrc 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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 -= 10 * max(0, min(exhibitionism_lvl, 3))
  12. if temp_prob_chance > 600: killvar 'temp_prob_chance' & exit
  13. if $ARGS[1] = 'tits':
  14. temp_prob_chance -= 40
  15. elseif $ARGS[1] = 'butt':
  16. temp_prob_chance -= 60
  17. elseif $ARGS[1] = 'pussy':
  18. temp_prob_chance -= 80
  19. elseif $ARGS[1] = 'full':
  20. temp_prob_chance -= 100
  21. end
  22. if rand(0, temp_prob_chance) > 1: exit
  23. killvar 'temp_prob_chance'
  24. gs 'blackmailer', 'init_blackmail', $ARGS[1]
  25. end
  26. if $ARGS[0] = 'init_blackmail':
  27. blackmailQW['day'] = daystart
  28. blackmailQW['stage'] = 1
  29. blackmailQW['init_day'] = daystart
  30. if $ARGS[1] = 'panty':
  31. $blackmailQW['init_flashaction'] = 'panties'
  32. elseif $ARGS[1] = 'pantyrear':
  33. $blackmailQW['init_flashaction'] = 'panty clad ass'
  34. elseif $ARGS[1] = 'butt_plug':
  35. $blackmailQW['init_flashaction'] = 'butt plug'
  36. elseif $ARGS[1] = 'full':
  37. $blackmailQW['init_flashaction'] = 'naked body'
  38. else
  39. $blackmailQW['init_flashaction'] = $ARGS[1]
  40. end
  41. $blackmailQW['init_flashimage'] = $flash_image
  42. $blackmailQW['init_flashloc'] = $loc
  43. $blackmailQW['init_flashloc_arg'] = $loc_arg
  44. if strpos($loc, 'park') >= 0:
  45. '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.'
  46. elseif strpos($loc, 'church') >= 0:
  47. 'The flash of a camera illuminates the inside of the church, but the source eludes you.'
  48. elseif strpos($loc, 'zaprF') >= 0:
  49. '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.'
  50. else
  51. 'You think you notice the flash of a camera from the corner of your eye, but its source is already out of view.'
  52. end
  53. if exhibitionist_lvl > 0:
  54. gs 'arousal', 'flashlite', -5
  55. gs 'arousal', 'end'
  56. end
  57. end
  58. !!=============================================!!
  59. !! !!
  60. !! DREAMS !!
  61. !! !!
  62. !!=============================================!!
  63. if $ARGS[0] = 'blackmail_dreams':
  64. if blackmailQW['stage'] = 1:
  65. $sleep_events_priority[] = 'gs ''blackmailer'', ''photo_dream1'' '
  66. elseif blackmailQW['stage'] = 2:
  67. $sleep_events_priority[] = 'gt ''blackmailer'', ''photo_dream2'' '
  68. else
  69. temp_rand = rand(0, 1)
  70. if temp_rand >= 1 and blackmailQW['stage'] >= 2:
  71. $sleep_events[] = 'gt ''blackmailer'', ''photo_dream2'' '
  72. else
  73. $sleep_events[] = 'gs ''blackmailer'', ''photo_dream1'' '
  74. end
  75. end
  76. end
  77. if $ARGS[0] = 'photo_dream1':
  78. if blackmailQW['stage'] = 1: blackmailQW['stage'] = 2
  79. blackmailQW['dream_day'] = daystart + 3
  80. if strpos('panty_pantyrear_bra', $blackmailQW['init_flashtype']):
  81. gs 'arousal', 'flashlite', -5
  82. else
  83. gs 'arousal', 'flash', -5
  84. end
  85. gs 'arousal', 'end'
  86. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>.jpg"></center>'
  87. $temp_dream_text = 'You dream about getting caught while flashing your '
  88. $temp_dream_text += $blackmailQW['init_flashtype']
  89. if strpos($loc, 'church') >= 0:
  90. $temp_dream_text += ' in a church'
  91. elseif strpos($loc, 'park') >= 0:
  92. $temp_dream_text += ' in a park'
  93. elseif strpos($loc, 'zaprF') >= 0:
  94. $temp_dream_text += ' while washing cars'
  95. end
  96. $temp_dream_text += ', your skin prickling from the light of unending camera flashes.'
  97. $temp_dream_text
  98. killvar 'temp_dream_text'
  99. gs 'dream_events', 'event_end'
  100. elseif $ARGS[0] = 'photo_dream2':
  101. if blackmailQW['stage'] = 2: blackmailQW['stage'] = 3
  102. blackmailQW['dreamday'] = daystart + 3
  103. gs 'arousal', 'flash', -5
  104. gs 'arousal', 'end'
  105. if motherKnowWhore = 0 and npc_rel['A29'] > 0:
  106. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
  107. 'You dream that your <<$npc_nickname[''A29'']>> is sitting at the kitchen table, looking somber, almost defeated, reading what seems to be a letter.'
  108. act 'Ask your <<$npc_nickname[''A29'']>> what''s wrong':
  109. *clr & cla
  110. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mum_gyno2.jpg"></center>'
  111. 'You walk up to her and ask "What''s wrong <<$npc_nickname[''A29'']>>?"'
  112. 'She drops the letter and see that it is accompanied by a picture.'
  113. act 'Look at the picture':
  114. *clr & cla
  115. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>.jpg"></center>'
  116. $temp_dream_text = 'You get a clear look at the picture depicting you flashing your '
  117. $temp_dream_text += $blackmailQW['init_flashtype']
  118. if strpos($loc, 'church') >= 0:
  119. $temp_dream_text += ' in a church'
  120. elseif strpos($loc, 'park') >= 0:
  121. $temp_dream_text += ' in a park'
  122. elseif strpos($loc, 'zaprF') >= 0:
  123. $temp_dream_text += ' while washing cars'
  124. end
  125. $temp_dream_text += '.'
  126. $temp_dream_text
  127. killvar '$temp_dream_text'
  128. '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.'
  129. act 'Listen to your mother':
  130. *clr & cla
  131. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/spank.jpg"></center>'
  132. '"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!"'
  133. '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."'
  134. 'She grabs your arm and yanks you over kitchen table, ripping donw your pants as she reaches for something outside of your view.'
  135. '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."'
  136. '...'
  137. '"Someday you will."'
  138. act 'Brace yourself':
  139. *clr & cla
  140. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/hug_sad1.jpg"></center>'
  141. '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.'
  142. 'The lingering feelings of a happy family quickly fading.'
  143. gs 'dream_events', 'event_end'
  144. end
  145. end
  146. end
  147. end
  148. elseif $start_type['loc'] = 'sg' and gruptipe ! 5:
  149. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/locker.jpg"></center>'
  150. '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.'
  151. '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.'
  152. 'As the surprise fades you can hear snickering around you, your friends holding the pictures pointing and laughing at you.'
  153. act 'Grab a polaroid':
  154. *clr & cla
  155. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>.jpg"></center>'
  156. $temp_dream_text = 'You grab one of the pictures and see yourself flashing your '
  157. $temp_dream_text += $blackmailQW['init_flashtype']
  158. if strpos($loc, 'church') >= 0:
  159. $temp_dream_text += ' in a church'
  160. elseif strpos($loc, 'park') >= 0:
  161. $temp_dream_text += ' in a park'
  162. elseif strpos($loc, 'zaprF') >= 0:
  163. $temp_dream_text += ' while washing cars'
  164. end
  165. $temp_dream_text += '.'
  166. $temp_dream_text
  167. killvar '$temp_dream_text'
  168. 'The laughter around you grows, you are surrounded by a sea of people holding your picture and laughing at you.'
  169. 'Wading through the ocean of polaroids, you are ever confronted with the fact that you have lost the respect of your former friends.'
  170. gs 'dream_events', 'event_end'
  171. end
  172. else
  173. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/gorodok.jpg"></center>'
  174. '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.'
  175. 'Snippets of conversations happening around you press against the edges of your mind.'
  176. '"...ink that''s h...", "..ooks li...", "...ouldn''t da...", "...at a sl..."'
  177. '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.'
  178. act 'Head to the post office to satiate your curriosity':
  179. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavresn.jpg"></center>'
  180. '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.'
  181. '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.'
  182. act 'Buy a newspaper':
  183. '<center><img <<$set_imgh>> src="<<$blackmailQW[''init_flashimage'']>>.jpg"></center>'
  184. $temp_dream_text = 'The postmaster distandly hands you a newspaper, and on the front cover you see a picture of yourself flashing your '
  185. $temp_dream_text += $blackmailQW['init_flashtype']
  186. if strpos($loc, 'church') >= 0:
  187. $temp_dream_text += ' in a church'
  188. elseif strpos($loc, 'park') >= 0:
  189. $temp_dream_text += ' in a park'
  190. elseif strpos($loc, 'zaprF') >= 0:
  191. $temp_dream_text += ' while washing cars'
  192. end
  193. $temp_dream_text += '.'
  194. $temp_dream_text
  195. killvar '$temp_dream_text'
  196. '"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!"'
  197. 'You run outside into the raging storm, the insults piercing through, chasing you.'
  198. gs 'dream_events', 'event_end'
  199. end
  200. end
  201. end
  202. end
  203. --- blackmailer ---------------------------------