mod_wlife_highway.qsrc 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245
  1. # mod_wlife_highway
  2. $loc = 'mod_wlife_highway'
  3. $locM = 'mod_wlife_highway'
  4. $menu_loc = 'mod_wlife_highway'
  5. if $ARGS[0] = 'outside':
  6. if wl_status['main'] > -1 and wl_georgiy['payment_method'] = 0: gs 'mod_wlife_highway', 'event_check'
  7. CLOSE ALL
  8. if sound = 0:PLAY 'sound/highway.mp3',20
  9. $metka = 'outside'
  10. $menu_arg = 'outside'
  11. menu_off = 0
  12. $location_type = 'public_outdoors'
  13. *clr & cla
  14. '<center><img <<$set_imgh>> src="mod/wlife/images/locations/highway/gas_'+iif(month > 10 or month < 4, 'winter', '')+iif(daystage = 5, 'night', 'day')+'.jpg"></center>'
  15. 'The gas station is modern and clean in comparison to other gas stations in the area. To the south of the station is the highway M-10 that goes from St. Petersburg to Moscow. To the north are small villages and towns similar to Pavlovsk which is even further south than the highway.'
  16. *nl
  17. 'There is a small shop were you can buy something to eat or to drink and a public restroom is also nearby.'
  18. *nl
  19. if wl_whore['earnings_day'] > 0: '<br>You have earned <<wl_whore[''earnings_day'']>> <b>₽</b> today.'+iif(wl_georgiy['payment_method'] = 0, ' Your share is <<wl_whore[''earnings_day''] * wl_whore[''share_player''] / 100>> <b>₽</b>'+iif(wl_debt['amount'] > 0, ', but Volya will keep <<wl_whore[''earnings_day''] * 20 / 100>> <b>₽</b> to pay down your debt.', '.'), '')
  20. if wl_status['main'] = -1 or wl_georgiy['payment_method'] = 1: '<br>You can take a bus to the '+iif(money < 75, 'industrial train station', '<a href="exec: gt ''mod_wlife_highway'', ''bus_end''">industrial train station</a>')+' in St. Petersburg. The bus ride and a short walk to the bus station will take 35 minutes and cost 75 <b>₽</b>..'+iif(money < 75, ' You don''t have enough money.', '')
  21. gs 'stat'
  22. act 'Go inside the gas station': minut += 1 & gt 'mod_wlife_highway', 'shop'
  23. act 'Go to the public restroom': minut += 1 & gt 'mod_wlife_highway', 'restroom'
  24. act 'Go to work': gt 'mod_wlife_highway', 'work'
  25. act 'Wait': gs 'obj_din', 'wait'
  26. end
  27. if $ARGS[0] = 'shop' or $wl_shop_inside = 'yes':
  28. CLOSE ALL
  29. if sound = 0:PLAY 'sound/highway.mp3',5
  30. $metka = 'shop'
  31. $menu_arg = 'shop'
  32. menu_off = 0
  33. $location_type = 'public_indoors'
  34. $wl_shop_inside = 'yes'
  35. *clr & cla
  36. '<center><img <<$set_imgh>> src="mod/wlife/images/locations/highway/gas_interior.jpg"></center>'
  37. 'The shop is stacked with some magazines, cigarettes, different things to eat and drink.'
  38. *nl
  39. if wl_status['main'] > -1:
  40. 'Behind the counter stands <a href="exec: minut += 1 & gt ''mod_wlife_highway'',''tomas''">'+iif(wl_tomas_known = 0, 'a plump man', 'Tomas')+'</a>.'
  41. *nl
  42. end
  43. $wl_shop_tab = '<center><table align="center">'
  44. $wl_shop_tab += func ('$stock_item', 20, 'Cigarettes', 115, 'siga', $curloc)
  45. $wl_shop_tab += func ('$single_stock_item', 1, 'Fashion magazine', 430, 'fashmag', $curloc)
  46. $wl_shop_tab += func ('$single_stock_item', 1, 'Computer magazine', 430, 'compmag', $curloc)
  47. $wl_shop_tab += func ('$single_stock_item', 1, 'Biographical magazine', 430, 'biomag', $curloc)
  48. $wl_shop_tab += func ('$single_stock_item', 1, 'Cooking magazine', 430, 'cookmag', $curloc)
  49. $wl_shop_tab += func ('$single_stock_item', 1, 'Knitting magazine', 430, 'knitmag', $curloc)
  50. $wl_shop_tab += func ('$single_stock_item', 1, 'Fitness magazine', 430, 'fitmag', $curloc)
  51. $wl_shop_tab += func ('$stock_item', 10, 'Wipes', 50, 'salfetka', $curloc, '', iif(bag > 0, 0, 1), 'You need a purse')
  52. $wl_shop_tab += func ('$stock_item', 20, 'Tampons', 200, 'tampon', $curloc)
  53. if umbrella = 0: $wl_shop_tab += func ('$single_stock_item', 1, 'Umbrella', 1000, 'umbrella', $curloc, '', iif(bag > 0, 0, 1), 'You need a purse')
  54. $wl_shop_tab += '</table></center>'
  55. *pl $wl_shop_tab
  56. killvar '$wl_shop_tab'
  57. gs 'stat'
  58. act 'Go outside': $wl_shop_inside = 'no' & minut += 1 & gt 'mod_wlife_highway', 'outside'
  59. act 'Buy and eat a snack (100 <b>₽</b> and 0:05)':
  60. *clr & cla
  61. menu_off = 1
  62. minut += 5
  63. money -= 100
  64. pcs_health += 5
  65. pcs_mood += 40
  66. fat += 6
  67. pcs_energy += 60
  68. if pcs_hydra >= 100:
  69. pcs_hydra += 10
  70. else
  71. pcs_hydra += 20
  72. end
  73. cumspclnt = 2
  74. gs 'cum_cleanup'
  75. pcs_breath = 0
  76. gs 'stat'
  77. '<center><img <<$set_imgh>> src="mod/wlife/images/objects/food.jpg"></center>'
  78. 'You enjoy a tasty snack.'
  79. act 'Continue': gt 'mod_wlife_highway', 'shop'
  80. end
  81. act 'Buy and eat a healthy snack (100 <b>₽</b> and 0:05)':
  82. *clr & cla
  83. menu_off = 1
  84. minut += 5
  85. money -= 100
  86. pcs_health += 40
  87. pcs_mood += 10
  88. fat += 2
  89. pcs_energy += 60
  90. if pcs_hydra >= 100:
  91. pcs_hydra += 10
  92. else
  93. pcs_hydra += 20
  94. end
  95. pcs_breath = 0
  96. cumspclnt = 2
  97. gs 'cum_cleanup'
  98. gs 'stat'
  99. '<center><img <<$set_imgh>> src="mod/wlife/images/objects/food.jpg"></center>'
  100. 'You enjoy a healthy snack.'
  101. act 'Continue': gt 'mod_wlife_highway', 'shop'
  102. end
  103. act 'Buy and drink some water (40 <b>₽</b> and 0:05)':
  104. *clr & cla
  105. menu_off = 1
  106. frost = 1
  107. if alko > 0: alko -= 1
  108. minut += 5
  109. money -= 40
  110. pcs_health += 10
  111. pcs_energy += 4
  112. if pcs_hydra >= 100:
  113. pcs_hydra += 25
  114. else
  115. pcs_hydra += 75
  116. end
  117. pcs_breath = 0
  118. cumspclnt = 2
  119. gs 'cum_cleanup'
  120. gs 'stat'
  121. '<center><img <<$set_imgh>> src="mod/wlife/images/objects/water.jpg"></center>'
  122. 'You enjoy a drink of water'
  123. act 'Continue': gt 'mod_wlife_highway', 'shop'
  124. end
  125. end
  126. if $ARGS[0] = 'restroom':
  127. CLOSE ALL
  128. if sound = 0:PLAY 'sound/highway.mp3',10
  129. $metka = 'restroom'
  130. $menu_arg = 'restroom'
  131. menu_off = 0
  132. $location_type = 'public_outdoors'
  133. *clr & cla
  134. '<center><img <<$set_imgh>> src="mod/wlife/images/locations/highway/restroom_'+iif(daystage = 5, 'night', 'day')+'.jpg"></center>'
  135. 'The gas station has a public bathroom. '+iif(wl_restroom_chip = 0, 'It costs 10 <b>₽</b> to use it.', 'You have an employee chip an can use it for free.')+' On the right side of the restroom is a <a href="exec: minut += 1 & gt ''mod_wlife_highway'',''condom_dispenser''">condom dispenser</a>.'
  136. gs 'stat'
  137. act 'Go back': minut += 1 & gt 'mod_wlife_highway', 'outside'
  138. if money >= 10 and wl_restroom_chip = 0:
  139. act 'Enter the female restroom': money -= 10 & minut += 1 & gt 'mod_wlife_highway', 'restroom_female'
  140. act 'Enter the male restroom': money -= 10 & minut += 1 & gt 'mod_wlife_highway', 'restroom_male'
  141. elseif wl_restroom_chip = 1:
  142. act 'Enter the female restroom': minut += 1 & gt 'mod_wlife_highway', 'restroom_female'
  143. act 'Enter the male restroom': minut += 1 & gt 'mod_wlife_highway', 'restroom_male'
  144. else
  145. '<br>You don''t have enough money to use the restroom.'
  146. end
  147. if joint > 0 and wl_drugs['status'] > 0 and wl_drugs['timer_highway'] ! daystart:
  148. act 'Smoke a joint':
  149. *clr & cla
  150. menu_off = 1
  151. minut += 5
  152. wl_drugs['timer_highway'] = daystart
  153. '<center><img <<$set_imgh>> src="mod/wlife/images/player/joint_smoking.jpg"></center>'
  154. 'You go behind the restrooms and pull a joint out of your purse and light it up. Not before long you''re starting to feel the relaxing effects'+iif(wl_stats['acceptance'] < 20, ' wash away the anxiety about your job.', ' as you''re getting high.')
  155. gs 'mod_wlife_functions', 'weed_check'
  156. gs 'stat'
  157. act 'Go back': gt 'mod_wlife_highway', 'restroom'
  158. end
  159. end
  160. end
  161. if $ARGS[0] = 'condom_dispenser':
  162. CLOSE ALL
  163. if sound = 0:PLAY 'sound/highway.mp3',10
  164. $metka = 'condom_dispenser'
  165. $menu_arg = 'condom_dispenser'
  166. menu_off = 0
  167. *clr & cla
  168. '<center><img <<$set_imgh>> src="mod/wlife/images/locations/highway/condoms.jpg"></center>'
  169. 'A condom costs 100 <b>₽</b> and you have <<wl_status[''condoms'']>> condoms.'
  170. gs 'stat'
  171. act 'Go back': minut += 1 & gt 'mod_wlife_highway', 'restroom'
  172. if money >= 100:
  173. act 'Buy a condom (100 <b>₽</b>)':
  174. minut += 1
  175. money -= 100
  176. if preziktype = 0: prezik += 1
  177. if preziktype = 1 or preziktype = 2: prezikcount += 1
  178. gt 'mod_wlife_highway', 'condom_dispenser'
  179. end
  180. end
  181. if money >= 500:
  182. act 'Buy five condoms (500 <b>₽</b>)':
  183. minut += 1
  184. money -= 500
  185. if preziktype = 0: prezik += 5
  186. if preziktype = 1 or preziktype = 2: prezikcount += 5
  187. gt 'mod_wlife_highway', 'condom_dispenser'
  188. end
  189. end
  190. if money >= 1000:
  191. act 'Buy ten condoms (1000 <b>₽</b>)':
  192. minut += 1
  193. money -= 1000
  194. if preziktype = 0: prezik += 10
  195. if preziktype = 1 or preziktype = 2: prezikcount += 10
  196. gt 'mod_wlife_highway', 'condom_dispenser'
  197. end
  198. end
  199. end
  200. if $ARGS[0] = 'restroom_female':
  201. CLOSE ALL
  202. if sound = 0:PLAY 'sound/highway.mp3',5
  203. $metka = 'restroom_female'
  204. $metkaM = 'restroom_female'
  205. $menu_arg = 'restroom_female'
  206. menu_off = 0
  207. $location_type = 'bathroom'
  208. *clr & cla
  209. '<center><img <<$set_imgh>> src="mod/wlife/images/locations/highway/restroom_female.jpg"></center>'
  210. 'The female restroom is relatively clean. It has has three bathroom stalls which over only a little privacy.'
  211. *nl
  212. 'A <a href="exec:gt ''mirror'',''start''">mirror</a>, where you can ' + iif(pcs_hairbsh = 0,'<a href="exec: gt ''mirror'',''brush''">brush</a>','brush') + ' your hair hangs over each sink.'
  213. gs 'stat'
  214. act 'Go outside': minut += 1 & gt 'mod_wlife_highway', 'restroom'
  215. dynamic $tampon
  216. dynamic $quickwash
  217. dynamic $basin
  218. dynamic $removepan
  219. !!ToDo: Change $removepan to $publicpan, when the new dev version is out
  220. end
  221. if $ARGS[0] = 'restroom_male':
  222. CLOSE ALL
  223. if sound = 0:PLAY 'sound/highway.mp3',5
  224. $metka = 'restroom_male'
  225. $metkaM = 'restroom_male'
  226. $menu_arg = 'restroom_male'
  227. menu_off = 0
  228. $location_type = 'bathroom'
  229. *clr & cla
  230. '<center><img <<$set_imgh>> src="mod/wlife/images/locations/highway/restroom_male.jpg"></center>'
  231. 'The male restroom is dirty and smells like urine. It has has three bathroom stalls which over only a little privacy.'
  232. *nl
  233. 'A <a href="exec:gt ''mirror'',''start''">mirror</a>, where you can ' + iif(pcs_hairbsh = 0,'<a href="exec: gt ''mirror'',''brush''">brush</a>','brush') + ' your hair hangs over each sink.'
  234. gs 'stat'
  235. act 'Go outside': minut += 1 & gt 'mod_wlife_highway', 'restroom'
  236. dynamic $tampon
  237. dynamic $quickwash
  238. dynamic $basin
  239. dynamic $removepan
  240. !!ToDo: Change $removepan to $publicpan, when the new dev version is out
  241. end
  242. if $ARGS[0] = 'tomas':
  243. *clr & cla
  244. menu_off = 1
  245. gs 'stat'
  246. if wl_tomas_known = 1:
  247. if npc_rel['A907'] <= 0:
  248. $wl_tomas_relationship = 'you hate him.'
  249. elseif npc_rel['A907'] > 0 and npc_rel['A907'] <= 10:
  250. $wl_tomas_relationship = 'you really don''t like him.'
  251. elseif npc_rel['A907'] > 10 and npc_rel['A907'] <= 20:
  252. $wl_tomas_relationship = 'you don''t like him.'
  253. elseif npc_rel['A907'] > 20 and npc_rel['A907'] <= 60:
  254. $wl_tomas_relationship = 'you feel indifferent towards him.'
  255. elseif npc_rel['A907'] > 60 and npc_rel['A907'] <= 90:
  256. $wl_tomas_relationship = 'you like him.'
  257. elseif npc_rel['A907'] > 90:
  258. $wl_tomas_relationship = 'you really like him a lot.'
  259. end
  260. end
  261. '<center><img <<$set_imgh>> src="mod/wlife/images/characters/tomas.jpg"></center>'
  262. 'Behind the counter stands '+iif(wl_tomas_known = 0, 'a plump man', 'Tomas')+iif(wl_tomas_known = 1, ', <<$wl_tomas_relationship>>', '.')+' He is wearing a bad fitting uniform that stretches over his considerable belly and he looks old enough that he should have retired years ago.'+iif(wl_tomas_known = 1, ' He is paid by Georgiy Belly to look the other way and scrub you from the security feed.', '')
  263. *nl
  264. act 'Leave': minut += 1 & gt 'mod_wlife_highway', 'shop'
  265. if wl_tomas_known = 0:
  266. cla & *nl
  267. minut += 1
  268. wl_tomas_known = 1
  269. wl_tomas_day = daystart
  270. 'As you step up to the counter the old man looks at your clothes for a moment before he smiles meekly at you.'
  271. 'He seems unsure what to say to you. "Hello, what can I do for you?"'
  272. gs 'stat'
  273. act 'Tell him who you are':
  274. *clr & cla
  275. minut += 1
  276. '<center><img <<$set_imgh>> src="mod/wlife/images/characters/tomas.jpg"></center>'
  277. 'You take a quick look over your shoulder to see if you are alone with him in the shop. "I''m <<$pcs_firstname>>," you say. "Georgiy send me to ... work here."'
  278. '"Oh, I see. They told me you were coming," he tells you and holds out his hand. You look at it for a moment and then ...'
  279. gs 'stat'
  280. act 'Ignore his hand':
  281. cla & *nl
  282. minut += 3
  283. npc_rel['A907'] = 30
  284. '"Anyway," he says clearly surprised as he pulls back his hand. "I''m Tomas."'
  285. '"Do I have to check in with you or... ?" You ask, but he quickly shakes his head.'
  286. '"No, your... the guy that drives you," he says trying to avoid the word ''pimp''. "He gives me the heads-up and I''ll scrub the security footage at the end of my shift."'
  287. 'You look at him sceptically.'
  288. '"Don''t worry, I now what I''m doing. I have done it for years for the Belys." He looks past you for a second as the door of the shop opens behind you. "Have a nice day," he says with the typical fake smile of an employee in the service industry. He clearly doesn''t want to talk to you with a customer in the shop.'
  289. gs 'stat'
  290. act 'Leave': gt 'mod_wlife_highway', 'outside'
  291. end
  292. act 'Shake his hand':
  293. cla & *nl
  294. minut += 3
  295. npc_rel['A907'] = 50
  296. 'His hands are surprisingly cold, but his smile is honest and warm. "I''m Tomas by the way. Nice to meet you <<$pcs_firstname>>."'
  297. '"Nice to meet you, too." You reply. "Do I have to check in with you or... ?" You ask, but he quickly shakes his head.'
  298. '"No, your... the guy that drives you," he says trying to avoid the word ''pimp''. "He gives me the heads-up and I''ll scrub the security footage at the end of my shift."'
  299. 'You look at him sceptically.'
  300. '"Don''t worry, I now what I''m doing. I have done it for years for the Belys." He looks past you for a second as the door of the shop opens behind you. "Have a nice day," he says with the typical fake smile of an employee in the service industry. He clearly doesn''t want to talk to you with a customer in the shop.'
  301. gs 'stat'
  302. act 'Leave': gt 'mod_wlife_highway', 'outside'
  303. end
  304. end
  305. elseif wl_tomas_day ! daystart and wl_tomas_known = 1:
  306. wl_tomas_day = daystart
  307. act 'Talk to him': gt 'mod_wlife_highway', 'tomas_talk'
  308. end
  309. end
  310. if $ARGS[0] = 'tomas_talk':
  311. !!ToDo / Idea: restroom chip
  312. !!ToDo / Idea: free food/water
  313. !!ToDo / Idea: Read magazines for free
  314. *clr & cla
  315. '<center><img <<$set_imgh>> src="mod/wlife/images/characters/tomas.jpg"></center>'
  316. 'Developer Note: More content is planned for Tomas.'
  317. act 'Continue': gt 'mod_wlife_highway', 'shop'
  318. end
  319. !!------ Prostitution ------
  320. if $ARGS[0] = 'work':
  321. CLOSE ALL
  322. if sound = 0:PLAY 'sound/highway.mp3',20
  323. *clr & cla
  324. $metka = 'work'
  325. $menu_arg = 'work'
  326. menu_off = 0
  327. gs 'stat'
  328. gs 'mod_wlife_functions', 'parameters'
  329. if $wl_names['street'] = '':
  330. 'If you want, you can tell your clients a different name.'
  331. $wl_names['street'] = input("What name do you want to tell your clients? (Leave blank for <<$pcs_nickname>>)")
  332. if $wl_names['street'] = '': $wl_names['street'] = $pcs_nickname
  333. end
  334. '<center><video autoplay src="mod/wlife/images/prostitution/normal/negotiation/search.mp4"></video></center>'
  335. 'You are walking near the gas station waiting for a client. On a scale from 1 to 10 you look like a <<hotcat>>. A good looking girl will always earn more money.'+iif(pcs_makeup < 2, ' You should '+iif(pcs_makeup = 0, 'fix your make-up', 'wear make-up')+' if you want to do that.', ' Wearing make-up is a good way to do this.')+iif(pirsA > 0 and pirsA < 10000, ' Your tongue piercing will make a blowjob more enjoyable for most men, that could bring in a small bonus.', '')+iif($pantyworntype = 'sexshop' and CloSkirtShortness > 4, ' Wearing such a short skirt reveals your slutty panties to your potential customers.', '')+iif(pcs_apprnc = -10, ' You don''t look healthy and should seek treatment for your STD. There is a high chance that a guy won''t touch you without a condom.', '')
  336. if wl_whore['enema'] = 0: '<br>Nearly all men won''t like dirty anal sex, even with a condom, and it''s probably a safe bet that they won''t pay a lot for it. You should start giving yourself an enema before going to work.'
  337. if mesec > 0: '<br>You are having your period, most men will pay less for vaginal sex during that time of the month.'
  338. if wl_whore['cum_dressed'] = 1: '<br>You have visible cum stains on you. Most clients won''t like that and will offer less money.'
  339. if wl_whore['earnings_day'] > 0: 'You have earned <<wl_whore[''earnings_day'']>> <b>₽</b> today.'+iif(wl_georgiy['payment_method'] = 0, ' Your share is <<wl_whore[''earnings_day''] * wl_whore[''share_player''] / 100>> <b>₽</b>'+iif(wl_debt['amount'] > 0, ', but Volya will keep <<wl_whore[''earnings_day''] * 20 / 100>> <b>₽</b> to pay down your debt.', '.'), '')
  340. if wl_status['main'] > -1 and wl_georgiy['payment_method'] = 0: gs 'mod_wlife_highway', 'event_check'
  341. act 'Stop working': gt 'mod_wlife_highway', 'outside'
  342. if wl_stats['acceptance'] < 20:
  343. '<br>You haven''t accepted your life as a common street whore and are very hesitant to look for customers.'
  344. elseif wl_stats['acceptance'] < 40:
  345. '<br>You haven''t accepted your life as a common street whore, but you are slowly getting used to it.'
  346. end
  347. gs 'mod_wlife_functions', 'will_acceptance', 'self'
  348. if wl_cheat['will_cost'] = 1: will_cost = 0
  349. if will_cost <= pcs_willpwr:
  350. act 'Look for a client (0:30 and <<will_cost>> Willpower)':
  351. gs 'willpower', 'pay', 'self'
  352. gt 'mod_wlife_highway', 'look_client'
  353. end
  354. elseif will_cost > pcs_willpwr and wl_georgiy['payment_method'] = 1:
  355. act 'Look for a client (0:30 and <font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  356. else
  357. wl_temp = 0 & gt 'mod_wlife_volya', 'shift_premature_end'
  358. end
  359. if salfetka > 0 and (wl_whore['cum_dressed'] = 1 or wl_whore['cum_undressed'] = 1 or wl_whore['cum_vaginal_mod'] = 1 or wl_whore['cum_anal_mod'] = 1):
  360. act 'Remove the cum from your body (0:02)':
  361. minut += 2
  362. salfetka -= 1
  363. cumspclnt = 20
  364. gs 'cum_cleanup'
  365. gt 'mod_wlife_highway', 'work'
  366. end
  367. elseif salfetka = 0:
  368. '<br>You don''t have any tissues with you to remove cum from your body.'
  369. end
  370. if wl_whore['customer_total'] > 9:
  371. *nl
  372. if wl_status['condoms'] = 0 and (wl_auto['norm_bj_condom'] + wl_auto['norm_vag_condom'] + wl_auto['norm_anal_condom'] + wl_auto['reg_vag_condom'] + wl_auto['reg_anal_condom']):
  373. '<b>You''re out of condoms!</b>'
  374. *nl
  375. end
  376. *nl
  377. '<table><tr><td valign="top"><b>Behavior towards normal clients:</b>'
  378. 'Negotiation: '+iif(wl_auto['normal'] = 1, '<a href="exec: wl_auto[''normal''] = 0 & gt ''mod_wlife_highway'', ''work''">Automatic</a>', '<a href="exec: wl_auto[''normal''] = 1 & gt ''mod_wlife_highway'', ''work''">Manual</a>')
  379. if wl_auto['normal'] = 1:
  380. *nl
  381. 'Which acts do you automatically accept/decline?'
  382. 'Blowjob: '+iif(wl_auto['norm_bj'] = 1, '<a href="exec: wl_auto[''norm_bj''] = 0 & gt ''mod_wlife_highway'', ''work''">Accept</a>', '<a href="exec: wl_auto[''norm_bj''] = 1 & gt ''mod_wlife_highway'', ''work''">Decline</a>')
  383. 'Vaginal: '+iif(wl_auto['norm_vag'] = 1, '<a href="exec: wl_auto[''norm_vag''] = 0 & gt ''mod_wlife_highway'', ''work''">Accept</a>', '<a href="exec: wl_auto[''norm_vag''] = 1 & gt ''mod_wlife_highway'', ''work''">Decline</a>')
  384. 'Anal: '+iif(wl_auto['norm_anal'] = 1, '<a href="exec: wl_auto[''norm_anal''] = 0 & gt ''mod_wlife_highway'', ''work''">Accept</a>', '<a href="exec: wl_auto[''norm_anal''] = 1 & gt ''mod_wlife_highway'', ''work''">Decline</a>')
  385. if wl_auto['norm_bj'] + wl_auto['norm_vag'] + wl_auto['norm_anal'] > 0:
  386. *nl
  387. 'Do you insist on a condom?'
  388. if wl_auto['norm_bj'] = 1: '- Blowjob: '+iif(wl_auto['norm_bj_condom'] = 1, '<a href="exec: wl_auto[''norm_bj_condom''] = 0 & gt ''mod_wlife_highway'', ''work''">Yes</a>', '<a href="exec: wl_auto[''norm_bj_condom''] = 1 & gt ''mod_wlife_highway'', ''work''">No</a>')
  389. if wl_auto['norm_vag'] = 1: '- Vaginal: '+iif(wl_auto['norm_vag_condom'] = 1, '<a href="exec: wl_auto[''norm_vag_condom''] = 0 & gt ''mod_wlife_highway'', ''work''">Yes</a>', '<a href="exec: wl_auto[''norm_vag_condom''] = 1 & gt ''mod_wlife_highway'', ''work''">No</a>')
  390. if wl_auto['norm_anal'] = 1: '- Anal: '+iif(wl_auto['norm_anal_condom'] = 1, '<a href="exec: wl_auto[''norm_anal_condom''] = 0 & gt ''mod_wlife_highway'', ''work''">Yes</a>', '<a href="exec: wl_auto[''norm_anal_condom''] = 1 & gt ''mod_wlife_highway'', ''work''">No</a>')
  391. if wl_auto['norm_bj_condom'] = 0 or wl_auto['norm_vag_condom'] = 0 or wl_auto['norm_anal_condom'] = 0:
  392. *nl
  393. 'Do you allow him to cum inside you?'
  394. if wl_auto['norm_bj_condom'] = 0 and wl_auto['norm_bj'] = 1: '- Blowjob: '+iif(wl_auto['norm_bj_creampie'] = 1, '<a href="exec: wl_auto[''norm_bj_creampie''] = 0 & gt ''mod_wlife_highway'', ''work''">Yes</a>', '<a href="exec: wl_auto[''norm_bj_creampie''] = 1 & gt ''mod_wlife_highway'', ''work''">No</a>')
  395. if wl_auto['norm_vag_condom'] = 0 and wl_auto['norm_vag'] = 1: '- Vaginal: '+iif(wl_auto['norm_vag_creampie'] = 1, '<a href="exec: wl_auto[''norm_vag_creampie''] = 0 & gt ''mod_wlife_highway'', ''work''">Yes</a>', '<a href="exec: wl_auto[''norm_vag_creampie''] = 1 & gt ''mod_wlife_highway'', ''work''">No</a>')
  396. if wl_auto['norm_anal_condom'] = 0 and wl_auto['norm_anal'] = 1: '- Anal: '+iif(wl_auto['norm_anal_creampie'] = 1, '<a href="exec: wl_auto[''norm_anal_creampie''] = 0 & gt ''mod_wlife_highway'', ''work''">Yes</a>', '<a href="exec: wl_auto[''norm_anal_creampie''] = 1 & gt ''mod_wlife_highway'', ''work''">No</a>')
  397. end
  398. end
  399. end
  400. '</td><td></td><td valign="top"><b>Behavior towards regular clients:</b>'
  401. 'Negotiation: '+iif(wl_auto['regular'] = 1, '<a href="exec: wl_auto[''regular''] = 0 & gt ''mod_wlife_highway'', ''work''">Automatic</a>', '<a href="exec: wl_auto[''regular''] = 1 & gt ''mod_wlife_highway'', ''work''">Manual</a>')
  402. if wl_auto['regular'] = 1:
  403. *nl
  404. 'Do you insist on a condom?'
  405. '- Vaginal: '+iif(wl_auto['reg_vag_condom'] = 1, '<a href="exec: wl_auto[''reg_vag_condom''] = 0 & gt ''mod_wlife_highway'', ''work''">Yes</a>', '<a href="exec: wl_auto[''reg_vag_condom''] = 1 & gt ''mod_wlife_highway'', ''work''">No</a>')
  406. '- Anal: '+iif(wl_auto['reg_anal_condom'] = 1, '<a href="exec: wl_auto[''reg_anal_condom''] = 0 & gt ''mod_wlife_highway'', ''work''">Yes</a>', '<a href="exec: wl_auto[''reg_anal_condom''] = 1 & gt ''mod_wlife_highway'', ''work''">No</a>')
  407. *nl
  408. if wl_auto['reg_anal_condom'] = 0 or wl_auto['reg_vag_condom'] = 0:
  409. 'Do you allow him to cum inside you?'
  410. if wl_auto['reg_vag_condom'] = 0: '- Vaginal: '+iif(wl_auto['reg_vag_creampie'] = 1, '<a href="exec: wl_auto[''reg_vag_creampie''] = 0 & gt ''mod_wlife_highway'', ''work''">Yes</a>', '<a href="exec: wl_auto[''reg_vag_creampie''] = 1 & gt ''mod_wlife_highway'', ''work''">No</a>')
  411. if wl_auto['reg_anal_condom'] = 0: '- Anal: '+iif(wl_auto['reg_anal_creampie'] = 1, '<a href="exec: wl_auto[''reg_anal_creampie''] = 0 & gt ''mod_wlife_highway'', ''work''">Yes</a>', '<a href="exec: wl_auto[''reg_anal_creampie''] = 1 & gt ''mod_wlife_highway'', ''work''">No</a>')
  412. end
  413. end
  414. '</td></tr></table>'
  415. end
  416. end
  417. if $ARGS[0] = 'event_check':
  418. if hour > 18 and ((wl_bad['counter'] > 0 and wl_bad['status'] = 1) or wl_whore['share_timer']> 0) and pirsA = 0:
  419. gt 'mod_wlife_tattoo_piercing', 'tongue_piercing_start'
  420. elseif wl_bad['status'] = 1 and pirsA > 0:
  421. wl_bad['status'] = 2
  422. end
  423. if (hour = 22 and minut >= 30) or hour = 23 or hour < 6: gt 'mod_wlife_volya', 'shift_end'
  424. if hour < 20 and wl_status['main'] = 5 and wl_whore['customer_day'] > 0 and (wl_timer['startday'] + 14) < daystart and wl_shura['status'] > 0 and wl_iosif['status'] > 0:
  425. wl_status['main'] = 6
  426. gt 'mod_wlife_story', 'police'
  427. end
  428. end
  429. if $ARGS[0] = 'look_client':
  430. *clr & cla
  431. menu_off = 1
  432. minut += 30
  433. gs 'stat'
  434. if pcs_inhib < 60: inhib_exp += rand(1,2)
  435. if wl_whore['regular'] = 1:
  436. gt 'mod_wlife_highway', 'client_regular'
  437. elseif wl_whore['client_chance'] > 100 and wl_whore['regular'] = 0:
  438. wl_whore['pity_counter'] = 0
  439. '<center><video autoplay loop src="mod/wlife/images/prostitution/normal/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
  440. 'A car stops next to you. "Hey sweetie, are you looking for a good time?" You say to him.'
  441. if wl_whore['rough'] = 0:
  442. if wl_whore['propose'] = 0 and wl_auto['normal'] = 0:
  443. act 'Let him decide': gt 'mod_wlife_highway', 'negotiation_start'
  444. elseif wl_auto['normal'] = 1:
  445. act 'Negotiate with him': gt 'mod_wlife_highway', 'negotiation_start'
  446. else
  447. *nl
  448. 'The man looks a little bit nervous. You approach the window in a sensual manner and try to make him feel more comfortable. "Just relax and let me take care of you."'
  449. 'You lean into the car and chat with him about what he likes and dislikes.'
  450. if wl_whore['enema'] = 0: iif(wl_whore['dirty_anal_mod'] = 0, 'He hates', 'He admits that he loves')+' anal sex with a girl that didn''t clean herself and he will pay significantly '+iif(wl_whore['dirty_anal_mod'] = 0, 'less', 'more')+' for it.'
  451. if mesec > 0: iif(wl_whore['mesec_mod'] = 0, 'He really doesn''t like', 'He tells you that he likes')+' to fuck girls that have their period.'
  452. *nl
  453. 'You offer him...'
  454. if rand(1,10) < 10:
  455. act 'A blowjob': $wl_whore['client_scene'] = 'Blowjob' & gt 'mod_wlife_highway', 'negotiation_start'
  456. act 'Your pussy': $wl_whore['client_scene'] = 'Vaginal' & gt 'mod_wlife_highway', 'negotiation_start'
  457. act 'Your ass': $wl_whore['client_scene'] = 'Anal' & gt 'mod_wlife_highway', 'negotiation_start'
  458. else
  459. act 'A blowjob':
  460. if $wl_whore['client_scene'] ! 'Blowjob': wl_whore['propose'] = 2
  461. gt 'mod_wlife_highway', 'negotiation_start'
  462. end
  463. act 'Your pussy':
  464. if $wl_whore['client_scene'] ! 'Vaginal': wl_whore['propose'] = 2
  465. gt 'mod_wlife_highway', 'negotiation_start'
  466. end
  467. act 'Your ass':
  468. if $wl_whore['client_scene'] ! 'Anal': wl_whore['propose'] = 2
  469. gt 'mod_wlife_highway', 'negotiation_start'
  470. end
  471. end
  472. end
  473. else
  474. gt 'mod_wlife_highway', 'rough'
  475. end
  476. else
  477. wl_whore['pity_counter'] += rand(4,8)
  478. '<center><video autoplay loop src="mod/wlife/images/prostitution/normal/negotiation/search.mp4"></video></center>'
  479. '<br>Some cars drive by, but nobody stops.'
  480. act 'Continue': gt 'mod_wlife_highway', 'work'
  481. end
  482. end
  483. !!------ Regular Client ------
  484. if $ARGS[0] = 'client_regular':
  485. *clr & cla
  486. '<center><video autoplay loop src="mod/wlife/images/prostitution/regular/negotiation/arrival.mp4"></video></center>'
  487. 'A car approaches and slows down as it comes nearer. You take a look at the driver and you recognize him, he''s one of your regulars.'
  488. act 'Approach the car':
  489. *clr & cla
  490. minut += 1
  491. gs 'stat'
  492. '<center><video autoplay loop src="mod/wlife/images/prostitution/regular/negotiation/approach.mp4"></video></center>'
  493. '"Hi <<$wl_names[''street'']>>. I was looking for you." He says in a good mood clearly happy to see you.'
  494. *nl
  495. '"Hey sweetie, good to see you again." You say to him with a smile on your lips.'
  496. act 'Lean inside the car':
  497. *clr & cla
  498. minut += 1
  499. gs 'stat'
  500. '<center><video autoplay loop src="mod/wlife/images/prostitution/regular/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
  501. '"I was hoping that you would work today," he tells you and you give him a smile. You remember that he '+iif($wl_whore['client_scene'] = 'Vaginal', 'never asked to fuck your ass and always preferred your pussy.', 'always preferred to fuck your ass.')
  502. *nl
  503. if wl_status['condoms'] > 0 or (wl_status['condoms'] = 0 and wl_whore['std_mod'] = 0):
  504. 'You tell him that...'
  505. gs 'willpower', 'prostitution', 'resist', 'easy'
  506. if wl_cheat['will_cost'] = 1: will_cost = 0
  507. if will_cost <= pcs_willpwr:
  508. act '... you''re not in the mood (<<will_cost>> Willpower)':
  509. gs 'willpower', 'pay', 'resist'
  510. gt 'mod_wlife_highway', 'client_regular_fail'
  511. end
  512. else
  513. act '... you''re not in the mood (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  514. end
  515. act '... you guess he wants to fuck your '+iif($wl_whore['client_scene'] = 'Vaginal', 'pussy', 'ass')+'':
  516. *clr & cla
  517. minut += 2
  518. gs 'stat'
  519. '<center><video autoplay loop src="mod/wlife/images/prostitution/regular/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
  520. '"So, I guess you want to fuck my '+iif($wl_whore['client_scene'] = 'Vaginal', 'pussy', 'ass')+'? You seem to love that the last time.'
  521. 'He grins. "You remembered?" He asks you. "Sure," you answer with a convincing smile. "I''ll always remember what my most loyal customers like."'
  522. *nl
  523. 'You also remember that with him you...'
  524. if wl_whore['std_mod'] = 0 and wl_auto['regular'] = 0:
  525. act 'Always use a condom':
  526. cla & *nl
  527. '... always use a condom.'+iif(wl_status['condoms'] = 0, ' But you don''t have any with you', '')
  528. act 'Don''t make an exception':
  529. cla & *nl
  530. $wl_client_condom = 'Yes'
  531. $wl_client_cumshot = 'Outside or Condom'
  532. gs 'mod_wlife_functions', 'payment', 'condom_yes', 'inside_no'
  533. if wl_status['condoms'] > 0:
  534. 'You pull out a condom out of your '+iif(bag = 1, 'purse', 'pocket')+' and he nods. "No problem <<$wl_names[''street'']>>, better safe than sorry."'
  535. act 'Continue': gt 'mod_wlife_highway', 'client_regular_success'
  536. else
  537. gs 'stat'
  538. '"I know you really like to fuck my '+iif($wl_whore['client_scene'] = 'Vaginal', 'pussy', 'ass')+' but I don''t have any condoms."'
  539. *nl
  540. '"Shit? Really?" He looks disheartened.'
  541. *nl
  542. if money >= 100:
  543. '"Don''t worry, honey. There is a condom dispenser at the restroom. If you give me a second, I''ll be right back."'
  544. 'He nods and you go and buy a condom.'
  545. *nl
  546. 'It takes you more than a second, but when you return you show him the condom.'
  547. '"Perfect, you nearly gave me a heart attack." You grin. "I mean it," he says half serious, half joking. "I can''t go a week without fucking you."'
  548. minut += 2
  549. money -= 100
  550. prezikcount += 1
  551. gs 'stat'
  552. act 'Continue': gt 'mod_wlife_highway', 'client_regular_success'
  553. else
  554. 'He sighs and after a second he shrugs. "Fine," he looks at you and reassures you. "Don''t worry about it <<$wl_names[''street'']>>, you''re always worth waiting for."'
  555. act 'Leave': gt 'mod_wlife_highway', 'work'
  556. end
  557. end
  558. end
  559. act 'Make an exception':
  560. cla & *nl
  561. $wl_client_condom = 'No'
  562. '"You know what, how about we do it without a condom today?" You ask and quickly add: "But you have to pay for that."'
  563. 'He looks at you surprised but pleased. "I can fuck you raw? Really?" You nod. "Wow, nice. Sure let''s do it like god intended."'
  564. *nl
  565. 'You smile and tell him that he...'
  566. act 'Can''t cum inside you':
  567. cla & *nl
  568. $wl_client_cumshot = 'Outside'
  569. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_no'
  570. '... can''t cum inside you. "Yeah, raw is the best way to fuck, but don''t cum inside me, OK? I''ll suck you off at the end."'
  571. '"Sure thing, babe."'
  572. act 'Continue': gt 'mod_wlife_highway', 'client_regular_success'
  573. end
  574. act 'Can cum inside you':
  575. cla & *nl
  576. $wl_client_cumshot = 'Inside'
  577. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_yes'
  578. '... can cum inside you. "And don''t be afraid to cum inside me if you want and pay for it."'
  579. '"Of course I''ll pay for it. You''re the best, <<$wl_names[''street'']>>."'
  580. act 'Continue': gt 'mod_wlife_highway', 'client_regular_success'
  581. end
  582. end
  583. end
  584. act 'Never use a condom':
  585. cla & *nl
  586. $wl_client_condom = 'No'
  587. '... never use a condom. "You want to fuck me raw as always?"'
  588. 'He nods. "Of course, it just isn''t the same with a condom. It''s really great that you do that, <<$wl_names[''street'']>>. You know that, right? There aren''t many girls your age that do it raw."'
  589. *nl
  590. 'You smile and tell him that he...'
  591. act 'Can''t cum inside you':
  592. cla & *nl
  593. $wl_client_cumshot = 'Outside'
  594. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_no'
  595. '... can''t cum inside you. "Yeah, raw is the best way to fuck, but remember don''t cum inside me. I''ll suck you off at the end."'
  596. 'He nods. "Sure thing, babe."'
  597. act 'Continue': gt 'mod_wlife_highway', 'client_regular_success'
  598. end
  599. act 'Can cum inside you':
  600. cla & *nl
  601. $wl_client_cumshot = 'Inside'
  602. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_yes'
  603. '... can cum inside you. "Yeah, raw is the best way to fuck and remember don''t be afraid to cum anywhere you want."'
  604. '"You''re the best whore in the whole area, <<$wl_names[''street'']>>."'
  605. act 'Continue': gt 'mod_wlife_highway', 'client_regular_success'
  606. end
  607. end
  608. elseif wl_whore['std_mod'] = 0 and wl_auto['regular'] = 1:
  609. if (wl_auto['reg_vag_condom'] = 1 and $wl_whore['client_scene'] = 'Vaginal') or (wl_auto['reg_anal_condom'] = 1 and $wl_whore['client_scene'] = 'Anal'):
  610. $wl_client_condom = 'Yes'
  611. $wl_client_cumshot = 'Outside or Condom'
  612. if wl_status['condoms'] = 0: prezikcount += 1 & money -= 100
  613. else
  614. $wl_client_condom = 'No'
  615. if (wl_auto['reg_vag_creampie'] = 1 and $wl_whore['client_scene'] = 'Vaginal') or (wl_auto['reg_anal_creampie'] = 1 and $wl_whore['client_scene'] = 'Anal'):
  616. $wl_client_cumshot = 'Inside'
  617. else
  618. $wl_client_cumshot = 'Outside'
  619. end
  620. end
  621. gs 'mod_wlife_functions', 'payment', iif($wl_client_condom = 'Yes', 'condom_yes', 'condom_no'), iif($wl_client_cumshot = 'Inside', 'inside_yes', 'inside_no')
  622. gt 'mod_wlife_highway', 'client_regular_success'
  623. else
  624. cla & *nl
  625. $wl_client_condom = 'Yes'
  626. $wl_client_cumshot = 'Outside or Condom'
  627. gs 'mod_wlife_functions', 'payment', 'condom_yes', 'inside_no'
  628. '... should always use a condom. He was always nice, never mistreated you and without a condom he would surely catch your STD.'
  629. act 'Continue': gt 'mod_wlife_highway', 'client_regular_success'
  630. end
  631. end
  632. else
  633. 'You remember your STD, how he never mistreated you and also your lack of condoms. So, you tell him that...'
  634. act '... you''re not in the mood': gt 'mod_wlife_highway', 'client_regular_fail'
  635. end
  636. end
  637. end
  638. end
  639. if $ARGS[0] = 'client_regular_fail':
  640. *clr & cla
  641. minut += 5
  642. gs 'stat'
  643. '<center><video autoplay loop src="mod/wlife/images/prostitution/regular/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
  644. '"I''m sorry sweetie, I know you really like to fuck my '+iif($wl_whore['client_scene'] = 'Vaginal', 'pussy', 'ass')+' but I''m not up for that today."'
  645. *nl
  646. '"Shit? Really?" You nod and he looks disheartened. After a moment he shrugs and throws you a grin. "Don''t worry about it <<$wl_names[''street'']>>, it''s fine, you''re always worth the wait."'
  647. *nl
  648. '"Thanks," you say and step away from the car.'+iif(wl_whore['std_mod'] = 1 and wl_status['condoms'] = 0, ' As you walk away you think about your decision for a moment. In the end it was the right choice, he was always nice to you and without a condom he surely would catch your STD.', '')
  649. act 'Continue': gt 'mod_wlife_highway', 'work'
  650. end
  651. if $ARGS[0] = 'client_regular_success':
  652. CLOSE ALL
  653. if sound = 0:PLAY 'sound/highway.mp3',5
  654. *clr & cla
  655. minut += 5
  656. wl_whore['regular_timer'] = daystart
  657. gs 'mod_wlife_functions', 'acceptance_check', 'regular'
  658. gs 'stat'
  659. '<center><video autoplay loop src="mod/wlife/images/prostitution/regular/negotiation/drive.mp4"></video></center>'
  660. 'You get into his car and he takes you to your regular spot at the end of the parking lot.'
  661. act 'Continue':
  662. *clr & cla
  663. if rand(1,10) < 4:
  664. '<center><video autoplay loop src="mod/wlife/images/prostitution/regular/negotiation/money_0a.mp4"></video></center>'
  665. 'You don''t want to say anything about the money, it always dampens the mood if you have to remind your clients to pay upfront. But with him you always have to say something. The instant he stops the car he reaches out for your top and touches your breasts.'
  666. '"Show them to me," he murmurs and together you free your tits from your top. "I love those. They''re perfect."'
  667. '"Thanks," you say as he grabs your right boob and squeezes it with a look on his face of a teenage boy that sees one of those for the first time.'
  668. 'You laugh and smile, but also...'
  669. gs 'arousal', 'breasts', 2
  670. gs 'stat'
  671. act 'Remind him to pay you':
  672. *clr & cla
  673. '<center><video autoplay loop src="mod/wlife/images/prostitution/regular/negotiation/money_0b.mp4"></video></center>'
  674. '"You have to pay me first," you tell him quietly, but he doesn''t listen. Instead he eagerly puts one of your nipples inside your mouth and starts to suck on them. "Please, you know you have to pay first." You remind him again.'
  675. '"Fine," he sighs and jokes: "But they taste so good," stretching the ''so'' ridiculously long.'
  676. 'You laugh and shake your head. "Come on," you grin when he doesn''t stop and push him away.'
  677. '"OK, Ok, I''ll get your money."'
  678. *nl
  679. '"Happy?" He asks as you take the <<wl_whore[''payment'']>> <b>₽</b>.'+iif(wl_status['main'] = -1 or wl_georgiy['payment_method'] = 1, '', ' You keep it separated from your own money until you can settle everything with Volya tonight.')
  680. '"Yes, now let me make you happy," you reply.'
  681. gs 'arousal', 'breasts', 2
  682. wl_whore['earnings_day'] += wl_whore['payment']
  683. if wl_status['main'] = -1 or wl_georgiy['payment_method'] = 1: money += wl_whore['payment']
  684. wl_whore['payment'] = 0
  685. gs 'stat'
  686. act 'Continue': gt 'mod_wlife_highway_sex', 'regular_start'
  687. end
  688. else
  689. minut += 2
  690. '<center><video autoplay loop src="mod/wlife/images/prostitution/regular/negotiation/money_1.mp4"></video></center>'
  691. 'You don''t want to say anything about the money, it always dampens the mood if you have to remind your clients to pay upfront. But with him you don''t have to. The instant he stops the car, he pulls out his wallet and hands you the money. He even makes sure that you see that everything is there without you having to count it yourself.'
  692. '"Thanks," you say and take the <<wl_whore[''payment'']>> <b>₽</b>.'+iif(wl_status['main'] = -1 or wl_georgiy['payment_method'] = 1, '', ' You keep it separated from your own money until you can settle everything with Volya tonight.')
  693. *nl
  694. 'Now it''s for you to keep up your end of the bargain.'
  695. wl_whore['earnings_day'] += wl_whore['payment']
  696. if wl_status['main'] = -1 or wl_georgiy['payment_method'] = 1: money += wl_whore['payment']
  697. wl_whore['payment'] = 0
  698. gs 'stat'
  699. act 'Get undressed': gt 'mod_wlife_highway_sex', 'regular_start'
  700. end
  701. end
  702. end
  703. !!------ Normal Client ------
  704. if $ARGS[0] = 'negotiation_start':
  705. *clr & cla
  706. minut += 2
  707. gs 'stat'
  708. if wl_auto['normal'] = 1: gt 'mod_wlife_highway', 'negotiation_automatic'
  709. '<center><video autoplay loop src="mod/wlife/images/prostitution/normal/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
  710. iif(wl_whore['propose'] = 0, 'You lean into his car and chat with him about the price and what he likes and dislikes.' , iif(wl_whore['propose'] = 2, 'He doesn''t like your suggestion and instead offers something else.', 'You chat with him about the price.'))+' At the end of your conversation he takes a good look at you and '+iif(wl_whore['std_mod'] = 0, 'asks you if you do it with or without a condom.', 'tells you that you don''t look healthy and he won''t do it without a condom')
  711. *nl
  712. 'You are negotiating with the client:'
  713. 'Sex: <<$wl_whore[''client_scene'']>>'
  714. gs 'mod_wlife_functions', 'payment', 'condom_yes', 'not_discussed'
  715. 'Payment with condom: <<wl_whore[''payment'']>> <b>₽</b>'
  716. if wl_whore['std_mod'] = 0:
  717. gs 'mod_wlife_functions', 'payment', 'condom_no', 'not_discussed'
  718. 'Payment without condom: <<wl_whore[''payment'']>> <b>₽</b>'
  719. end
  720. if wl_whore['propose'] = 0:
  721. *nl
  722. if wl_whore['enema'] = 0: iif(wl_whore['dirty_anal_mod'] = 0, 'He hates', 'He admits that he loves')+' anal sex with a girl that didn''t clean herself and he will pay significantly '+iif(wl_whore['dirty_anal_mod'] = 0, 'less', 'more')+' for it.'
  723. if mesec > 0: iif(wl_whore['mesec_mod'] = 0, 'He doesn''t like', 'He tells you that he likes')+' to fuck girls that have their period.'
  724. end
  725. if wl_status['condoms'] > 0 and (wl_whore['std_mod'] = 1 or wl_whore['propose'] = 2):
  726. gs 'willpower', 'prostitution', 'resist'
  727. if wl_cheat['will_cost'] = 1: will_cost = 0
  728. if will_cost <= pcs_willpwr:
  729. act 'Decline and move away (<<will_cost>> Willpower)':
  730. gs 'willpower', 'pay', 'resist'
  731. gt 'mod_wlife_highway', 'work'
  732. end
  733. else
  734. act 'Decline and move away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  735. end
  736. elseif wl_whore['propose'] = 0 and wl_whore['std_mod'] = 0:
  737. gs 'willpower', 'prostitution', 'resist'
  738. if wl_cheat['will_cost'] = 1: will_cost = 0
  739. if will_cost <= pcs_willpwr:
  740. act 'Decline and move away (<<will_cost>> Willpower)':
  741. gs 'willpower', 'prostitution', 'resist'
  742. if wl_cheat['will_cost'] = 1: will_cost = 0
  743. gs 'willpower', 'pay', 'resist'
  744. gt 'mod_wlife_highway', 'work'
  745. end
  746. else
  747. act 'Decline and move away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  748. end
  749. gs 'willpower', 'prostitution', 'resist', 'easy'
  750. if wl_cheat['will_cost'] = 1: will_cost = 0
  751. if will_cost <= pcs_willpwr:
  752. if rand(1,10) < 9:
  753. if $wl_whore['client_scene'] ! 'Blowjob': act 'Decline and offer him a blowjob instead (<<will_cost>> Willpower)': wl_whore['client_satisfaction'] -= 10 & gs 'willpower', 'pay', 'resist' & $wl_whore['client_scene'] = 'Blowjob' & wl_whore['propose'] = 1 & gt 'mod_wlife_highway', 'negotiation_start'
  754. if $wl_whore['client_scene'] ! 'Anal': act 'Decline and offer him your ass instead (<<will_cost>> Willpower)': wl_whore['client_satisfaction'] -= 10 & gs 'willpower', 'pay', 'resist' & $wl_whore['client_scene'] = 'Anal' & wl_whore['propose'] = 1 & gt 'mod_wlife_highway', 'negotiation_start'
  755. if $wl_whore['client_scene'] ! 'Vaginal': act 'Decline and offer him your pussy instead (<<will_cost>> Willpower)': wl_whore['client_satisfaction'] -= 10 & gs 'willpower', 'pay', 'resist' & $wl_whore['client_scene'] = 'Vaginal' & wl_whore['propose'] = 1 & gt 'mod_wlife_highway', 'negotiation_start'
  756. else
  757. if $wl_whore['client_scene'] ! 'Blowjob': act 'Decline and offer him a blowjob instead (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'mod_wlife_highway', 'negotiation_fail'
  758. if $wl_whore['client_scene'] ! 'Anal': act 'Decline and offer him your ass instead (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'mod_wlife_highway', 'negotiation_fail'
  759. if $wl_whore['client_scene'] ! 'Vaginal': act 'Decline and offer him your pussy instead (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'mod_wlife_highway', 'negotiation_fail'
  760. end
  761. else
  762. if $wl_whore['client_scene'] ! 'Blowjob': act 'Decline and offer him a blowjob instead (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  763. if $wl_whore['client_scene'] ! 'Anal': act 'Decline and offer him your ass instead (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  764. if $wl_whore['client_scene'] ! 'Vaginal': act 'Decline and offer him your pussy instead (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  765. end
  766. end
  767. if wl_status['condoms'] > 0 and wl_whore['std_mod'] = 0:
  768. act 'Insist on a condom': $wl_client_condom = 'Yes' & gt 'mod_wlife_highway', 'negotiation_condom_yes'
  769. elseif wl_status['condoms'] > 0 and wl_whore['std_mod'] = 1:
  770. act 'Accept and use a condom': $wl_client_condom = 'Yes' & gt 'mod_wlife_highway', 'negotiation_condom_yes'
  771. end
  772. if wl_whore['std_mod'] = 0:
  773. act 'Don''t insist on a condom': $wl_client_condom = 'No' & gt 'mod_wlife_highway', 'negotiation_condom_no'
  774. elseif wl_status['condoms'] = 0 and wl_whore['std_mod'] = 1:
  775. act 'Tell him you don''t have a condom':
  776. if rand(1,10) < 9:
  777. gt 'mod_wlife_highway', 'negotiation_fail'
  778. else
  779. cla & *nl
  780. $wl_whore['client_scene'] = 'Blowjob'
  781. 'After a moment he reluctantly accepts doing it without a condom'+iif($wl_whore['client_scene'] = 'Blowjob', '.', ', but he changed his mind and doesn''t want more than a blowjob.')
  782. *nl
  783. 'Sex: <<$wl_whore[''client_scene'']>>'
  784. gs 'mod_wlife_functions', 'payment', 'condom_no', 'not_discussed'
  785. 'New payment: <<wl_whore[''payment'']>> <b>₽</b>'
  786. gs 'mod_wlife_functions', 'will_unprotected', 'resist'
  787. if wl_cheat['will_cost'] = 1: will_cost = 0
  788. if will_cost <= pcs_willpwr:
  789. act 'Decline and move away (<<will_cost>> Willpower)':
  790. gs 'willpower', 'pay', 'resist'
  791. gt 'mod_wlife_highway', 'work'
  792. end
  793. else
  794. act 'Decline and move away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  795. end
  796. act 'Accept': $wl_client_condom = 'No' & gt 'mod_wlife_highway', 'negotiation_condom_no'
  797. end
  798. end
  799. end
  800. end
  801. if $ARGS[0] = 'negotiation_condom_yes':
  802. *clr & cla
  803. minut += 2
  804. gs 'stat'
  805. '<center><video autoplay loop src="mod/wlife/images/prostitution/normal/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
  806. gs 'mod_wlife_functions', 'payment', 'condom_yes', 'Outside or Condom'
  807. *nl
  808. 'You are negotiating with your client:'
  809. 'Sex: <<$wl_whore[''client_scene'']>>'
  810. 'Payment: <<wl_whore[''payment'']>> <b>₽</b>'
  811. 'Condom: <<$wl_client_condom>>'
  812. *nl
  813. if wl_whore['std_mod'] = 1 or rand(1,10) < 7 or ($wl_whore['client_scene'] = 'Vaginal' and mesec > 0 and wl_whore['mesec_mod'] = 0) or ($wl_whore['client_scene'] = 'Anal' and wl_whore['enema'] = 0 and wl_whore['dirty_anal_mod'] = 0):
  814. if wl_whore['std_mod'] = 1:
  815. '"Ok, get in'+iif(rand(1,10) < 7, ', but you really don''t look well, you should let somebody take a look at that.', ' and be glad I let you touch me, filthy whore.')+'," he says.'
  816. else
  817. '"Ok, get in'+iif(rand(1,10) < 7, ' girl', ' whore')+'," he says.'
  818. end
  819. act 'Get into his car':
  820. $wl_client_cumshot = 'Outside or Condom'
  821. gs 'mod_wlife_functions', 'payment', 'condom_yes', 'Outside or Condom'
  822. gt 'mod_wlife_highway', 'negotiation_success'
  823. end
  824. else
  825. gs 'mod_wlife_functions', 'payment', 'condom_no', 'not_discussed'
  826. 'He asks you to forgo the condom. He would pay at least <<wl_whore[''payment'']>> <b>₽</b> and even more if you '+iif($wl_whore['client_scene'] = 'Blowjob', 'swallow his cum.', 'let him cum inside you.')
  827. gs 'mod_wlife_functions', 'will_unprotected', 'resist'
  828. if wl_cheat['will_cost'] = 1: will_cost = 0
  829. if will_cost <= pcs_willpwr:
  830. act 'Decline (<<will_cost>> Willpower)':
  831. cla & *nl
  832. gs 'willpower', 'pay', 'resist'
  833. if rand(1,10) < 7:
  834. 'He finally accepts.'
  835. $wl_client_cumshot = 'Outside or Condom'
  836. wl_whore['client_satisfaction'] -= 10
  837. gs 'mod_wlife_functions', 'payment', 'condom_yes', 'inside_no'
  838. act 'Get into his car': gt 'mod_wlife_highway', 'negotiation_success'
  839. else
  840. wl_whore['fail_condom'] = 1
  841. gt 'mod_wlife_highway', 'negotiation_fail'
  842. end
  843. end
  844. else
  845. act 'Decline (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  846. end
  847. act 'Accept': $wl_client_condom = 'No' & gt 'mod_wlife_highway', 'negotiation_condom_no'
  848. end
  849. end
  850. if $ARGS[0] = 'negotiation_condom_no':
  851. *clr & cla
  852. minut += 2
  853. gs 'stat'
  854. '<center><video autoplay loop src="mod/wlife/images/prostitution/normal/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
  855. gs 'mod_wlife_functions', 'payment', 'condom_no', 'not_discussed'
  856. *nl
  857. 'You are negotiating with your client:'
  858. 'Sex: <<$wl_whore[''client_scene'']>>'
  859. 'Payment: <<wl_whore[''payment'']>> <b>₽</b>'
  860. 'Condom: <<$wl_client_condom>>'
  861. *nl
  862. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_yes'
  863. 'He asks you if you would '+iif($wl_whore['client_scene'] = 'Blowjob', 'swallow his cum.', 'let him cum inside you.')+' He offers to pay you <<wl_whore[''payment'']>> <b>₽</b> if you do.'
  864. if $wl_whore['client_scene'] = 'Anal':
  865. gs 'willpower', 'cum_inside_anal', 'resist'
  866. elseif $wl_whore['client_scene'] = 'Blowjob':
  867. gs 'willpower', 'swallow', 'resist'
  868. else
  869. gs 'willpower', 'cum_inside', 'resist'
  870. end
  871. if wl_cheat['will_cost'] = 1: will_cost = 0
  872. if will_cost <= pcs_willpwr:
  873. act 'Decline (<<will_cost>> Willpower)':
  874. cla & *nl
  875. gs 'willpower', 'pay', 'resist'
  876. if rand(1,10) < 10 or wl_whore['client_creampie'] = 1:
  877. 'He accepts your decision.'
  878. $wl_client_cumshot = 'Outside'
  879. wl_whore['client_satisfaction'] -= 10
  880. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_no'
  881. act 'Get into his car': gt 'mod_wlife_highway', 'negotiation_success'
  882. else
  883. wl_whore['fail_creampie'] = 1
  884. gt 'mod_wlife_highway', 'negotiation_fail'
  885. end
  886. end
  887. else
  888. act 'Decline (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  889. end
  890. act 'Accept and get into his car':
  891. $wl_client_cumshot = 'Inside'
  892. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_yes'
  893. gt 'mod_wlife_highway', 'negotiation_success'
  894. end
  895. end
  896. if $ARGS[0] = 'negotiation_automatic':
  897. wl_auto['negotiation'] = 1
  898. gs 'willpower', 'prostitution', 'resist'
  899. if wl_cheat['will_cost'] = 1: will_cost = 0
  900. if ((wl_auto['norm_bj'] = 0 and $wl_whore['client_scene'] = 'Blowjob') or (wl_auto['norm_vag'] = 0 and $wl_whore['client_scene'] = 'Vaginal') or (wl_auto['norm_anal'] = 0 and $wl_whore['client_scene'] = 'Anal')) and will_cost <= pcs_willpwr:
  901. gs 'willpower', 'pay', 'resist'
  902. gt 'mod_wlife_highway', 'negotiation_fail'
  903. else
  904. if ((wl_auto['norm_bj'] = 0 and $wl_whore['client_scene'] = 'Blowjob') or (wl_auto['norm_vag'] = 0 and $wl_whore['client_scene'] = 'Vaginal') or (wl_auto['norm_anal'] = 0 and $wl_whore['client_scene'] = 'Anal')): wl_auto['willpower'] = 1
  905. if ((wl_auto['norm_bj_condom'] = 1 and $wl_whore['client_scene'] = 'Blowjob') or (wl_auto['norm_vag_condom'] = 1 and $wl_whore['client_scene'] = 'Vaginal') or (wl_auto['norm_anal_condom'] = 1 and $wl_whore['client_scene'] = 'Anal')) and wl_status['condoms'] > 0:
  906. gs 'mod_wlife_functions', 'will_unprotected', 'resist'
  907. if wl_cheat['will_cost'] = 1: will_cost = 0
  908. if wl_whore['std_mod'] = 1 or rand(1,10) < 7 or ($wl_whore['client_scene'] = 'Vaginal' and mesec > 0 and wl_whore['mesec_mod'] = 0) or ($wl_whore['client_scene'] = 'Anal' and wl_whore['enema'] = 0 and wl_whore['dirty_anal_mod'] = 0):
  909. $wl_client_condom = 'Yes'
  910. $wl_client_cumshot = 'Outside or Condom'
  911. gs 'mod_wlife_functions', 'payment', 'condom_yes', 'inside_no'
  912. elseif will_cost <= pcs_willpwr:
  913. $wl_client_condom = 'Yes'
  914. $wl_client_cumshot = 'Outside or Condom'
  915. wl_whore['client_satisfaction'] -= 10
  916. gs 'willpower', 'pay', 'resist'
  917. gs 'mod_wlife_functions', 'payment', 'condom_yes', 'inside_no'
  918. if rand(1,10) < 4:
  919. wl_whore['fail_condom'] = 1
  920. gt 'mod_wlife_highway', 'negotiation_fail'
  921. end
  922. else
  923. if $wl_whore['client_scene'] = 'Anal':
  924. gs 'willpower', 'cum_inside_anal', 'resist'
  925. elseif $wl_whore['client_scene'] = 'Blowjob':
  926. gs 'willpower', 'swallow', 'resist'
  927. else
  928. gs 'willpower', 'cum_inside', 'resist'
  929. end
  930. if wl_cheat['will_cost'] = 1: will_cost = 0
  931. if will_cost <= pcs_willpwr:
  932. $wl_client_condom = 'No'
  933. $wl_client_cumshot = 'Outside'
  934. wl_whore['client_satisfaction'] -= 10
  935. gs 'willpower', 'pay', 'resist'
  936. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_no'
  937. if rand(1,10) = 10 and wl_whore['client_creampie'] = 0: gt 'mod_wlife_highway', 'negotiation_fail'
  938. else
  939. wl_auto['willpower'] = 1
  940. $wl_client_condom = 'No'
  941. $wl_client_cumshot = 'Inside'
  942. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_yes'
  943. end
  944. end
  945. gt 'mod_wlife_highway', 'negotiation_success'
  946. elseif rand(1,10) < 9 and wl_whore['std_mod'] = 1:
  947. gt 'mod_wlife_highway', 'negotiation_fail'
  948. else
  949. $wl_client_condom = 'No'
  950. gs 'mod_wlife_functions', 'will_unprotected', 'resist'
  951. if wl_cheat['will_cost'] = 1: will_cost = 0
  952. if ((wl_auto['norm_bj_creampie'] = 1 and $wl_whore['client_scene'] = 'Blowjob') or (wl_auto['norm_vag_creampie'] = 1 and $wl_whore['client_scene'] = 'Vaginal') or (wl_auto['norm_anal_creampie'] = 1 and $wl_whore['client_scene'] = 'Anal')):
  953. $wl_client_cumshot = 'Inside'
  954. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_yes'
  955. elseif will_cost <= pcs_willpwr:
  956. $wl_client_cumshot = 'Outside'
  957. wl_whore['client_satisfaction'] -= 10
  958. gs 'willpower', 'pay', 'resist'
  959. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_no'
  960. if rand(1,10) = 10 and wl_whore['client_creampie'] = 0:
  961. wl_whore['fail_creampie'] = 1
  962. gt 'mod_wlife_highway', 'negotiation_fail'
  963. end
  964. else
  965. wl_auto['willpower'] = 1
  966. $wl_client_cumshot = 'Inside'
  967. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_yes'
  968. end
  969. gt 'mod_wlife_highway', 'negotiation_success'
  970. end
  971. end
  972. end
  973. if $ARGS[0] = 'negotiation_fail':
  974. *clr & cla
  975. minut += 2
  976. gs 'stat'
  977. '<center><video autoplay loop src="mod/wlife/images/prostitution/normal/negotiation/leave_walk.mp4"></video></center>'
  978. 'He shakes his head. "I have changed my mind'+iif(rand(1,10) < 7, '", sorry girl maybe next time."', ', bitch. Get away from my car."')+' He says.'
  979. act 'Step back from the car':
  980. wl_whore['client_satisfaction'] = 0
  981. gt 'mod_wlife_highway', 'work'
  982. end
  983. if wl_whore['fail_condom'] = 1:
  984. wl_whore['fail_condom'] = 0
  985. act 'Change your mind and do it without a condom': gt 'mod_wlife_highway', 'negotiation_condom_no'
  986. elseif wl_whore['fail_creampie'] = 1:
  987. wl_whore['fail_creampie'] = 0
  988. act 'Change your mind and allow him to cum inside you':
  989. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_yes'
  990. gt 'mod_wlife_highway', 'negotiation_success'
  991. end
  992. elseif wl_whore['fail_pay'] = 1:
  993. wl_whore['fail_pay'] = 0
  994. act 'Change your mind and accept his offer':
  995. gs 'mod_wlife_functions', 'payment', 'condom_no', 'inside_yes'
  996. gt 'mod_wlife_highway', 'negotiation_success'
  997. end
  998. end
  999. end
  1000. if $ARGS[0] = 'negotiation_success':
  1001. CLOSE ALL
  1002. if sound = 0:PLAY 'sound/highway.mp3',5
  1003. *clr & cla
  1004. minut += 2
  1005. gs 'stat'
  1006. '<center><video autoplay loop src="mod/wlife/images/prostitution/normal/negotiation/drive.mp4"></video></center>'
  1007. if wl_auto['negotiation'] = 1:
  1008. 'You have negotiated the following'+iif(wl_auto['willpower'] = 1, ', but you didn''t have enough willpower to resist all of his demands:', ':')
  1009. 'Sex: <<$wl_whore[''client_scene'']>>'
  1010. 'Payment: <<wl_whore[''payment'']>> <b>₽</b>'
  1011. 'Condom: <<$wl_client_condom>>'
  1012. 'Cumshot: '+iif($wl_client_cumshot = 'Outside or Condom', 'Outside', '<<$wl_client_cumshot>>')
  1013. wl_auto['willpower'] = 0
  1014. wl_auto['negotiation'] = 0
  1015. *nl
  1016. end
  1017. 'You get inside the car and tell him to drive to a more secluded part of the parking lot.'+iif(rand(1,10) < 4, 'His right hand immediately moves onto your thigh and he slowly strokes it and he is clearly distracted as he slowly drives the car to the end of the parking space.', '')
  1018. *nl
  1019. if $wl_client_condom = 'No': wl_stats['unprotected'] += 1
  1020. if wl_whore['client_satisfaction'] < 0:
  1021. 'You get the feeling that he isn''t satisfied with all the choices and that he would have paid 10% or maybe even 20% more. You could try to convince him to pay you a bit more.'
  1022. act 'Don''t haggle': gt 'mod_wlife_highway', 'money'
  1023. gs 'mod_wlife_functions', 'will_acceptance', 'force'
  1024. will_cost = (will_cost * iif(wl_whore['client_satisfaction'] = -10, 20, 40)) / 100
  1025. if will_cost < 3: will_cost = 3
  1026. if wl_cheat['will_cost'] = 1: will_cost = 0
  1027. if will_cost <= pcs_willpwr:
  1028. act 'Ask for more money (<<will_cost>> Willpower)':
  1029. cla & *nl
  1030. gs 'willpower', 'pay', 'force'
  1031. if rand(1,10) = 10:
  1032. wl_whore['fail_pay'] = 1
  1033. gt 'mod_wlife_highway', 'negotiation_fail'
  1034. end
  1035. wl_whore['payment'] = wl_whore['payment_backup']
  1036. gs 'stat'
  1037. 'He grudgingly accepts and agrees to pay you <<wl_whore[''payment'']>> <b>₽</b> instead.'
  1038. act 'Continue': gt 'mod_wlife_highway', 'money'
  1039. end
  1040. else
  1041. act 'Ask for more money (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  1042. end
  1043. else
  1044. 'When you arrive you have only one thing left to do...'
  1045. act '... ask for your money': gt 'mod_wlife_highway', 'money'
  1046. end
  1047. end
  1048. if $ARGS[0] = 'money':
  1049. *clr & cla
  1050. minut += 2
  1051. wl_whore['client_satisfaction'] = 0
  1052. '<center><video autoplay loop src="mod/wlife/images/prostitution/normal/negotiation/money.mp4"></video></center>'
  1053. '"So...," you say when he parks his car, but he already knows what you''re going to say. "Yeah, I know, you want your money."'
  1054. 'He pulls out his wallet and hands you <<wl_whore[''payment'']>> <b>₽</b>.'+iif(wl_status['main'] = -1 or wl_georgiy['payment_method'] = 1, '', ' You keep it separated from your own money until you can settle everything with Volya tonight.')
  1055. wl_whore['earnings_day'] += wl_whore['payment']
  1056. if wl_status['main'] = -1 or wl_georgiy['payment_method'] = 1: money += wl_whore['payment']
  1057. wl_whore['payment'] = 0
  1058. gs 'mod_wlife_functions', 'acceptance_check', 'normal'
  1059. gs 'stat'
  1060. '<br>The moment you have put your money away his hands move to your body starting to undress you.'
  1061. act 'Get to work': gt 'mod_wlife_highway_sex', 'start'
  1062. end
  1063. if $ARGS[0] = 'bus_end':
  1064. minut += 35
  1065. money -= 75
  1066. if wl_whore['bus_check'] ! daystart:
  1067. wl_whore['bus_check'] = daystart
  1068. if wl_stats['acceptance'] > 100:
  1069. wl_stats['acceptance'] = 100
  1070. elseif wl_whore['earnings_day'] > 8000:
  1071. wl_stats['acceptance'] += 3
  1072. elseif wl_whore['earnings_day'] > 5000:
  1073. wl_stats['acceptance'] += 2
  1074. elseif wl_whore['earnings_day'] > 0:
  1075. wl_stats['acceptance'] += 1
  1076. else
  1077. wl_stats['acceptance'] -= 1
  1078. end
  1079. end
  1080. wl_whore['earnings_day'] = 0
  1081. wl_whore['customer_day'] = 0
  1082. gt 'city_industrial_train', 'outside'
  1083. end
  1084. --- mod_wlife_highway ---------------------------------