city_saunawhore.qsrc 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106
  1. # city_saunawhore
  2. if moodTypeRand <= 0:
  3. $moodType = 'bad'
  4. elseif moodTypeRand >= 1 and moodTypeRand <= 3:
  5. $moodType = 'fairly normal'
  6. elseif moodTypeRand >= 4:
  7. $moodType = 'good'
  8. end
  9. !! saunawork start ---------------------------------------------------------------------------------
  10. if $ARGS[0] = 'saunawork':
  11. $loc = 'city_saunawhore'
  12. $loc_arg = 'saunawork'
  13. $locBroom = 'city_saunawhore'
  14. $metkaBroom = 'saunawork'
  15. $locM = 'city_saunawhore'
  16. $locM_arg = 'saunawork'
  17. $location_type = 'public_indoors'
  18. menu_off = 0
  19. saunaYouRoom = 1
  20. if paymamka = 0:paymamka = 300
  21. if workDolg > 0:paymamka = 300
  22. if workDolg <= 0:paymamka = 500
  23. gs 'stat'
  24. '<center><b><font color="maroon">Sauna</font></b></center>'
  25. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sauna1.jpg"></center>'
  26. ''
  27. 'The sauna is open to "customers" between 08:00 and 00:00.'
  28. 'All the walls are covered in <a href="exec:gt ''mirror'', ''start''">mirrors</a>.'
  29. if saunaWorkNow = 1:
  30. saunaWorkNow = 0
  31. money -= paymamka
  32. 'A nurse enters the room and takes <<paymamka>> per customer from you.'
  33. end
  34. gs 'city_saunawhore','debtPay'
  35. if workDolg > 0:'Your debt is <<workDolg>> <b>₽</b>'
  36. gs 'stat'
  37. if workDolg <= 0:act 'Leave':gt 'city_sauna'
  38. act 'Go to your room':gt 'city_sauna', 'saunaroom'
  39. act 'Use the staff bathroom': minut += 1 & gt 'city_saunawhore', 'bathroom'
  40. if workDolg > 0 and (pcs_mood <= 10 or SLomka > 0):
  41. cls
  42. workDolg += 420
  43. gs 'stat'
  44. 'You are beckoned by the nurse. You walk up to her and she demands to see your arm. You present your arm and she takes out a syringe filled with drugs. "Sit still, I''ll give you a shot now and it will make you feel like normal again."'
  45. act 'Leave':
  46. gs 'drugs', 'heroin'
  47. minut += 10
  48. gs 'stat'
  49. gt 'city_saunawhore', 'saunawork'
  50. end
  51. exit
  52. end
  53. if workDolg <= 0 and pcs_mood <= 50 and SaunaWhore > 0 and money >= 420:
  54. act 'Ask for some drugs':
  55. cls
  56. menu_off = 1
  57. gs 'stat'
  58. '"Okay, come here."'
  59. 'You walk up to her and she asks to see your arm. You present your arm and she takes out a syringe filled with drugs. "Sit still, I''ll give you a shot now and it will make you feel like normal again."'
  60. act 'Leave':
  61. gs 'drugs', 'heroin'
  62. minut += 10
  63. money -= 420
  64. gt 'city_saunawhore', 'saunawork'
  65. end
  66. end
  67. end
  68. if cumcondslip > 0 and cumcondslip_aware > 0:
  69. act 'Ask to see a doctor':
  70. cla
  71. *clr
  72. minut += 25
  73. menu_off = 1
  74. gs 'stat'
  75. 'You explain how you feel nauseous and have pain in your pubic area. The nurse checks you over and eventually comes to a conclusion.'
  76. '"I think it might be toxic shock. We''ll have to get you sorted out. Wait here I''ll call the doctor."'
  77. act 'Some time later':
  78. cla
  79. minut += 15
  80. gs 'cum_cleanup', 'cleanloc', 17
  81. cumcondslip = 0
  82. gs 'stat'
  83. 'When he arrives, the doctor examines you and establishes that you''re suffering from toxic shock from a spent condom in your body.'
  84. '"I removed it as soon as I found it. If you were feeling sick, it should slowly subside."'
  85. 'You reflexively thank the doctor, even though he''s visiting you in this place.'
  86. act 'Return':gt 'city_saunawhore', 'saunawork'
  87. end
  88. end
  89. end
  90. if hour >= 8:
  91. act 'Sit on the couch':
  92. if pcs_makeup > 1 and pcs_hairbsh = 1 and pcs_sweat < 26 and pcs_leghair <= 3 and pcs_pubes <= 3:
  93. cls
  94. minut += 60
  95. menu_off = 1
  96. gs 'stat'
  97. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/saunawork.jpg"></center>'
  98. 'You spend an hour sitting on the couch waiting for customers.'
  99. saunaWorkKlient = 0
  100. if hour >= 21:
  101. if rand(0, 100) >= 10:saunaWorkKlient = 1
  102. elseif hour >= 16:
  103. if rand(0, 100) >= 20:saunaWorkKlient = 1
  104. elseif hour >= 12:
  105. if rand(0, 100) >= 40:saunaWorkKlient = 1
  106. elseif hour >= 8:
  107. if rand(0, 100) >= 80:saunaWorkKlient = 1
  108. else
  109. if rand(0, 100) >= 40:saunaWorkKlient = 1
  110. end
  111. if saunaWorkKlient = 1:
  112. cls
  113. gs 'stat'
  114. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/saunawhore.jpg"></center>'
  115. 'A client has arrived at the sauna, and the girls line up so that the customer can choose one of them.'
  116. if rand(0, 120) < pcs_apprnc:
  117. 'The client jabs a finger at you. "This one."'
  118. act 'Go with the client':
  119. saunaWorkKlient = 1
  120. guy += 1
  121. slutty += 1
  122. SaunaWhore += 1
  123. menu_off = 1
  124. gt 'city_saunawhore', 'clientGate'
  125. end
  126. else
  127. 'The client examines you closely, but turns away to chose another girl.'
  128. act 'Continue':gt 'city_saunawhore', 'saunawork'
  129. end
  130. else
  131. 'The client chooses another girl and she leads him to one of the back rooms.'
  132. act 'Continue':gt 'city_saunawhore', 'saunawork'
  133. end
  134. else
  135. cla
  136. 'The brothel madam walks over to you. "Our customers expect you to be clean, shaven, made-up and with your hair looking nice. Go and sort yourself out, now!"'
  137. act 'Leave':gt 'city_saunawhore', 'saunawork'
  138. end
  139. end
  140. end
  141. if clenerSauna ! daystart:
  142. act 'Clean toilets':
  143. cla
  144. *clr
  145. minut += 60
  146. clenerSauna = daystart
  147. pcs_mood -= 25
  148. menu_off = 1
  149. gs 'sweat', 'add', 30
  150. gs 'stat'
  151. '<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener2.jpg"></center>'
  152. if workDolg > 0:
  153. 'You scrub the sauna toilets for an hour, reducing your debt by 100 <b>₽</b>.'
  154. workDolg -= 100
  155. else
  156. 'You scrub the sauna toilets for an hour. You are paid 100 <b>₽</b> for your work.'
  157. money += 100
  158. end
  159. act 'Leave':gt 'city_saunawhore', 'saunawork'
  160. end
  161. end
  162. if clenerSauna2 ! daystart:
  163. act 'Scrub floors':
  164. cla
  165. *clr
  166. menu_off = 1
  167. minut += 60
  168. clenerSauna2 = daystart
  169. pcs_mood -= 25
  170. gs 'stat'
  171. '<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener1.jpg"></center>'
  172. if workDolg > 0:
  173. 'You spend an hour mopping and scrubbing all the floors, reducing your debt by 100 <b>₽</b>.'
  174. workDolg -= 100
  175. else
  176. 'You spend an hour mopping and scrubbing all the floors. You are paid 100 <b>₽</b> for your work.'
  177. money += 100
  178. end
  179. gs 'sweat', 'add', 30
  180. act 'Leave':gt 'city_saunawhore', 'saunawork'
  181. end
  182. end
  183. if npc_QW['A113'] = 1 and workDolg <= 0 and belgangPay <= 0:
  184. cla & *clr
  185. menu_off = 0
  186. gs'stat'
  187. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/Strela/vadimbely.jpg"></center>'
  188. 'You see a familiar face as you enter the sauna. Vadim Bely stands with his brother. "Good news little whore, you''ve finally paid off your debt. You''re free to do whatever you want now."'
  189. 'You look at him with hate-filled eyes. "Do you know what you put me through here? You''re the most despicable man I''ve ever met in my life!"'
  190. *nl
  191. 'Vadim laughs loudly. "Choose your words carefully girl. I''m still in control of your future and maybe I think you haven''t paid off your debt yet?"'
  192. 'Not wanting to escalate the situation, you look down at the floor in silence.'
  193. '"Good girl. Now that you''re free, how about you come and party with us to celebrate your freedom?"'
  194. act 'No':
  195. cla & *clr
  196. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/Strela/vadimbely.jpg"></center>'
  197. '"No. I''m sorry, but I just want to go home... Maybe some other time."'
  198. 'Vadim looks at you with a serious stare. "You''re lucky I''m in a good mood today. I''ll let it slide this time."'
  199. 'You quickly gather your stuff before he has a change of heart and run outside the sauna.'
  200. npc_QW['A113'] = 2
  201. act 'Leave':gt 'city_residential'
  202. end
  203. end
  204. end
  205. if $ARGS[0] = 'bathroom':
  206. $loc = 'city_saunawhore'
  207. $loc_arg = 'bathroom'
  208. $locM = 'city_saunawhore'
  209. $locM_arg = 'bathroom'
  210. $location_type = 'bathroom'
  211. menu_off = 0
  212. *clr & cla
  213. gs 'stat'
  214. '<center><img <<$set_imgh>> src="images/locations/shared/brothel/brothelshower.jpg"></center>'
  215. ''
  216. 'You enter the staff bathroom, which is usually cleaned by the new girls who have just started working here, whether they want to or not.'
  217. 'There is 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, a shower, toilet and a sink.'
  218. act 'Return to they foyer': minut += 1 & gt 'city_saunawhore', 'saunawork'
  219. act 'Take a shower (0:15)':
  220. cls
  221. minut += 15
  222. menu_off = 1
  223. gs 'stat'
  224. dynamic $showerdin
  225. '<center><h3>Staff Bathroom</h3></center>'
  226. '<center><img <<$set_imgh>> src="images/locations/shared/brothel/brothelshower.jpg"></center>'
  227. ''
  228. 'You strip from your clothes and gather up your towel, washcloth and soap before heading to the shower. You thoroughly wash yourself so you''re as clean as possible for potential customers.'
  229. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
  230. if workDolg > 0:
  231. if stanok <= 0: stanok = 5
  232. dynamic $brit
  233. elseif workDolg = 0 and stanok > 0:
  234. dynamic $brit
  235. end
  236. dynamic $dryOff
  237. end
  238. if workDolg > 0 and stanok > 0:
  239. *nl
  240. 'You have a handful of cheap razors you can use, enough for <<stanok>> shaves. <a href="exec:gs ''din_van'', ''shave_options''">Shave Options</a>'
  241. dynamic $brit
  242. elseif workDolg > 0 and stanok = 0:
  243. *nl
  244. 'You have <<stanok>> razors left. You should go to your room and ask for more.'
  245. elseif workDolg <= 0 and stanok > 0:
  246. *nl
  247. 'Your current pack of razors will last for <b><<stanok>></b> more shaves. <a href="exec:gs ''din_van'', ''shave_options''">Shave Options</a>'
  248. dynamic $brit
  249. elseif workDolg = 0 and stanok = 0:
  250. *nl
  251. 'You have <<stanok>> razors left. You should to go to the store and buy more.'
  252. end
  253. gs 'din_van', 'prvt_pee'
  254. dynamic $enema
  255. dynamic $tampon
  256. dynamic $quickwash
  257. dynamic $bteeth
  258. dynamic $basin
  259. if breastpump > 0 and bp_unbox >= 1:
  260. act 'Use breast pump' :gt 'lact_bp', 'bp_milking'
  261. end
  262. end
  263. if $ARGS[0] = 'debtPay':
  264. if money > workDolg:
  265. money -= workDolg
  266. workDolg = 0
  267. elseif workDolg > money:
  268. workDolg -= money
  269. money = 0
  270. end
  271. end
  272. if $ARGS[0] = 'clientGate':
  273. if rand(0,19) = 0:gt 'city_saunawhore', 'bdsmclient'
  274. moodTypeRand = rand(-3, 3)
  275. ! customer body type
  276. ! -1=skinny, 3-4=regular, 5-6=muscular, 7+=fat
  277. bodyTypeRand = 3
  278. ! customer height type
  279. ! -1=small, 3-4=regular, 5+=tall
  280. heightTypeRand = 3
  281. ! customer age
  282. customerAge = rand(15, 90)
  283. gs 'npcgeneratec', 0, 'client', customerAge
  284. gs 'boyStat', $npclastgenerated
  285. ! customer race, racial modifiers, dick modifiers
  286. raceRand = rand(1, 10)
  287. if RaceRand <= 7:
  288. $raceType = 'white'
  289. dickChance = 30
  290. bodyTypeRand += rand(-2, 8)
  291. heightTypeRand += rand(-1, 6)
  292. elseif RaceRand <= 9:
  293. $raceType = 'asian'
  294. dickChance = 20
  295. bodyTypeRand += rand(-6, 2)
  296. heightTypeRand += rand(-4, 1)
  297. else
  298. $raceType = 'black'
  299. dickChance = 40
  300. bodyTypeRand += rand(0, 6)
  301. heightTypeRand += rand(0, 6)
  302. end
  303. dickRand = rand(1, 100)
  304. if dickRand <= dickChance:
  305. dick = rand(15, 30)
  306. elseif dickRand <= (dickChance * 2):
  307. dick = rand(10, 20)
  308. else
  309. dick = rand(8, 12)
  310. end
  311. ! customer dick size
  312. if dick >= 24:
  313. $dick_girth = 'a monstrous'
  314. cumVol = rand(4, 5)
  315. elseif dick >= 24:
  316. $dick_girth = 'a huge'
  317. cumVol += 1
  318. cumVol = rand(3, 5)
  319. elseif dick >= 20:
  320. $dick_girth = 'a very big'
  321. cumVol = rand(2, 5)
  322. elseif dick >= 16:
  323. $dick_girth = 'a big'
  324. cumVol = rand(2, 4)
  325. elseif dick >= 12:
  326. $dick_girth = 'a regular'
  327. cumVol -= 1
  328. cumVol = rand(1, 4)
  329. else
  330. $dick_girth = 'a tiny'
  331. cumVol -= 2
  332. cumVol = rand(1, 3)
  333. end
  334. ! customer cum volume
  335. if cumVol <= 1:
  336. $cumType = 'a bit of'
  337. cumVolMl = 10
  338. elseif cumVol = 2:
  339. $cumType = 'some'
  340. cumVolMl = 20
  341. elseif cumVol = 3:
  342. $cumType = 'his warm'
  343. cumVolMl = 40
  344. elseif cumVol = 4:
  345. $cumType = 'a lot of'
  346. cumVolMl = 60
  347. elseif cumVol >= 5:
  348. $cumType = 'an enormous amount of'
  349. cumVolMl = 100
  350. end
  351. if bodyTypeRand <= 1:
  352. $bodyType = 'thin'
  353. elseif bodyTypeRand >= 2 and bodyTypeRand <= 4:
  354. $bodyType = 'athletic'
  355. elseif bodyTypeRand >= 5 and bodyTypeRand <= 6:
  356. $bodyType = 'stout'
  357. elseif bodyTypeRand >= 7:
  358. $bodyType = 'fat'
  359. end
  360. if heightTypeRand <= 1:
  361. $heightType = 'short'
  362. elseif heightTypeRand >= 2 and heightTypeRand <= 4:
  363. $heightType = 'average height'
  364. elseif heightTypeRand >= 5:
  365. $heightType = 'tall'
  366. end
  367. if customerAge <= 18:
  368. $ageType = 'a teenage'
  369. elseif customerAge > 18 and customerAge <= 30:
  370. $ageType = 'a young'
  371. elseif customerAge > 30 and customerAge <= 45:
  372. $ageType = 'a middle-aged'
  373. elseif customerAge > 45 and customerAge <= 60:
  374. $ageType = 'a late middle-aged'
  375. elseif customerAge > 60 and customerAge <= 80:
  376. $ageType = 'an elderly'
  377. elseif customerAge > 80:
  378. $ageType = 'a very old'
  379. end
  380. minut += 5
  381. gs 'stat'
  382. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/room.jpg"></center>'
  383. 'You lead the client into your room, closing the door behind him. He sits down in the chair and stares at you with obvious lust.'
  384. 'He is <<$ageType>> <<$raceType>> man, and he is <<$heightType>> and <<$bodyType>>.'
  385. if dick >= 16:'From the bulge in his pants, you can tell he probably has <<$dick_girth>> dick.'
  386. 'He seems to be in a <<$moodType>> mood.'
  387. if $clothingworntype = 'nude':
  388. if pcs_inhib < 40:
  389. inhib_exp += rand(2,4)
  390. elseif pcs_inhib >= 40 and pcs_inhib < 60:
  391. inhib_exp += 1
  392. end
  393. moodTypeRand += 1
  394. act 'Get straight to business':gt 'city_saunawhore', 'strippedGate'
  395. gs 'arousal', 'foreplay', 3, 'prostitution'
  396. gs 'stat'
  397. else
  398. if pcs_dancero >= 10:act 'Do a little striptease':gt 'city_saunawhore', 'striptease'
  399. act 'Take off your clothes':gt 'city_saunawhore', 'simplystrip'
  400. end
  401. end
  402. if $ARGS[0] = 'striptease':
  403. if pcs_dancero < 20:pcs_dancero += rand(1,3)
  404. if pcs_inhib < 40:
  405. inhib_exp += rand(2,4)
  406. elseif pcs_inhib >= 40 and pcs_inhib < 60:
  407. inhib_exp += 1
  408. end
  409. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/striptease'+rand(1, 5)+'.mp4"></video></center>'
  410. 'Hoping to please the customer, you decide to give him a little show. You count a beat in your head and begin dancing, slowly stripping away your clothes, one piece at a time. It would probably be better if you had actual music, but the client smirks and seems to enjoy it nonetheless.'
  411. moodTypeRand += 1
  412. gs 'arousal', 'foreplay', 5, 'prostitution'
  413. gs 'stat'
  414. act 'Continue':gt 'city_saunawhore', 'strippedGate'
  415. end
  416. if $ARGS[0] = 'simplystrip':
  417. if pcs_dancero < 10: pcs_dancero += rand(0,2)
  418. if pcs_inhib < 40:
  419. inhib_exp += rand(1,2)
  420. elseif pcs_inhib >= 40 and pcs_inhib < 60:
  421. inhib_exp += rand(0,1)
  422. end
  423. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/simplystrip'+rand(1, 2)+'.mp4"></video></center>'
  424. 'You remove your clothes and toss them aside, mentally preparing for the task ahead. The client looks vaguely irritated - perhaps he expected something a bit more provacative?'
  425. moodTypeRand -= 1
  426. gs 'arousal', 'foreplay', 2, 'prostitution'
  427. gs 'stat'
  428. act 'Continue':gt 'city_saunawhore', 'strippedGate'
  429. end
  430. if $ARGS[0] = 'strippedGate':
  431. minut += 2
  432. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/nakedstand.jpg"></center>'
  433. 'You are fully naked in front of the client, his eyes devouring every inch of your body.'
  434. if pcs_dancero >= 20:act 'Dance naked':gt 'city_saunawhore', 'nakeddance'
  435. if guy >= 20:act 'Present your holes to him':gt 'city_saunawhore', 'holeshow'
  436. act 'Kneel and open your mouth':gt 'city_saunawhore', 'blowjob'
  437. end
  438. if $ARGS[0] = 'nakeddance':
  439. if pcs_inhib < 40:
  440. inhib_exp += rand(3,6)
  441. elseif pcs_inhib >= 40 and pcs_inhib < 60:
  442. inhib_exp += rand(1,2)
  443. end
  444. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/nakeddance'+rand(1, 4)+'.mp4"></video></center>'
  445. 'You walk towards the client, straddle his legs, and begin to dance. He leans back and you proceed to give him the best lapdance you can muster. You alternate between rubbing your breasts in his face and turning around to grind your ass on his crotch. Judging from the hardness in his pants, it seems that he is pleased with your efforts.'
  446. moodTypeRand += 1
  447. gs 'arousal', 'foreplay', 5, 'prostitution'
  448. gs 'stat'
  449. act 'Continue':gt 'city_saunawhore', 'blowjob'
  450. end
  451. if $ARGS[0] = 'holeshow':
  452. if pcs_inhib < 40:
  453. inhib_exp += rand(3,6)
  454. elseif pcs_inhib >= 40 and pcs_inhib < 60:
  455. inhib_exp += rand(1,2)
  456. end
  457. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/holeshow'+rand(1, 5)+'.mp4"></video></center>'
  458. 'You decide to tease him further. You lean in close to him and open your mouth, sticking your tongue out and sucking your fingers before you turn around, bend over and grab your ass with both hands.'
  459. 'You pull your ass cheeks apart, giving him a great view of both your holes.'
  460. moodTypeRand += 1
  461. gs 'arousal', 'foreplay', 5, 'prostitution'
  462. gs 'stat'
  463. act 'Continue':gt 'city_saunawhore', 'blowjob'
  464. end
  465. if $ARGS[0] = 'blowjob':
  466. minut += 5
  467. if $moodType = 'fairly normal':
  468. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/blowjob'+rand(1, 5)+'.mp4"></video></center>'
  469. 'You kneel in front of him and bite your lip, caressing his cock through his pants with your hands. He pulls out his <<$dick_girth>> dick and brings it to your <<$pc_desc[''lips'']>> lips.'
  470. 'You start kissing the tip, licking it all around and putting it a bit inside your mouth and sucking the head.'
  471. gs 'arousal', 'bj', 5, 'prostitution'
  472. gs 'stat'
  473. act 'Suck it':gt 'city_saunawhore', 'blowjobGate'
  474. elseif $moodType = 'good':
  475. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/blowjob'+rand(1, 5)+'.mp4"></video></center>'
  476. 'You kneel in front of him and bite your lip, caressing his cock through his pants with your hand.'
  477. 'He then fondles your hair and face and takes you gently by your arm, pulling you up from the floor. He directs you to the bed, undresses and both of you lie down.'
  478. act 'Embrace him':gt 'city_saunawhore', 'fuckGate'
  479. elseif $moodType = 'bad':
  480. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/slapface'+rand(1, 1)+'.mp4"></video></center>'
  481. 'You kneel in front of him and bite your lip, caressing his cock through his pants with your hands.'
  482. 'He comes close to you and suddenly slaps your face hard. You''re caught by surprise and tears well up in your eyes. He seems very angry and even aroused by your misfortune.'
  483. 'As you kneel in front of him in tears, he grabs you roughly by your arms, painfully twisting them behind your back, and slams you down on the bed.'
  484. gs 'pain', 1, 'cheeks', 'slap'
  485. if slutty < 10:
  486. Mana -= 50
  487. else
  488. Mana -= 10
  489. end
  490. gs 'pain', 2, 'armL', 'twist'
  491. gs 'pain', 2, 'armR', 'twist'
  492. act 'Brace yourself':gt 'city_saunawhore', 'fuckRoughGate'
  493. end
  494. gs 'stat'
  495. end
  496. if $ARGS[0] = 'blowjobGate':
  497. 'You begin to suck his cock in earnest, bobbing your head back and forth while running your tongue along the underside of his shaft.'
  498. 'He is rock hard now and you can see his <<$dick_girth>> <<dick>>cm member in all its glory.'
  499. 'He seems to be content with your performance, but you think he wants you to go further.'
  500. gs 'arousal', 'bj', 5, 'prostitution'
  501. gs 'stat'
  502. if dick > pcs_throat:
  503. 'There''s no way you''ll be able to fit the entire thing in your mouth.'
  504. act 'Try to deepthroat him':gt 'city_saunawhore', 'blowjobCaress'
  505. else
  506. act 'Deepthroat him':gt 'city_saunawhore', 'blowjobDeepthroat'
  507. end
  508. end
  509. if $ARGS[0] = 'blowjobCaress':
  510. 'You try to deepthroat him, but his <<$dick_girth>> cock is just too big for you to handle, and you end up gagging yourself and coughing.'
  511. gs 'arousal', 'bj', 5, 'prostitution', 'deepthroat'
  512. ''
  513. moodChange = rand (-2, 0)
  514. moodTypeRand += moodChange
  515. if $moodType = 'good':
  516. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/blowjob'+rand(1, 5)+'.mp4"></video></center>'
  517. 'He seems to enjoy your efforts anyway, and signals that he''s ready to move on to the next stage.'
  518. act 'Continue':gt 'city_saunawhore', 'fuckGate'
  519. elseif $moodType = 'fairly normal':
  520. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/blowjob'+rand(1, 5)+'.mp4"></video></center>'
  521. 'He seem to have had enough as he takes your hand and directs you towards the bed.'
  522. act 'Continue':gt 'city_saunawhore', 'fuckGate'
  523. elseif $moodType = 'bad':
  524. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/slapface'+rand(1, 1)+'.mp4"></video></center>'
  525. 'He scowls at your pathetic attempt and pulls his cock out of your mouth.'
  526. question = rand (1, 3)
  527. if question = 1:
  528. 'He slaps your face hard. "What the hell is wrong with you? What kind of whore is this bad at sucking cock?!"'
  529. elseif question = 2:
  530. 'He slaps your face hard. "My cock isn''t tasty enough for you to suck on properly, bitch?!"'
  531. elseif question = 3:
  532. 'He slaps your face hard. "What kind of good-for-nothing whore are you?!"'
  533. end
  534. gs 'pain', 1, 'cheeks', 'slap'
  535. 'Furious, he grabs you roughly by your arms, painfully twisting them behind your back, and slams you down on the bed.'
  536. act 'Continue':gt 'city_saunawhore', 'fuckRoughGate'
  537. end
  538. gs 'stat'
  539. end
  540. if $ARGS[0] = 'blowjobDeepthroat':
  541. moodChange += rand (-1, 2)
  542. moodTypeRand += moodChange
  543. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/deepthroat'+rand(1, 5)+'.mp4"></video></center>'
  544. 'The client groans as you take him all the way to the hilt - his <<$dick_girth>> <<dick>>cm cock is pushing deep into your throat.'
  545. 'You try to hold it as long as possible while teasing his balls with your tongue.'
  546. if $moodType = 'bad':
  547. 'He gets a sadistic look in his eye, and then grabs the back of your head and holds you down, not letting you escape.'
  548. 'You feel yourself beginning to suffocate and panic, trying to get away from him, but he is much stronger than you and holds you tightly in place. Your eyes begin to roll back and you feel your conciousness fading when he finally releases you. You hack and sputter, thick strands of saliva hanging from his cock to your mouth. He seems to have enjoyed that quite a lot.'
  549. end
  550. gs 'arousal', 'bj', 5, 'prostitution', 'deepthroat'
  551. 'He seems to have had enough and signals that he wants some more.'
  552. gs 'stat'
  553. act 'Continue':gt 'city_saunawhore', 'fuckGate'
  554. end
  555. if $ARGS[0] = 'fuckGate':
  556. minut += 2
  557. noCondChance = rand(1, 100)
  558. if noCondChance < 40:
  559. 'He leers at you lustfully. "So baby, how much for not using a condom?"'
  560. 'When you hesitate, he adds, "Come on, I''ll pay you double."'
  561. act 'Let him fuck you without a condom':gt 'city_saunawhore', 'fuckGateCondomNo'
  562. act 'Insist on using a condom':gt 'city_saunawhore', 'fuckGateCondomYes'
  563. else
  564. gs 'city_saunawhore', 'fuckGateCondomYes'
  565. end
  566. gs 'stat'
  567. end
  568. if $ARGS[0] = 'fuckGateCondomYes':
  569. useCondom = 1
  570. moodTypeRand -= 2
  571. gs 'city_saunawhore', 'fuckGateGo'
  572. end
  573. if $ARGS[0] = 'fuckGateCondomNo':
  574. useCondom = 2
  575. moodTypeRand += 1
  576. gs 'city_saunawhore', 'fuckGateGo'
  577. end
  578. if $ARGS[0] = 'fuckGateGo':
  579. minut += 2
  580. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/lieonbedboth.jpg"></center>'
  581. 'You lie back on the bed in front of the client.'
  582. '"How do you want me?" you ask teasingly.'
  583. if $moodType = 'bad':
  584. '"How do I want you whore? I want you screaming!"'
  585. forced = 1
  586. act 'Continue':gt 'city_saunawhore', 'fuckRoughGate'
  587. else
  588. forced = 2
  589. holeType = rand(1, 2)
  590. if holeType = 1:
  591. '"I want some pussy."'
  592. act 'Spread your legs':gt 'city_saunawhore', 'fuckVaginal'
  593. elseif holeType = 2:
  594. '"I want to fuck your ass."'
  595. act 'Turn around and spread your ass':gt 'city_saunawhore', 'fuckAnal'
  596. end
  597. end
  598. gs 'stat'
  599. end
  600. if $ARGS[0] = 'fuckVaginal':
  601. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/fuckvaginal'+rand(1, 5)+'.mp4"></video></center>'
  602. 'He climbs on top of you and pushes his dick inside you.'
  603. if dick > pcs_vag:
  604. 'His <<$dick_girth>> <<dick>>cm cock is too big for your pussy and causes you intense pain, stretching you past your limit and bringing tears to your eyes. At least he isn''t too rough.'
  605. 'He thrusts his <<$dick_girth>> <<dick>>cm cock into you over and over, seeming to enjoy the tightness and not caring much about your pain.'
  606. DMG = (dick - pcs_vag) / 2
  607. gs 'pain', 1, 'vaginal', 'stretch'
  608. pcs_mood -= (DMG * 5)
  609. gs 'arousal', 'vaginal', 10, 'prostitution', 'rough'
  610. else
  611. 'He thrusts his <<$dick_girth>> <<dick>>cm cock into you over and over, not caring much about technique or your own pleasure.'
  612. gs 'arousal', 'vaginal', 10, 'prostitution'
  613. end
  614. ''
  615. 'After a while, you can sense that he''s about to cum.'
  616. gs 'stat'
  617. if useCondom = 2:
  618. act 'Ask him not to cum inside you':
  619. not_inside = 1
  620. gt 'city_saunawhore', 'cumClientGate'
  621. end
  622. end
  623. act 'Let him cum wherever he wants':
  624. not_inside = 2
  625. gt 'city_saunawhore', 'cumClientGate'
  626. end
  627. end
  628. if $ARGS[0] = 'fuckAnal':
  629. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/fuckanal'+rand(1, 5)+'.mp4"></video></center>'
  630. 'He climbs on the bed behind you, presses the tip of his dick against your asshole and begins to push it in.'
  631. if dick > pcs_ass:
  632. 'His <<dick>> cm <<$dick_girth>> cock is too big for your ass and causes you intense pain as it stretches you out painfully and presses deep inside of you.'
  633. 'He thrusts his <<$dick_girth>> <<dick>>cm cock into your ass over and over, seeming to enjoy the tightness and not caring much about your pain.'
  634. DMG = (dick - pcs_ass) / 2
  635. gs 'pain', 1, 'asshole', 'stretch'
  636. pcs_mood -= (DMG * 5)
  637. gs 'arousal', 'anal', 10, 'prostitution', 'rough'
  638. else
  639. 'He thrusts his <<$dick_girth>> <<dick>>cm cock into your ass over and over, not caring much about technique or whether or not you''re enjoying it.'
  640. gs 'arousal', 'anal', 10, 'prostitution'
  641. end
  642. ''
  643. 'After a while, you can sense that he''s about to cum.'
  644. gs 'stat'
  645. act 'Let him cum wherever he wants':
  646. not_inside = 2
  647. gt 'city_saunawhore', 'cumClientGate'
  648. end
  649. end
  650. if $ARGS[0] = 'fuckRoughGate':
  651. minut += 5
  652. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/bedoverpowered.jpg"></center>'
  653. 'The man is much stronger than you, and you are completely overpowered and entirely at his will.'
  654. 'He keeps your arms pinned painfully behind your back as he fucks you hard.'
  655. pcs_mood -= 50
  656. useCondom = rand(1,2)
  657. forced = 1
  658. gs 'pain', 2, 'armL', 'twist'
  659. gs 'pain', 2, 'armR', 'twist'
  660. holeType = rand(1, 2)
  661. if holeType = 1 and useCondom = 1:
  662. 'You feel the tip of his cock against your pussy. It feels like he''s using a condom.'
  663. act 'Continue':gt 'city_saunawhore', 'fuckRoughVaginal'
  664. elseif holeType = 1 and useCondom = 2:
  665. 'You feel the tip of his cock against your pussy. It feels like he''s not wearing a condom!'
  666. act 'Continue':gt 'city_saunawhore', 'fuckRoughVaginal'
  667. elseif holeType = 2:
  668. 'You feel the tip of his cock pressing against your asshole.'
  669. act 'Continue':gt 'city_saunawhore', 'fuckRoughAnal'
  670. end
  671. gs 'stat'
  672. end
  673. if $ARGS[0] = 'fuckRoughVaginal':
  674. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/fuckroughvaginal'+rand(1, 5)+'.mp4"></video></center>'
  675. 'He forces his dick inside you and begins to roughly fuck your tender pussy.'
  676. 'You cannot help but scream in pain, which seems to arouse him even more and makes him push even harder and deeper.'
  677. if dick > pcs_vag:
  678. 'His <<$dick_girth>> <<dick>>cm is too big for your pussy and causes you intense pain, stretching you horribly and slamming against your cervix.'
  679. DMG = (dick - pcs_vag)
  680. gs 'pain', 2, 'vaginal', 'stretch'
  681. !gs 'pain', 2, 'cervix', 'pinch'
  682. pcs_mood -= (DMG * 5)
  683. end
  684. gs 'arousal', 'vaginal', 10, 'prostitution', 'rough', 'bound'
  685. ''
  686. 'After seemingly endless fucking, you finally sense that he''s about to cum.'
  687. gs 'stat'
  688. if useCondom = 2:
  689. act 'Beg him not to cum inside you':
  690. not_inside = 1
  691. gt 'city_saunawhore', 'cumClientGate'
  692. end
  693. end
  694. act 'Let him cum wherever he wants':
  695. not_inside = 2
  696. gt 'city_saunawhore', 'cumClientGate'
  697. end
  698. end
  699. if $ARGS[0] = 'fuckRoughAnal':
  700. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/fuckroughanal'+rand(1, 5)+'.mp4"></video></center>'
  701. 'He roughly shoves his entire cock up your ass and begins to fuck it furiously.'
  702. 'You cannot help but scream in agony, which arouses him even more and makes him push even harder and deeper.'
  703. if dick > pcs_ass:
  704. 'His <<$dick_girth>> <<dick>>cm is too big for your ass and causes you intense pain, stretching you out and making it feel like you''re being ripped open.'
  705. DMG = (dick - pcs_ass)
  706. gs 'pain', 2, 'asshole', 'stretch'
  707. pcs_mood -= (DMG * 5)
  708. end
  709. not_inside = 2
  710. gs 'arousal', 'anal', 10, 'prostitution', 'rough', 'bound'
  711. ''
  712. 'After seemingly endless assfucking, you finally sense that he''s about to cum.'
  713. gs 'stat'
  714. act 'Let him cum wherever he wants':gt 'city_saunawhore', 'cumClientGate'
  715. end
  716. if $ARGS[0] = 'cumClientGate':
  717. if $moodType = 'bad':
  718. if not_inside = 2:
  719. cumRand = rand(1, 10)
  720. if cumRand <= 9 and holeType = 1:
  721. 'You feel his cock twitch and realize he''s about to cum inside you.'
  722. act 'Continue':gt 'city_saunawhore', 'cumVaginal'
  723. elseif cumRand <= 9 and holeType = 2:
  724. 'You feel his cock twitch and realize he''s about to cum in your ass.'
  725. act 'Continue':gt 'city_saunawhore', 'cumAnal'
  726. else
  727. 'He pulls out and brings his cock up to your face.'
  728. act 'Continue':gt 'city_saunawhore', 'cumFace'
  729. end
  730. else
  731. cumRand = rand(1, 2)
  732. if cumRand = 1 and holeType = 1:
  733. 'He just laughs and you realize he''s going to cum inside you anyway.'
  734. act 'Continue':gt 'city_saunawhore', 'cumVaginal'
  735. elseif cumRand = 2:
  736. 'He just smirks. "Fine. How about in your eyes then, whore?"'
  737. gs 'pain', 1, 'eyes', 'burn'
  738. act 'Continue':gt 'city_saunawhore', 'cumFace'
  739. end
  740. end
  741. else
  742. if not_inside = 2:
  743. cumRand = rand(1, 5)
  744. if cumRand = 1 and holeType = 1:
  745. 'You feel his cock twitch and realize he''s about to cum inside you.'
  746. act 'Continue':gt 'city_saunawhore', 'cumVaginal'
  747. elseif cumRand = 1 and holeType = 2:
  748. 'You feel his cock twitch and realize he''s about to cum in your ass.'
  749. act 'Continue':gt 'city_saunawhore', 'cumAnal'
  750. elseif cumRand = 2:
  751. 'He pulls out and brings his cock up to your face.'
  752. act 'Continue':gt 'city_saunawhore', 'cumFace'
  753. elseif cumRand = 3:
  754. 'He pulls out and brings his cock up to your face.'
  755. act 'Continue':gt 'city_saunawhore', 'cumMouth'
  756. elseif cumRand = 4:
  757. 'He pulls out and holds his cock over your body.'
  758. act 'Continue':gt 'city_saunawhore', 'cumBelly'
  759. elseif cumRand = 5:
  760. 'He pulls out and holds his cock over your body.'
  761. act 'Continue':gt 'city_saunawhore', 'cumTits'
  762. end
  763. else
  764. cumRand = rand(1, 9)
  765. if cumRand <= 2:
  766. 'He nods, pulls out and brings his cock up to your face.'
  767. act 'Continue':gt 'city_saunawhore', 'cumFace'
  768. elseif cumRand <= 4:
  769. 'He nods, pulls out and brings his cock up to your face.'
  770. act 'Continue':gt 'city_saunawhore', 'cumMouth'
  771. elseif cumRand <= 6:
  772. 'He nods, pulls out and holds his cock over your body.'
  773. act 'Continue':gt 'city_saunawhore', 'cumBelly'
  774. elseif cumRand <= 8:
  775. 'He nods, pulls out and holds his cock over your body.'
  776. act 'Continue':gt 'city_saunawhore', 'cumTits'
  777. else
  778. 'He shakes his head. "Sorry, I can''t stop now!" You realize he''s going to cum in you anyway!'
  779. act 'Continue':gt 'city_saunawhore', 'cumVaginal'
  780. end
  781. end
  782. end
  783. end
  784. if $ARGS[0] = 'cumVaginal':
  785. minut += 5
  786. if useCondom = 1:
  787. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/cumcondomvaginal.jpg"></center>'
  788. 'The client''s cock twitches several more times as he cums into the condom.'
  789. 'He rips the condom from his dick, and you see that it has <<$cumType>> cum in it.'
  790. moodTypeRand += rand (-2, 2)
  791. if $moodType = 'bad':
  792. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/cumcondompourface.jpg"></center>'
  793. 'He then suddenly grabs your head and pours the contents over your face.'
  794. gs 'cum_call', '', 'sauna client', 0, 3, 0, cumVolMl
  795. gs 'cum_call', 'face', 'sauna client', 0, 0, 0, cumVolMl
  796. elseif $moodType = 'fairly normal':
  797. 'He throws it on the floor, not caring about spilling the fluids around.'
  798. gs 'cum_call', '', 'sauna client', 0, 3, 0, cumVolMl
  799. elseif $moodType = 'good':
  800. 'He throws it in the waste bin and gently caresses your hair afterwards.'
  801. gs 'cum_call', '', 'sauna client', 0, 3, 0, cumVolMl
  802. end
  803. else
  804. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/cumvaginal'+rand(1, 5)+'.mp4"></video></center>'
  805. 'The client''s cock twitches several more times, and you feel a warmth spreading inside you as he pumps <<$cumType>> cum deep inside your pussy.'
  806. gs 'cum_call', '', 'sauna client', 0, 0, 0, cumVolMl
  807. if rand(1,100) >= 70:gs 'dinSex', 'std_trigger'
  808. end
  809. gs 'stat'
  810. act 'Continue':gt 'city_saunawhore', 'clientLeave'
  811. end
  812. if $ARGS[0] = 'cumAnal':
  813. if useCondom = 1:
  814. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/cumcondomanal.jpg"></center>'
  815. 'The client''s cock twitches several more times as he cums into the condom.'
  816. 'He rips the condom from his dick, and you see that it has <<$cumType>> cum in it.'
  817. moodTypeRand += rand (-2, 2)
  818. if $moodType = 'bad':
  819. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/cumcondompourface.jpg"></center>'
  820. 'He then suddenly grabs your head and pours the contents over your face.'
  821. gs 'cum_call', 'anus', 'sauna client', 0, 3, 0, cumVolMl
  822. gs 'cum_call', 'face', 'sauna client', 0, 0, 0, cumVolMl
  823. elseif $moodType = 'fairly normal':
  824. 'He throws it on the floor, not caring about spilling the fluids around.'
  825. gs 'cum_call', 'anus', 'sauna client', 0, 3, 0, cumVolMl
  826. elseif $moodType = 'good':
  827. 'He throws it in the waste bin and gently caresses your hair afterwards.'
  828. gs 'cum_call', 'anus', 'sauna client', 0, 3, 0, cumVolMl
  829. end
  830. else
  831. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/cumanal'+rand(1, 5)+'.mp4"></video></center>'
  832. 'The client''s cock twitches several more times, and you feel a warmth spreading inside you as he pumps <<$cumType>> cum deep inside your bowels.'
  833. if rand(1,100) >= 70:gs 'dinSex', 'std_trigger'
  834. gs 'cum_call', 'anus', 'sauna client', 0, 0, 0, cumVolMl
  835. end
  836. gs 'stat'
  837. act 'Continue':gt 'city_saunawhore', 'clientLeave'
  838. end
  839. if $ARGS[0] = 'cumFace':
  840. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/cumface'+rand(1, 5)+'.mp4"></video></center>'
  841. if useCondom = 1:
  842. 'The client rips the condom from his dick and <<$cumType>> cum splatters all over your face.'
  843. else
  844. 'The client finishes himself off and <<$cumType>> cum splatters all over your face.'
  845. end
  846. gs 'cum_call', 'face', 0, 0, 0, cumVolMl
  847. gs 'stat'
  848. act 'Continue':gt 'city_saunawhore', 'clientLeave'
  849. end
  850. if $ARGS[0] = 'cumMouth':
  851. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/cummouth'+rand(1, 5)+'.mp4"></video></center>'
  852. if useCondom = 1:
  853. 'The client rips the condom from his dick and shoots <<$cumType>> cum inside your mouth.'
  854. else
  855. 'The client stuffs his dick back inside your mouth and shoots <<$cumType>> cum into your throat.'
  856. end
  857. if rand(1,100) >= 70:gs 'dinSex', 'std_trigger_oral'
  858. gs 'cum_call', 'mouth_swallow', 0, 0, 0, cumVolMl
  859. gs 'stat'
  860. act 'Continue':gt 'city_saunawhore', 'clientLeave'
  861. end
  862. if $ARGS[0] = 'cumBelly':
  863. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/cumbelly'+rand(1, 5)+'.mp4"></video></center>'
  864. if useCondom = 1:
  865. 'The client rips the condom from his dick and <<$cumType>> cum splatters all over your belly.'
  866. else
  867. 'The client finishes himself off and <<$cumType>> cum splatters all over your belly.'
  868. end
  869. gs 'cum_call', 'stomach', 0, 0, 0, cumVolMl
  870. gs 'stat'
  871. act 'Continue':gt 'city_saunawhore', 'clientLeave'
  872. end
  873. if $ARGS[0] = 'cumTits':
  874. '<center><video autoplay loop src="images/locations/city/residential/sauna/sex/cumtits'+rand(1, 5)+'.mp4"></video></center>'
  875. 'You kneel down in front of him, raising your breasts higher for him to shoot his load on them.'
  876. if useCondom = 1:
  877. 'The client rips the condom from his dick and shoots <<$cumType>> cum all over your tits.'
  878. else
  879. 'The client finishes himself off and shoots <<$cumType>> cum all over your tits.'
  880. end
  881. gs 'cum_call', 'breasts', 0, 0, 0, cumVolMl
  882. gs 'stat'
  883. act 'Continue':gt 'city_saunawhore', 'clientLeave'
  884. end
  885. if $ARGS[0] = 'bdsmclient':
  886. cla
  887. *clr
  888. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/bdsm1.jpg"></center>'
  889. 'You''re brought into one of the private sauna rooms where they tell you that today you''ll be performing a different task than your regular routine.'
  890. 'You look around and see some ropes hanging by a bench. Your body tenses as you come to the realization that the ropes are for you...'
  891. '"Don''t worry <<$pcs_nickname>>. This client is only somewhat kinky, so he won''t hurt you." they assure you as they make you sit on the bench and tie you up.'
  892. '"Just one last thing." they say as they put a paper bag over your head. They leave the room as you sit in silence.'
  893. act 'Sit and wait':
  894. cla
  895. *clr
  896. gs 'pain', 2, 'handL', 'bind'
  897. gs 'pain', 2, 'handR', 'bind'
  898. minut += 15
  899. gs 'stat'
  900. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/bdsm2.jpg"></center>'
  901. 'The ropes are chaffing, you''re uncomfortable and it feels like an eternity until you hear someone open the door. You hear some heavy steps come towards you but you can''t see anything.'
  902. '"Let me help you there." you hear a deep voice say as he removes the bag from your head. You flinch as you see he''s wearing a mask over his head.'
  903. 'The man tells you to relax and that he doesn''t want to fuck you, only watch you squirm.'
  904. act 'Squirm':
  905. cla
  906. *clr
  907. minut += 4
  908. gs 'stat'
  909. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/bdsm3.jpg"></center>'
  910. 'Not wanting to upset the patron you begin acting as you''re fighting to get loose, grunting and moaning.'
  911. '"Good good." the man says as he drops his pants and begins touching his little cock. It''s quite clear why you needn''t have worried about getting fucked by this guy.'
  912. 'You do this for some time while the man begins touching himself. This continues for a few minutes until he suddenly stops touching himself and also commands you to stop. He walks over to the door and whispers something to the men standing outside.'
  913. act 'Stand up':
  914. cla
  915. *clr
  916. minut += 10
  917. gs 'stat'
  918. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/bdsm4.jpg"></center>'
  919. 'The men quickly enter the room, grab hold of you and stand you up. "How do you want her?"'
  920. 'The man stands pondering what to do next. "Tie her up like she is. I want to observe her while standing." the voice behind the mask commands.'
  921. 'The men are pretty quick and tie your hands, mid-section and legs so you can''t move. They leave as soon as they''re done while the man begins touching his cock once again.'
  922. '"You have a great body girl, has anyone told you that?" he asks as you try to move your body to a comfortable position.'
  923. '"That''s right, squirm you little whore. I know you''re uncomfortable. How does it feel having someone else in control of your fate?"'
  924. 'You''re starting to worry about what his intentions actually are.'
  925. act 'On all fours':
  926. cla
  927. *clr
  928. gs 'pain', 2, 'legs', 'bind'
  929. minut += 10
  930. gs 'stat'
  931. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/bdsm5.jpg"></center>'
  932. 'The man claps his hands and the men run inside the room again. "I want to see her from behind. And be sure to tie her up nicely, no weak ass shit like the last time."'
  933. 'They quickly finish up, leaving you at the mercy of the man. "Like I said, you don''t have to worry. I won''t fuck you. To be in control is enough for me."'
  934. 'You nod as you''re too afraid to speak. "Now spread your legs. I want to see your beautiful pussy lips."'
  935. 'You try to spread your legs as much as you can, but the ropes are preventing you and the harder you try, the more painfully the ropes dig into you. You let out a desperate cry as he starts grunting.'
  936. act 'On your back':
  937. cla
  938. *clr
  939. gs 'pain', 4, 'labia', 'pinch'
  940. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/sex/bdsm6.jpg"></center>'
  941. '"You little minx! Do you want me to cum this quickly? No no, we''re not done just yet." He once again calls in the men and they lie you on your back, spread your legs and tie you tightly. They also tie your hands above your head.'
  942. '"Excellent work. Did you bring what I asked for?" the man asks.'
  943. 'Your stomach starts churning as you listen. The men hand over a brown bag and leave the room.'
  944. 'The man walks up to you and without saying anything, takes out a number of pins and clips them along your labia. The pinching hurts, but is arousing at the same time.'
  945. '"Feels great, right? I know how to please women." the man confidently says. You answer with a loud moan. That''s enough for him as he starts tugging at his cock and it doesn''t take long before he cums on the floor. He quickly gets dressed, leaving you tied up.'
  946. gs 'arousal', 'foreplay', 15, 'prostitution', 'bound', 'sub'
  947. gs 'stat'
  948. act 'Finish':
  949. cla
  950. *clr
  951. basePay = (10 * rand(85,135))
  952. payment = (basePay / 2)
  953. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/givemoney.jpg"></center>'
  954. if workDolg > 0:
  955. workDolg -= payment
  956. 'The client leaves the room and pays the sauna <<payment>> <b>₽</b> for your services.'
  957. 'The men untie you and have you slowly turn around so the madam can be sure you are unmarked, then leave.'
  958. else
  959. money += payment
  960. 'The client counts the money out as his men untie you. He hands you <<payment>> <b>₽</b> for your services.'
  961. end
  962. gs 'arousal', 'end'
  963. gs 'stat'
  964. act 'Head back to the main area':gt 'city_saunawhore', 'saunawork'
  965. end
  966. end
  967. end
  968. end
  969. end
  970. end
  971. end
  972. if $ARGS[0] = 'clientLeave':
  973. basePay = (10 * rand(75,125))
  974. if prezik = 0:
  975. condomPrice = 100
  976. elseif prezik > 0:
  977. dynamic $prezik
  978. condomPrice = 0
  979. end
  980. if forced = 2:
  981. payment = (basePay * useCondom) - condomPrice
  982. else
  983. payment = (basePay / 2) - condomPrice
  984. end
  985. '<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/givemoney.jpg"></center>'
  986. if workDolg > 0:
  987. workDolg -= payment
  988. 'Having finished with you, the client gets dressed, leaves the room and pays the sauna <<payment>> <b>₽</b> for your services.'
  989. gs 'arousal', 'end'
  990. gs 'stat'
  991. act 'Head back to the main area':gt 'city_saunawhore', 'saunawork'
  992. elseif nichTarSauna = 1:
  993. nichTarSaunaPay += payment
  994. 'Having finished with you, the client gets dressed, leaves the room and pays the sauna <<payment>> <b>₽</b> for your services. This money will be collected by Taras later.'
  995. 'You earned <<nichTarSaunaPay>> <b>₽</b> for Taras.'
  996. gs 'arousal', 'end'
  997. gs 'stat'
  998. act 'Head back to the main area':gt 'city_saunawhore', 'saunawork'
  999. else
  1000. money += payment
  1001. 'Having finished with you, the client gets dressed, takes his wallet out and hands you <<payment>> <b>₽</b>.'
  1002. gs 'arousal', 'end'
  1003. gs 'stat'
  1004. act 'Take the money and see him out':gt 'city_saunawhore', 'saunawork'
  1005. end
  1006. end
  1007. --- city_saunawhore ---------------------------------