mod_wlife_phone.qsrc 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869
  1. # mod_wlife_phone
  2. if $ARGS[0] = 'start':
  3. *clr & cla
  4. menu_off = 1
  5. gs 'stat'
  6. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  7. act 'Put your phone away': gt $loc, $loc_arg
  8. if wl_wine = 1 and wine = 0: 'Claim the bottle of <a href="exec: wl_wine = 0 & wine = 1 & gt ''mod_wlife_phone'', ''start''">wine</a> Henri gave you as a present.'
  9. if wl_georgiy['payment_method'] = 1:
  10. '<br>You have to pay <<wl_georgiy[''lump_sum'']>> <b>₽</b>'+iif(wl_debt['amount'] = 0, '.', ' while you already owe the Belys <<wl_debt[''amount'']>> <b>₽</b>.')+' If you want to work at the gas station, you''ll have to take a bus from the industrial train station in St. Petersburg.'
  11. elseif week < 7:
  12. '<br>You have to work <<wl_whore[''shifts_week'']>> shifts for Mr. Bely and have worked <<wl_whore[''shifts_done'']>> this week.'+iif(wl_prison['status'] > 0 and wl_prison['shift'] = 0, ' You have to work one of those shifts at the prison', ' ')+iif(wl_whore['shifts_message'] = 0, 'If you want to work at the gas station'+iif(wl_prison['status'] > 0, ' or at the prison,', ',')+' you have to send Volya a message before 16:00.', iif(hour < 17, '<br>Volya will pick you up outside your parents apartment building between 16:00 and 17:00.', ''))
  13. elseif week = 7 and wl_georgiy['timer_day'] ! daystart:
  14. '<br>You have to report to Georgiy at the warehouse today. He is at the warehouse after 20:00. You '+iif(wl_whore['shifts_done'] < wl_whore['shifts_week'], 'haven''t', 'have')+' fulfilled this weeks obligation.'
  15. elseif week = 7 and wl_georgiy['timer_day'] = daystart:
  16. '<br>You have reported to Georgiy. Next week you have to work <<wl_whore[''shifts_week'']>> shifts.'
  17. end
  18. !!Earnings Check
  19. if wl_georgiy['payment_method'] = 0:
  20. if wl_whore['shifts_done'] > 0:
  21. wl_whore['earnings_check'] = wl_whore['earnings_week'] / wl_whore['shifts_done']
  22. wl_whore['earnings_check_unmod'] = wl_whore['earnings_check']
  23. if wl_whore['shifts_minimum'] = 3 and wl_whore['shifts_done'] > wl_whore['shifts_week']: wl_whore['earnings_check'] += 750 * (wl_whore['shifts_done'] - wl_whore['shifts_week'])
  24. if wl_whore['earnings_check'] < 1500:
  25. $wl_whore['performance'] = 'a very weak'
  26. elseif wl_whore['earnings_check'] < 2250:
  27. $wl_whore['performance'] = 'a weak'
  28. elseif wl_whore['earnings_check'] < 3250:
  29. $wl_whore['performance'] = 'a slightly below average'
  30. elseif wl_whore['earnings_check'] < 4750:
  31. $wl_whore['performance'] = 'an average'
  32. elseif wl_whore['earnings_check'] < 6500:
  33. $wl_whore['performance'] = 'an slightly above average'
  34. elseif wl_whore['earnings_check'] < 9000:
  35. $wl_whore['performance'] = 'a strong'
  36. else
  37. $wl_whore['performance'] = 'a very strong'
  38. end
  39. '<br>This week you have earned <<wl_whore[''earnings_check_unmod'']>> <b>₽</b> per shift. This is <<$wl_whore[''performance'']>> performance.'
  40. end
  41. if wl_debt['amount'] > 0:
  42. '<br>Currently you only get <<wl_whore[''share_player''] - 20>>% of your earnings. Volya keeps 20% to pay down your debts.'
  43. else
  44. '<br>Currently you get <<wl_whore[''share_player'']>>% of your earnings.'
  45. end
  46. '<br>Volya will pick you up and drop you off in <<$wl_loc[2]>>. (<a href="exec: gt ''mod_wlife_phone'', ''loc_change''">Change it</a>)'
  47. if wl_whore['shifts_message'] = 0 and wl_whore['shifts_message_timer'] ! daystart and hour < 16 and week ! 7 and wl_georgiy['timer_week'] ! week:
  48. if wl_whore['shifts_done'] >= wl_whore['shifts_week']:
  49. if wl_stats['acceptance'] < 10:
  50. '<br>You haven''t accepted your life as a whore and are very hesitant to work an additional shift.'
  51. gs 'willpower', 'prostitution', 'self', 'hard'
  52. will_cost = will_cost * 2
  53. elseif wl_stats['acceptance'] < 20:
  54. '<br>You haven''t accepted your life as a whore and are hesitant to work an additional shift.'
  55. gs 'willpower', 'prostitution', 'self', 'hard'
  56. elseif wl_stats['acceptance'] < 40:
  57. '<br>You haven''t accepted your life as a whore, but you are slowly getting used to it. It''s still difficult to motivate you to work an additional shift.'
  58. gs 'willpower', 'prostitution', 'self'
  59. else
  60. gs 'willpower', 'prostitution', 'self', 'easy'
  61. end
  62. if wl_cheat['will_cost'] = 1: will_cost = 0
  63. if will_cost <= pcs_willpwr:
  64. act 'Text Volya that you will work today (<<will_cost>> Willpower)':
  65. minut += 1
  66. wl_whore['shifts_message'] = 1
  67. wl_whore['shifts_message_timer'] = daystart
  68. gs 'willpower', 'pay', 'self'
  69. gt 'mod_wlife_phone', 'start'
  70. end
  71. else
  72. act 'Text Volya that you will work today (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  73. end
  74. elseif wl_whore['shifts_done'] < wl_whore['shifts_week']:
  75. act 'Text Volya that you will work today':
  76. minut += 1
  77. wl_whore['shifts_message'] = 1
  78. wl_whore['shifts_message_timer'] = daystart
  79. gt 'mod_wlife_phone', 'start'
  80. end
  81. end
  82. elseif wl_whore['shifts_message'] = 1 and wl_whore['shifts_message_timer'] = daystart and hour < 17:
  83. act 'Text Volya that you can''t make it':
  84. minut += 1
  85. wl_whore['shifts_message'] = 0
  86. gt 'mod_wlife_phone', 'start'
  87. end
  88. elseif $loc = 'mod_wlife_highway':
  89. act 'Text Volya to pick you up': wl_temp = 1 & gt 'mod_wlife_volya', 'shift_premature_end'
  90. end
  91. end
  92. if wl_iosif['timer'] = 1: '<br>You have to visit Iosif at the warehouse at 23:00.'
  93. if wl_georgiy['timer_week'] < week and wl_demand['party'] = 1:
  94. '<br>You have to go to the party at Vadim Bely''s house next saturday.'
  95. elseif wl_georgiy['timer_week'] = week and wl_demand['party'] = 1:
  96. '<br><font color="red">You can''t work today. You have to go to Volya''s apartment today (19:00) to get ready for the party at Vadim Bely''s house</font>.'
  97. end
  98. if wl_status['main'] > 4 and PCloStyle = 4 and ShoHeels > 3 and (wl_whore['pirsA'] = 0 or (wl_whore['pirsA'] > 0 and pirsA < 10000)):
  99. '<br>You are ready to work. Outfit'+iif(wl_whore['pirsA'] > 0, ', heels and tongue piercing', ' and heels')+' are an appropriate choice to work as a street whore.'
  100. elseif wl_status['main'] > 4:
  101. iif(PCloStyle = 4, '<br>Your outfit is an appropriate choice for a prostitute.', '<br>You need to change your outfit to work as a prostitute.')+iif(pirsA < 10000, '', iif(wl_whore['pirsA'] > 0, ' You''ll have to wear your tongue piercing to be able to work.', ''))
  102. iif(ShoHeels > 3, 'Your shoes are a good choice', 'You should think about your choice of shoes')+' if you want to go to work today.'
  103. end
  104. if $wl_names['street'] ! '': act 'Check your personal information': gt 'mod_wlife_phone', 'character'
  105. if wl_status['main'] > 4: act 'Check your information about the Bely''s operation': gt 'mod_wlife_phone', 'investigation'
  106. if wl_pictures > 0:
  107. act 'Look at '+iif(wl_pictures['count'] > 1, 'your degrading pictures', 'the degrading picture')+'':
  108. *clr & cla
  109. if wl_pictures['start'] = 1:
  110. *nl & '<center><b>The fateful day</b></center>'
  111. '<center><img src="mod/wlife/images/sex/story/start/start.jpg"></center>'
  112. end
  113. if wl_pictures['iosif_1'] = 1:
  114. *nl & '<center><b>Iosif marking his territory'+iif(wl_pictures['iosif_2'] = 1 or wl_pictures['iosif_3'] = 2, ' (Part 1)', '')+'</b></center>'
  115. '<center><img src="mod/wlife/images/sex/iosif/warehouse/creampie.jpg"></center>'
  116. end
  117. if wl_pictures['iosif_2'] = 1:
  118. *nl & '<center><b>Iosif marking his territory (Part 2)</b></center>'
  119. '<center><img src="mod/wlife/images/sex/iosif/warehouse/piss_whore.jpg"></center>'
  120. end
  121. if wl_pictures['iosif_3'] = 2:
  122. *nl & '<center><b>Iosif marking his territory (Part '+iif(wl_pictures['iosif_2'] = 1, '3', '2')+')</b></center>'
  123. '<center><img src="mod/wlife/images/prostitution/party/iosif/iosif_facial.jpg"></center><br>'
  124. end
  125. act 'Go back': gt 'mod_wlife_phone', 'start'
  126. end
  127. end
  128. if wl_okoro['status'] = 3:
  129. act 'Reply to Henri Okoro': gt 'mod_wlife_phone', 'okoro_reply'
  130. elseif wl_okoro['status'] > 3 and wl_okoro['status'] < 9 and wl_okoro['timer'] ! daystart and week = 7:
  131. act 'Call Henri Okoro':
  132. if ($loc ! 'bedr' and $loc ! 'bedr2x' and $loc ! 'bedrPar' and $loc ! 'pav_shared_apt' and $loc ! 'mod_BroMod_bedrPar' and $loc ! 'mod_wlife_hotelroom') or ((locat['Anya_inroom'] = 1 or locat['Anya'] = 4 or locat['Anya'] = 15) and ($loc = 'bedrPar' or $loc = 'mod_BroMod_bedrPar')):
  133. *clr & cla
  134. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  135. 'Henri said to call him on a Sunday and you should probably be in your bedroom'+iif(locat['Anya_inroom'] = 1 or locat['Anya'] = 4 or locat['Anya'] = 15 and $loc = 'bedrPar', ', when your sister isn''t here.', '.')
  136. act 'Go back': gt 'mod_wlife_phone', 'start'
  137. else
  138. gt 'mod_wlife_okoro', 'call'
  139. end
  140. end
  141. end
  142. if wl_okoro['gang'] = 1:
  143. act 'Text Henri Okoro about meeting his guys':
  144. *clr & cla
  145. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  146. 'You think about it for a moment before typing your response to his offer. You write him that you...'
  147. act '... won''t meet his guys': wl_okoro['gang'] = -1 & gt 'mod_wlife_phone', 'start'
  148. act '... will meet his guys':
  149. cla & *nl
  150. wl_okoro['gang'] = 2
  151. '<b>Developer Note: This is the end of the current Okoro content.</b>'
  152. act 'Continue': gt 'mod_wlife_phone', 'start'
  153. end
  154. end
  155. end
  156. if wl_alexei['status'] = 1 and wl_alexei['party'] = 0:
  157. act 'Call Alexei to hang out with him': gt 'mod_wlife_alexei', 'call'
  158. elseif rex['pussy'] = 1 and wl_alexei['status'] = 6 and wl_thought['best_alexei'] = 2:
  159. act 'Call Alexei again': gt 'mod_wlife_alexei', 'call_2'
  160. end
  161. if wl_homeless['video_count'] > 0:
  162. act 'Visit youporn.com to see your video':
  163. *clr & cla
  164. '<center><img <<$set_imgh>> src="mod/wlife/images/prostitution/homeless/set_1/youporn.jpg"></center>'
  165. if wl_homeless['video_timer'] ! daystart:
  166. wl_temp = daystart - wl_homeless['video_timer']
  167. wl_homeless['video_count'] += rand(500,1500) * wl_temp
  168. wl_homeless['video_timer'] = daystart
  169. killvar 'wl_temp'
  170. end
  171. gs 'arousal', 'porn', 2
  172. gs 'stat'
  173. 'You look at the number of views. It '+iif(wl_homeless['video_count'] = 70000, 'still is', 'has gone up to')+' <<wl_homeless[''video_count'']>>.'
  174. act 'Close your browser': gs 'arousal', 'end' & gt 'mod_wlife_phone', 'start'
  175. act 'Click play':
  176. *clr & cla
  177. '<center><video autoplay loop src="mod/wlife/images/prostitution/homeless/set_1/pussy_1.mp4"></video></center>'
  178. wl_homeless['video_count'] += 1
  179. gs 'arousal', 'porn', 6
  180. gs 'arousal', 'end'
  181. gs 'stat'
  182. 'You watch yourself getting fucked.'
  183. act 'Close your browser': gs 'arousal', 'end' & gt 'mod_wlife_phone', 'start'
  184. end
  185. end
  186. end
  187. act 'Cheatmenu/FAQ': gt 'mod_wlife_cheatmenu', 'start'
  188. end
  189. if $ARGS[0] = 'loc_change':
  190. *clr & cla
  191. minut += 1
  192. gs 'stat'
  193. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  194. 'Text him the new address where he should pick you up and drop you off after work.'
  195. act 'Don''t change the address': gt 'mod_wlife_phone', 'start'
  196. act 'Pavlovsk':
  197. $wl_loc[0] = 'pav_complex'
  198. $wl_loc[1] = 'start'
  199. $wl_loc[2] = 'Pavlovsk'
  200. gt 'mod_wlife_phone', 'start'
  201. end
  202. act 'Pavlovsk''s Hotel':
  203. $wl_loc[0] = 'pav_market'
  204. $wl_loc[1] = ''
  205. $wl_loc[2] = 'Pavlovsk''s Hotel'
  206. gt 'mod_wlife_phone', 'start'
  207. end
  208. act 'St. Petersburg':
  209. $wl_loc[0] = 'city_residential'
  210. $wl_loc[1] = ''
  211. $wl_loc[2] = 'St. Petersburg'
  212. gt 'mod_wlife_phone', 'start'
  213. end
  214. act 'Pushkin/Old Town':
  215. $wl_loc[0] = 'liam'
  216. $wl_loc[1] = ''
  217. $wl_loc[2] = 'Pushkin/Old Town'
  218. gt 'mod_wlife_phone', 'start'
  219. end
  220. act 'Gadukino':
  221. $wl_loc[0] = 'gadukino'
  222. $wl_loc[1] = ''
  223. $wl_loc[2] = 'Gadukino'
  224. gt 'mod_wlife_phone', 'start'
  225. end
  226. end
  227. if $ARGS[0] = 'character':
  228. *clr & cla
  229. '<center><img src="<<func(''$face_image'')>>"></center>'
  230. '<b>Names:</b>'
  231. if $wl_names['street'] ! '': 'The name you tell your clients is: <<$wl_names[''street'']>> <a href="exec: gt ''mod_wlife_phone'', ''change_name_street''">(Change it)</a>'
  232. if $wl_names['okoro'] ! '': 'You gave the Okoro brothers your '+iif($wl_names['okoro'] = $pcs_firstname, 'real', 'fake')+' name.'
  233. if $wl_names['first'] ! '': 'The first name in your fake passport is: <<$wl_names[''first'']>> <a href="exec: gt ''mod_wlife_phone'', ''change_firstname_passport''">(Change it)</a>'
  234. if $wl_names['last'] ! '': 'The last name in your fake passport is: <<$wl_names[''last'']>> <a href="exec: gt ''mod_wlife_phone'', ''change_lastname_passport''">(Change it)</a>'
  235. *nl
  236. if (wl_bestiality['cuni_count'] + wl_bestiality['bj_count']) > 0:
  237. '<b>Bestiality statistics:</b>'
  238. '- Cunnilingus: <<wl_bestiality[''cuni_count'']>>x'
  239. '- Blowjob: <<wl_bestiality[''bj_count'']>>x'
  240. '- Vaginal: <<wl_bestiality[''pussy_count'']>>x'
  241. *nl
  242. end
  243. '<b>Fetishes</b>'
  244. 'Do you like the following fetishes?'
  245. if $wl_fetish['BDSM'] ! '': '- Masochism: '+iif($wl_fetish['BDSM'] = 'yes', '<b>Yes</b>', '<a href="exec: $wl_fetish[''BDSM''] = ''yes'' & gt ''mod_wlife_phone'', ''character''">Yes</a>')+'|'+iif($wl_fetish['BDSM'] = 'no', '<b>No</b>', '<a href="exec: $wl_fetish[''BDSM''] = ''no'' & gt ''mod_wlife_phone'', ''character''">No</a>')
  246. if $wl_fetish['humiliation'] ! '': '- Being humiliated: '+iif($wl_fetish['humiliation'] = 'yes', '<b>Yes</b>', '<a href="exec: $wl_fetish[''humiliation''] = ''yes'' & gt ''mod_wlife_phone'', ''character''">Yes</a>')+'|'+iif($wl_fetish['humiliation'] = 'no', '<b>No</b>', '<a href="exec: $wl_fetish[''humiliation''] = ''no'' & gt ''mod_wlife_phone'', ''character''">No</a>')
  247. if $wl_fetish['pissing'] ! '' and wl_thought['pissing'] = 1: '- Pissing: '+iif($wl_fetish['pissing'] = 'yes', '<b>Yes</b>', '<a href="exec: $wl_fetish[''pissing''] = ''yes'' & gt ''mod_wlife_phone'', ''character''">Yes</a>')+'|'+iif($wl_fetish['pissing'] = 'no', '<b>No</b>', '<a href="exec: $wl_fetish[''pissing''] = ''no'' & gt ''mod_wlife_phone'', ''character''">No</a>')+'|'+iif($wl_fetish['pissing'] = 'blocked', '<b>Blocked</b>', '<a href="exec: $wl_fetish[''pissing''] = ''blocked'' & gt ''mod_wlife_phone'', ''character''">Blocked</a>')
  248. if $wl_fetish['pissed_on'] ! '': '- Getting pissed on: '+iif($wl_fetish['pissed_on'] = 'yes', '<b>Yes</b>', '<a href="exec: $wl_fetish[''pissed_on''] = ''yes'' & gt ''mod_wlife_phone'', ''character''">Yes</a>')+'|'+iif($wl_fetish['pissed_on'] = 'no', '<b>No</b>', '<a href="exec: $wl_fetish[''pissed_on''] = ''no'' & gt ''mod_wlife_phone'', ''character''">No</a>')+'|'+iif($wl_fetish['pissed_on'] = 'blocked', '<b>Blocked</b>', '<a href="exec: $wl_fetish[''pissed_on''] = ''blocked'' & gt ''mod_wlife_phone'', ''character''">Blocked</a>')
  249. if $wl_fetish['piss_drinking'] ! '': '- Drinking piss: '+iif($wl_fetish['piss_drinking'] = 'yes', '<b>Yes</b>', '<a href="exec: $wl_fetish[''piss_drinking''] = ''yes'' & gt ''mod_wlife_phone'', ''character''">Yes</a>')+'|'+iif($wl_fetish['piss_drinking'] = 'no', '<b>No</b>', '<a href="exec: $wl_fetish[''piss_drinking''] = ''no'' & gt ''mod_wlife_phone'', ''character''">No</a>')+'|'+iif($wl_fetish['piss_drinking'] = 'blocked', '<b>Blocked</b>', '<a href="exec: $wl_fetish[''piss_drinking''] = ''blocked'' & gt ''mod_wlife_phone'', ''character''">Blocked</a>')
  250. if $wl_fetish['piss_pussy'] ! '': '- Have someone piss inside your pussy: '+iif($wl_fetish['piss_pussy'] = 'yes', '<b>Yes</b>', '<a href="exec: $wl_fetish[''piss_pussy''] = ''yes'' & gt ''mod_wlife_phone'', ''character''">Yes</a>')+'|'+iif($wl_fetish['piss_pussy'] = 'no', '<b>No</b>', '<a href="exec: $wl_fetish[''piss_pussy''] = ''no'' & gt ''mod_wlife_phone'', ''character''">No</a>')+'|'+iif($wl_fetish['piss_pussy'] = 'blocked', '<b>Blocked</b>', '<a href="exec: $wl_fetish[''piss_pussy''] = ''blocked'' & gt ''mod_wlife_phone'', ''character''">Blocked</a>')
  251. if $wl_fetish['rimjob'] ! '' and $wl_fetish['rimjob'] ! 'undecided': '- Giving rimjobs: '+iif($wl_fetish['rimjob'] = 'yes', '<b>Yes</b>', '<a href="exec: $wl_fetish[''rimjob''] = ''yes'' & gt ''mod_wlife_phone'', ''character''">Yes</a>')+'|'+iif($wl_fetish['rimjob'] = 'no', '<b>No</b>', '<a href="exec: $wl_fetish[''rimjob''] = ''no'' & gt ''mod_wlife_phone'', ''character''">No</a>')+'|'+iif($wl_fetish['rimjob'] = 'blocked', '<b>Blocked</b>', '<a href="exec: $wl_fetish[''rimjob''] = ''blocked'' & gt ''mod_wlife_phone'', ''character''">Blocked</a>')
  252. if $wl_fetish['atm'] ! '': '- Ass to mouth: '+iif($wl_fetish['atm'] = 'yes', '<b>Yes</b>', '<a href="exec: $wl_fetish[''atm''] = ''yes'' & gt ''mod_wlife_phone'', ''character''">Yes</a>')+'|'+iif($wl_fetish['atm'] = 'no', '<b>No</b>', '<a href="exec: $wl_fetish[''atm''] = ''no'' & gt ''mod_wlife_phone'', ''character''">No</a>')+'|'+iif($wl_fetish['atm'] = 'blocked', '<b>Blocked</b>', '<a href="exec: $wl_fetish[''atm''] = ''blocked'' & gt ''mod_wlife_phone'', ''character''">Blocked</a>')
  253. if $wl_fetish['bestiality'] ! '': '- Bestiality: '+iif($wl_fetish['bestiality'] = 'active', '<b>Active</b>', '<a href="exec: $wl_fetish[''active''] = ''yes'' & gt ''mod_wlife_phone'', ''character''">Active</a>')+'|'+iif($wl_fetish['bestiality'] = 'blocked', '<b>Blocked</b>', '<a href="exec: $wl_fetish[''bestiality''] = ''blocked'' & gt ''mod_wlife_phone'', ''character''">Blocked</a>')
  254. if $wl_brand['type'] ! '' or wl_whore['pirsA'] > 0:
  255. *nl
  256. '<b>Tattoos and Piercings:</b>'
  257. if $wl_brand['type'] ! '': 'You have been branded as a whore with a <a href="exec: gt ''mod_wlife_phone'', ''tattoo'', ''brand''"><<$wl_brand[''type'']>> tattoo</a>.'
  258. if $wl_brand['text_pubic'] ! '': 'Iosif forced you to get a <a href="exec: gt ''mod_wlife_phone'', ''tattoo'', ''iosif''">pubic tattoo</a>.'
  259. if wl_whore['pirsA'] > 0: 'The Bely''s forced you to get a <a href="exec: gt ''mod_wlife_phone'', ''tongue_piercing''">tongue piercing</a>.'
  260. if wl_whore['pirsF'] > 0: 'Irina forced you to get a <a href="exec: gt ''mod_wlife_phone'', ''nipple_piercing''">nipple piercing</a>.'
  261. *nl
  262. end
  263. *nl
  264. act 'Go back': gt 'mod_wlife_phone', 'start'
  265. end
  266. if $ARGS[0] = 'investigation':
  267. *clr & cla
  268. minut += 1
  269. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  270. if wl_status > 4:
  271. '<b>Properties:</b>'
  272. '- They own a warehouse in Pavlovsk''s industrial area'
  273. if wl_status['hotel'] > 0: '- The hotel near the train station is owned by the Belys'
  274. if wl_irina['status'] > 0: '- Irina Bely owns a huge estate outside of St. Petersburg'
  275. if wl_investigation['okoro_2'] > 0: '- They own a house in the suburbs of St. Petersburg. The Okoro Brothers rent it regularly.'
  276. *nl
  277. end
  278. if wl_medical['status'] = 2:
  279. '<b>Doctor Mikhailov:</b>'
  280. '- As far as you know all whores have to check-in with Doctor Mikhailov at the clinic in Pavlovsk'
  281. '- Doctor Mikhailov works for the Belys and maybe has files on all girls working for the Belys'
  282. *nl
  283. end
  284. if wl_investigation['shura'] > 0:
  285. '<b>Shura Azarov:</b>'
  286. '- He''s the one in charge or one of the higher ups of a drug dealing operation'
  287. if wl_drugs['status'] = 2: '- Sacha, an ex-classmate of yours, is selling weed in the park for Shura'
  288. if wl_shura['talk_hard_drugs'] = 1 or wl_sacha['cocaine_talk'] > 0: '- The Belys sell hard drugs like heroin and cocaine'
  289. if wl_shura['ignore_counter'] > 6: '- The Belys store at least some of the drugs at the warehouse'
  290. *nl
  291. end
  292. if (wl_investigation['okoro'] + wl_investigation['okoro_2']) > 0:
  293. '<b>Okoro Brothers:</b>'
  294. if wl_investigation['okoro'] > 0: '- The Okoro brothers shipped 1,000 kilos of an unknown substance (drugs???) through the St. Petersburg port'
  295. if wl_okoro['gang'] ! 0: '- They have expanded their operations in Russia and they now have some members of their organization staying here permanently.'
  296. if (wl_investigation['okoro_2'] > 1 and wl_investigation['okoro'] = 1) or wl_investigation['okoro_2'] = 4:
  297. '- Léon and Henri Okoro bought a warehouse somewhere in St. Petersburg. You suspect that it''s somewhere in the industrial area'
  298. end
  299. *nl
  300. end
  301. if wl_investigation['maxim'] > 0:
  302. '<b>Maxim:</b>'
  303. if wl_investigation['maxim'] = 1:
  304. '- You could see excel-sheets on Maxim''s laptop. Maybe he works as some kind of numbers guy for the Bely''s'
  305. elseif wl_investigation['maxim'] > 1:
  306. '- The Belys have legitimate businesses they use to launder their illegal incomes'
  307. '- Maxim is an accountant and manages the financial side of the Bely''s legitimate businesses'
  308. if wl_investigation['maxim'] = 3:
  309. '- You know the password for Maxim''s laptop. It''s Arthur his dog''s name.'
  310. elseif wl_investigation['maxim'] = 4:
  311. '- You have copied Maxim''s files onto my usb-drive. You need to '+iif(komp = 0, 'buy a laptop to check the files.', 'check the files on your laptop')
  312. elseif wl_investigation['maxim'] = 5:
  313. '- You have all financial information about the legal and illegal parts of the Bely''s business'
  314. end
  315. end
  316. *nl
  317. end
  318. if arrsize('wl_crime') > 0 or wl_bad['whip'] > 0:
  319. '<b>Violent Crimes:</b>'
  320. if wl_bad['whip'] > 0: '- Georgiy''s and Vadim''s sister Irina Bely tortures girls for them'
  321. if wl_crime['katharina_murder'] > 0: '- You '+iif(wl_crime['katharina_murder'] = 2, 'killed', 'assaulted')+' a homeless woman'+iif(wl_iosif['katharina'] > 0, ' and Iosif knows about it', '')
  322. if wl_crime['detective_murder'] > 0: '- You '+iif(wl_crime['detective_murder'] = 1, 'shot', 'strangled')+' the cop that raped you'
  323. if wl_crime['detective_murder'] = -1: '- You saw Georgiy shoot the cop that raped you'
  324. *nl
  325. end
  326. act 'Go back': gt 'mod_wlife_phone', 'start'
  327. if wl_investigation['points'] > 0:
  328. act 'Send the information to the police':
  329. *clr & cla
  330. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  331. 'Developer Note: For now the information you have collected is enough to get the Belys arrested, since the other investigations aren''t finished yet. Sending the information will block all content, like the cheat. Right now there is also no ''end scene'' or something similar. You can also revert your decision later if you want to. This will not be possible, when I have added more investigations and a proper end.'
  332. act 'Wait for now': gt 'mod_wlife_phone', 'investigation'
  333. act 'Send the information':
  334. wl_status['stored'] = wl_status['main']
  335. wl_status['main'] = -1
  336. gt $loc, $loc_arg
  337. end
  338. end
  339. end
  340. end
  341. if $ARGS[0] = 'change_name_street':
  342. *clr & cla
  343. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  344. $wl_names['street'] = ''
  345. $wl_names['street'] = input("What name do you want to tell your clients? (Leave blank for <<$pcs_nickname>>)")
  346. if $wl_names['street'] = '': $wl_names['street'] = $pcs_nickname
  347. act 'Continue': gt 'mod_wlife_phone', 'character'
  348. end
  349. if $ARGS[0] = 'change_firstname_passport':
  350. *clr & cla
  351. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  352. $wl_names['first'] = ''
  353. $wl_names['first'] = input("What is your first name in your fake passport? (Leave blank for Anastasia)")
  354. if $wl_names['first'] = '': $wl_names['first'] = 'Anastasia'
  355. if $wl_names['okoro'] ! '' and $wl_names['okoro'] ! $pcs_firstname: $wl_names['okoro'] = $wl_names['first']
  356. act 'Continue': gt 'mod_wlife_phone', 'character'
  357. end
  358. if $ARGS[0] = 'change_lastname_passport':
  359. *clr & cla
  360. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  361. $wl_names['last'] = ''
  362. $wl_names['last'] = input("What is your last name in your fake passport? (Leave blank for Semenova)")
  363. if $wl_names['last'] = '': $wl_names['last'] = 'Semenova'
  364. act 'Continue': gt 'mod_wlife_phone', 'character'
  365. end
  366. if $ARGS[0] = 'passport_pay':
  367. *clr & cla
  368. minut += 1
  369. menu_off = 1
  370. wl_debt['amount'] += 18000
  371. wl_debt['amount'] += wl_brand['price']
  372. wl_passport_pay = 1
  373. gs 'stat'
  374. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  375. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. Volya send you a message.'
  376. *nl
  377. '<i>Hi <<$pcs_nickname>>, I totally forgot to tell you the good news, when I gave you the passport. It normally costs 30,000 <b>₽</b>, but Georgiy agreed that you don''t have to pay the full amount. I managed to beat down the price to 18,000 <b>₽</b>.</i>'
  378. *nl
  379. '18,000 <b>₽</b>? And you also have to pay for getting branded? You read the message again, but the amount didn''t change. You sigh and shake your head. Yeah, that''s really great, you think sarcastically and put your phone away.'
  380. act 'Continue': gt $loc, $loc_arg
  381. end
  382. if $ARGS[0] = 'tattoo':
  383. *clr & cla
  384. if $ARGS[1] = 'brand':
  385. '<center><img src="<<$wl_brand[''image'']>>"></center>'
  386. 'The tattoo on your <<$wl_brand[''type'']>> is your whore brand.'
  387. elseif $ARGS[1] = 'iosif':
  388. '<center><img src="<<$wl_brand[''image_pubic'']>>"></center>'
  389. 'Iosif forced you to get the word ''<<$wl_brand[''text_pubic'']>>'' inked on your pubic area.'
  390. end
  391. act 'Continue': gt 'mod_wlife_phone', 'start'
  392. end
  393. if $ARGS[0] = 'tongue_piercing':
  394. *clr & cla
  395. '<center><img height = 334 src="images/pc/body/piercings/a<<wl_whore[''pirsA'']>>.jpg"></center>'
  396. 'The Bely''s forced you to buy this piercing.'
  397. act 'Continue': gt 'mod_wlife_phone', 'start'
  398. end
  399. if $ARGS[0] = 'nipple_piercing':
  400. *clr & cla
  401. '<center><img height = 480 src="images/pc/body/piercings/a<<wl_whore[''pirsF'']>>.jpg"></center>'
  402. 'Irina forced you to get this piercing.'
  403. act 'Continue': gt 'mod_wlife_phone', 'start'
  404. end
  405. if $ARGS[0] = 'start_aftermath_picture':
  406. *clr & cla
  407. menu_off = 1
  408. minut += 1
  409. wl_status['main'] = 3
  410. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  411. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. You have received a message from an unknown number.'
  412. gs 'stat'
  413. act 'Open it':
  414. *clr & cla
  415. minut += 1
  416. '<center><img <<$set_imgh>> src="mod/wlife/images/sex/story/start/start.jpg"></center>'
  417. 'It''s a picture of you as one of the guys shoots his load directly into your mouth.'
  418. 'Shortly after the picture a second message appears: <i>A little memento of your special day</i>.'
  419. 'You click on the message and ...'
  420. gs 'stat'
  421. act 'Delete the picture (Warning: Blocks one scene)':
  422. cla & *nl
  423. wl_pictures['start'] = 0
  424. 'You angrily delete the picture. Why would you ever want to remember that day?'
  425. act 'Put your phone away': gt $loc, $loc_arg
  426. end
  427. act 'Save the picture':
  428. cla & *nl
  429. inhib_exp += 2
  430. wl_pictures['start'] = 1
  431. wl_pictures['count'] += 1
  432. 'You save the picture. Maybe you save it as evidence, maybe because you really want to, but whatever your reasons are, you keep it on your phone.'
  433. act 'Put your phone away': gt $loc, $loc_arg
  434. end
  435. end
  436. end
  437. if $ARGS[0] = 'start_aftermath_volya':
  438. *clr & cla
  439. menu_off = 1
  440. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  441. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. You are getting a call from an unknown number.'
  442. act 'Answer it': gt 'mod_wlife_volya', 'introduction_start'
  443. end
  444. if $ARGS[0] = 'volya_missed':
  445. *clr & cla
  446. menu_off = 1
  447. wl_whore['shifts_message'] = 0
  448. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  449. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. Volya send you a message.'
  450. *nl
  451. if wl_shift_missed = 0:
  452. wl_shift_missed = 1
  453. '<i>Hi <<$pcs_nickname>>. If you aren''t going to make it, send me a message next time.</i>'
  454. else
  455. wl_stats['loyalty'] -= rand(0,1)
  456. '<i>Come on <<$pcs_nickname>>, next time tell me, when you aren''t going to make it. Don''t stand me up like this.</i>'
  457. end
  458. act 'Put your phone away': gt $loc, $loc_arg
  459. end
  460. if $ARGS[0] = 'iosif_work_first':
  461. *clr & cla
  462. minut += 1
  463. menu_off = 1
  464. gs 'stat'
  465. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  466. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. You are getting a call from an unknown number.'
  467. act 'Answer it': gt 'mod_wlife_iosif', 'first_call'
  468. end
  469. if $ARGS[0] = 'iosif_work_regular':
  470. *clr & cla
  471. minut += 1
  472. menu_off = 1
  473. gs 'stat'
  474. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  475. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. You are getting a call from Iosif.'
  476. gs 'willpower', 'prostitution', 'resist', 'easy'
  477. if will_cost <= pcs_willpwr:
  478. act 'Don''t answer it (<<will_cost>> Willpower)':
  479. wl_stats['loyalty'] -= rand(0,1)
  480. wl_iosif['call_avoid'] += 1
  481. wl_iosif['timer_whore'] = daystart + rand(0,3)
  482. gs 'willpower', 'pay', 'resist'
  483. gt $loc, $loc_arg
  484. end
  485. else
  486. act 'Don''t answer it (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  487. end
  488. act 'Answer it': wl_iosif['call_avoid'] = 0 & gt 'mod_wlife_iosif', 'regular_call'
  489. end
  490. if $ARGS[0] = 'iosif_party_pic':
  491. *clr & cla
  492. minut += 1
  493. menu_off = 1
  494. wl_pictures['count'] += 1
  495. wl_pictures['iosif_3'] = 2
  496. gs 'stat'
  497. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  498. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. Iosif has send you a picture.'
  499. act 'Open it':
  500. *clr & cla
  501. minut += 2
  502. gs 'stat'
  503. '<center><img src="mod/wlife/images/prostitution/party/iosif/iosif_facial.jpg"></center><br>'
  504. 'A small message accompanies the picture: <i>Slut look what I found. Isn''t it a great picture? I sifted through all the footage I could get my hands on. I hope you like it.</i>'
  505. act 'Continue': gt $loc, $loc_arg
  506. end
  507. end
  508. if $ARGS[0] = 'iosif_missed':
  509. *clr & cla
  510. menu_off = 1
  511. wl_iosif['call_missed'] += 1
  512. wl_stats['loyalty'] -= rand(2,6) * wl_iosif['call_missed']
  513. wl_iosif['timer_whore'] = daystart + rand(2,4)
  514. wl_iosif['timer'] = 0
  515. minut += 1
  516. gs 'stat'
  517. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  518. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. Iosif send you a message.'
  519. *nl
  520. if wl_iosif['call_missed'] > 1 and wl_bad['status_punishment'] = 0:
  521. wl_bad['status_punishment'] = 1
  522. wl_bad['iosif'] = 1
  523. wl_iosif['call_missed'] = 0
  524. '<i>This was the last time that you ignored me. I called Georgiy and told him what a bitch you were. Good luck on Sunday.</i>'
  525. elseif rand(0,1) = 0:
  526. '<i>Who do you think you are? You fucking cunt. Next time, when I tell you to get your ass to the warehouse, you''ll get your fucking ass to the warehouse!</i>'
  527. else
  528. '<i>I told you to come to the warehouse you stupid bitch. Move your ass next time or you''ll fucking regret it.</i>'
  529. end
  530. act 'Put your phone away': gt $loc, $loc_arg
  531. end
  532. if $ARGS[0] = 'iosif_avoid':
  533. *clr & cla
  534. menu_off = 1
  535. wl_iosif['call_missed'] += 1
  536. wl_stats['loyalty'] -= rand(2,6) * wl_iosif['call_missed']
  537. wl_iosif['timer_whore'] = daystart + rand(2,4)
  538. wl_iosif['call_avoid'] = 0
  539. minut += 1
  540. gs 'stat'
  541. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  542. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. Iosif send you a message.'
  543. *nl
  544. if wl_iosif['call_missed'] > 1 and wl_bad['status_punishment'] = 0:
  545. wl_bad['status_punishment'] = 1
  546. wl_bad['iosif'] = 1
  547. wl_iosif['call_missed'] = 0
  548. '<i>This was the last time that you ignored me. I called Georgiy and told him what a bitch you were. Good luck on Sunday.</i>'
  549. elseif rand(0,1) = 0:
  550. '<i>Fucking lazy bitch, answer your fucking phone, when I call you.</i>'
  551. else
  552. '<i>Pick up, when I fucking call you!</i>'
  553. end
  554. act 'Put your phone away': gt $loc, $loc_arg
  555. end
  556. if $ARGS[0] = 'volya_party_warning':
  557. *clr & cla
  558. minut += 1
  559. menu_off = 1
  560. wl_party_warning_day = daystart
  561. gs 'stat'
  562. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  563. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. Volya send you a message.'
  564. *nl
  565. '<i>Hi <<$pcs_nickname>>, remember to be at my apartment at 19:00 to go to Vadim''s party. This is important!</i>'
  566. act 'Put your phone away': gt $loc, $loc_arg
  567. end
  568. if $ARGS[0] = 'okoro':
  569. *clr & cla
  570. minut += 1
  571. menu_off = 1
  572. wl_okoro['status'] = 3
  573. wl_okoro['timer'] = daystart
  574. gs 'stat'
  575. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  576. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. An unknown number send you a message.'
  577. *nl
  578. '<i>Hello <<$wl_names[''okor'']>>. I hope you don''t mind, but I asked Vadim for your number. If you ever want to chat, send me a message. I typically have some free time on Sundays.
  579. - Henri Okoro</i>'
  580. act 'Put your phone away': gt $loc, $loc_arg
  581. act 'Reply': gt 'mod_wlife_phone', 'okoro_reply'
  582. end
  583. if $ARGS[0] = 'okoro_reply':
  584. *clr & cla
  585. menu_off = 1
  586. minut += rand(3,7)
  587. wl_okoro['status'] = 4
  588. wl_okoro['timer'] = daystart
  589. gs 'stat'
  590. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  591. 'You type a quick message to Henri that you would like to chat with him someday. It only takes a few minutes for Henri to reply: <i>There is a video chat app I always wanted to give a try if you''re up for it. Talking would be fine, but I really want to see you.</i>'
  592. act 'Install the app':
  593. cla & *nl
  594. minut += 1
  595. gs 'stat'
  596. 'You quickly download the app and install it. You can now call Henri on a Sunday.'
  597. act 'Put your phone away': gt $loc, $loc_arg
  598. end
  599. end
  600. if $ARGS[0] = 'leon_reminder':
  601. *clr & cla
  602. minut += 1
  603. menu_off = 1
  604. wl_okoro['timer'] = daystart
  605. gs 'stat'
  606. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  607. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. Henri Okoro send you a message.'
  608. *nl
  609. '<i>Hello <<$wl_names[''okoro'']>>. Léon is looking forward to tonight and he wanted me to tell you, that he''s in room 309 and should be back in his room after ten.</i>'
  610. *nl
  611. 'You wonder for a second why Henri and not Léon is texting you, but then you remember that his brother doesn''t speak Russian, not even English. Why would Henri send his brother to Georgiy instead of going himself, when he doesn''t speak either of those languages? Maybe Georgiy speaks French? But you somehow doubt it. And then you realize that you also won''t be able to talk to him. Not that you expect a lot of talking, but still it could make it more complicated.'
  612. act 'Put your phone away': gt $loc, $loc_arg
  613. end
  614. if $ARGS[0] = 'homeless_aftermath':
  615. *clr & cla
  616. minut += 1
  617. menu_off = 1
  618. wl_homeless['video_count'] = 70000
  619. gs 'stat'
  620. '<center><img <<$set_imgh>> src="mod/wlife/images/player/phone_holding.jpg"></center>'
  621. 'Your phone vibrates in your '+iif(bag = 1, 'purse', 'pocket')+'. The unknown person, who send you the picture of getting blowbanged in the warehouse, send you another message.'
  622. *nl
  623. '<i>Nice work <<$pcs_nickname>>, you really fucked him good. See for yourself, I''m not the only one saying that: <a href="exec: minut += 2 & gt ''mod_wlife_phone'', ''homeless_aftermath_link''">https://www.youporn.com/watch/15288211/young-russian-whore-makes-a-bum-s-day</a>'
  624. 'See you next Sunday, Georgiy</i>'
  625. act 'Click on the link': gt 'mod_wlife_phone', 'homeless_aftermath_link'
  626. end
  627. if $ARGS[0] = 'homeless_aftermath_link':
  628. *clr & cla
  629. '<center><img <<$set_imgh>> src="mod/wlife/images/prostitution/homeless/set_1/youporn.jpg"></center>'
  630. wl_homeless['video_timer'] = daystart
  631. gs 'arousal', 'porn', 2
  632. gs 'stat'
  633. 'With trembling hands you click on the link praying that it isn''t what it obviously is.'
  634. 'Oh... my... god... they really made a video. It''s short, only two minutes, but it isn''t a problem for you to recognize yourself even if your face isn''t visible. There is no doubt about it.'
  635. *nl
  636. 'Why would they do that? Isn''t it enough for you to get pounded by a hobo? Why do they need to publicly humiliate you? But while you''re pondering those questions the only possible answer is already forming in your mind. It''s not about humiliating you, it''s blackmail material. You bet your life on it, that this isn''t all there is. They probably took a longer video where your face is visible in some part of it.'
  637. act 'Watch it again': wl_temp = 1 & gt 'mod_wlife_phone', 'homeless_aftermath_watch'
  638. act 'Read the comments': wl_temp = 1 & gt 'mod_wlife_phone', 'homeless_aftermath_comments'
  639. end
  640. if $ARGS[0] = 'homeless_aftermath_watch':
  641. *clr & cla
  642. '<center><video autoplay loop src="mod/wlife/images/prostitution/homeless/set_1/pussy_1.mp4"></video></center>'
  643. gs 'arousal', 'porn', 6
  644. gs 'stat'
  645. 'Seeing it again comes with a bunch of different emotions. It''s humiliating, frustrating, enraging and so much more. Your mind can''t decide what to focus on and so you watch it again and again and again...'
  646. *nl
  647. 'Three things stand out from the confusing mix of emotions: disgust, arousal and pride.'
  648. 'You are disgusted by it, when you remember the smell, how his filthy hands felt on your body and his dick inside you. But a hint of arousal also flares up inside you, when you remember how degrading the whole experience was and a little bit of pride manifests itself, when you think about how you gave him a happy memory to hold on to in what must be a miserable existence.'
  649. *nl
  650. 'In the end one of the three dominates your reaction to the video...'
  651. act 'Disgust':
  652. cla & *nl
  653. wl_homeless['bad'] -= 1
  654. wl_homeless['good'] -= 1
  655. 'That whole experience was one of the worst days of your life and you hope to never have to repeat it.'
  656. gs 'mod_wlife_phone', 'homeless_aftermath_actions', 'watch'
  657. end
  658. act 'Pride':
  659. cla & *nl
  660. wl_homeless['good'] += 1
  661. pcs_mood = 100
  662. gs 'stat'
  663. 'You really did it and stepped up. In the end you conquered your own fear and revulsion. Yeah, it was disgusting, but you''re proud of yourself to be able to get through it and that in the process you actually did something nice for somebody.'
  664. gs 'mod_wlife_phone', 'homeless_aftermath_actions', 'watch'
  665. end
  666. act 'Arousal':
  667. cla & *nl
  668. wl_homeless['bad'] += 1
  669. if pcs_horny < 60: pcs_horny = 60
  670. gs 'stat'
  671. 'At some point you have to deal with those weird flashes of arousal that spark inside you whenever you''re being degraded. You should be ashamed of yourself, the conscious part of your brain tells you, but your perverted subconscious relishes those memories like getting fucked by a homeless men'+iif($wl_fetish['pissed_on'] = 'yes', ' or being pissed on by Iosif.', '.')
  672. gs 'mod_wlife_phone', 'homeless_aftermath_actions', 'watch'
  673. end
  674. end
  675. if $ARGS[0] = 'homeless_aftermath_comments':
  676. *clr & cla
  677. minut += 3
  678. wl_adrian['timer'] = daystart + rand(2,5)
  679. gs 'stat'
  680. '<center><img <<$set_imgh>> src="mod/wlife/images/prostitution/homeless/set_1/youporn.jpg"></center>'
  681. 'It already has over 70,000 views... "70,000?" you whisper and shake your head in disbelieve. You scroll down to take a look at the comments'
  682. *nl
  683. '<i>1. That girl knows her place.</i>'
  684. iif($wl_homeless['condom'] = 'yes' or $wl_homeless['condom'] = 'broke', '<i>2. Such a vile whore doesn''t deserve a condom, she should have let him fuck her raw.</i>', '<i>2. She isn''t even using a condom. Such a piece of trash. Probably is riddled with diseases.</i>')
  685. '<i>3. Doing her good deed for the day...</i>'
  686. '<i>4. Where is the rest??? I want to see more of her!!</i>'
  687. '<i>5. Only thinking about it makes me cum... again.</i>'
  688. iif($wl_homeless['condom'] = 'yes' or $wl_homeless['condom'] = 'broke', '<i>6. I hope the condom broke that bitch doesn''t deserve it any better.</i>', '<i>6. I hope he came inside her. That bitch deserves a bum-baby.</i>')
  689. '<i>7. Shut up you haters. That bitch is hot. Girls who fuck everything that moves are the best.</i>'
  690. '<i>8. Probably the best day of his life.'
  691. '<i>9. I bet she''s hot as fuck, just look at her legs... somebody knows who she is????</i>'
  692. '<i>10. Damn I wish there was more...</i>'
  693. '<i>11. He''s the happiest bum in the whole world.</i>'
  694. *nl
  695. 'After reading the first comments, you liked...'
  696. act 'None of them':
  697. cla & *nl
  698. wl_stats['acceptance'] -= 1
  699. wl_homeless['bad'] -= 1
  700. wl_homeless['good'] -= 1
  701. 'Why would you like any of them? Those men all are fucked up perverts and can go to hell.'
  702. gs 'mod_wlife_phone', 'homeless_aftermath_actions', 'comments'
  703. end
  704. act '4, 5, 7, 9 and 10':
  705. cla & *nl
  706. wl_stats['acceptance'] += 2
  707. 'You know that you shouldn''t care what random men on the internet think about you, but you feel validated by their comments about wanting to see more and masturbating to you.'
  708. gs 'mod_wlife_phone', 'homeless_aftermath_actions', 'comments'
  709. end
  710. act '3, 8 and 11':
  711. cla & *nl
  712. wl_homeless['good'] += 1
  713. 'It''s not a very healthy reaction, your brain tells you, but that can''t stop your heart from beating a bit faster, when you read those comments. Helping the needy is something everybody should do, it isn''t something bad.'
  714. gs 'mod_wlife_phone', 'homeless_aftermath_actions', 'comments'
  715. end
  716. act '1, 2, 6 and 8':
  717. cla & *nl
  718. wl_homeless['bad'] += 1
  719. if pcs_horny < 60: pcs_horny = 60
  720. gs 'stat'
  721. 'You feel ashamed, but can''t lie to yourself, when your eyes keep going back to the degrading comments, that you''re nothing more than trash. They trigger something inside you that lay dormant until you have been exposed to more and more degrading situation like getting fucked by strangers in their cars'+iif(wl_vadim['rough'] = 2, ' or begging Vadim to fuck you in the attic.', '')
  722. gs 'mod_wlife_phone', 'homeless_aftermath_actions', 'comments'
  723. end
  724. end
  725. if $ARGS[0] = 'homeless_aftermath_actions':
  726. if $ARGS[1] = 'watch':
  727. if wl_temp < 2:
  728. act 'Read the comments': wl_temp = 2 & gt 'mod_wlife_phone', 'homeless_aftermath_comments'
  729. else
  730. act 'Put your phone away':
  731. killvar 'wl_temp'
  732. gs 'arousal', 'end'
  733. gt $loc, $loc_arg
  734. end
  735. end
  736. else
  737. if wl_temp < 2:
  738. act 'Watch it again': wl_temp = 2 & gt 'mod_wlife_phone', 'homeless_aftermath_watch'
  739. else
  740. act 'Put your phone away':
  741. killvar 'wl_temp'
  742. gs 'arousal', 'end'
  743. gt $loc, $loc_arg
  744. end
  745. end
  746. end
  747. end
  748. --- mod_wlife_phone ---------------------------------