zaprFWash.qsrc 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064
  1. # zaprFWash
  2. ! most complete comments for how the code works can be found in 'wash', 'titsFlash', 'runback', and 'punishSpank'
  3. ! most other code in here are just variations of those sections
  4. if $ARGS[0] = 'start':
  5. $metka = 'start'
  6. $loc = 'zaprFWash'
  7. $menu_loc = 'zaprFWash'
  8. $menu_arg = 'start'
  9. menu_off = 0
  10. *clr & cla
  11. ! can''t wash cars if have visible cum already
  12. if (cumloc[6] = 1 or cumloc[7] = 1) or cumloc[11] = 1:
  13. minut += 5
  14. pcs_mood -= 5
  15. pav_sex += rand(0,2)
  16. 'The gas station worker chases you away: "At least go wash yourself off first, whore!"'
  17. act 'Leave':gt 'zaprF', 'start'
  18. act 'Go to the toilet':gt 'zaprF', 'toilet'
  19. else
  20. gt 'zaprFWash', 'wash'
  21. end
  22. end
  23. if $ARGS[0] = 'wash':
  24. if litltown = 0:
  25. slut_compare = city_slut
  26. elseif litltown = 1:
  27. slut_compare = pav_slut
  28. end
  29. ! only wearing bimbo or prostitute clothing and looking good can get propositioned by a customer
  30. if PCloBimbo = 1 or PCloStyle = 4:
  31. i = rand(1, 4)
  32. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/bimboclean<<i>>.jpg"></center>'
  33. minut += 60
  34. pcs_mood -= 5
  35. gs 'sweat', 'add', 2
  36. if pcs_apprnc >= 60:
  37. ! slightly more money for wearing bimbo or prostitute clothing and looking good too
  38. 'You washed the windows of several cars and earned 100 <b>₽</b>.'
  39. money += 100
  40. ! min chance of 20 percent; max chance of 80 percent; percent chance scales with city_slut or pav_slut
  41. ! as your repuation increases you will be asked more often
  42. skimpyCustomerChance = rand(1, 100)
  43. if skimpyCustomerChance <= min(max(20,slut_compare),80):
  44. 'As you finish washing another car, the driver walks up to you to give you a tip. From the way he''s looking at you, it''s obvious he''s interested in something more as well.'
  45. ! starts off with always doing titsQ when rep is low, as rep increases they may skip a question since they know you will do it anyway
  46. ! also different people have different tastes so you wont be asked the same thing in the same order every time by every customer that walks up to you
  47. carwashscene = rand(1, 100)
  48. if carwashscene <= min(max(25,slut_compare),50) and carwashscene >= 25:
  49. gt 'zaprFWash', 'assQ'
  50. elseif carwashscene <= min(max(50,slut_compare),65) and carwashscene >= 50:
  51. gt 'zaprFWash', 'pussyQ'
  52. elseif carwashscene <= min(max(65,slut_compare),85) and carwashscene >= 65:
  53. gt 'zaprFWash', 'handQ'
  54. elseif carwashscene <= min(max(85,slut_compare),100) and carwashscene >= 85:
  55. gt 'zaprFWash', 'blowQ'
  56. else
  57. gt 'zaprFWash', 'titsQ'
  58. end
  59. else
  60. gs 'zaprFWash', 'flash_passing'
  61. end
  62. else
  63. ! slightly more money for wearing bimbo or prostitute clothing but not looking too great
  64. 'You washed the windows of several cars and earned 80 <b>₽</b>.'
  65. money += 80
  66. gs 'zaprFWash', 'flash_passing'
  67. end
  68. else
  69. minut += 60
  70. pcs_mood -= 5
  71. gs 'sweat', 'add', 2
  72. money += 60
  73. i = rand(1, 4)
  74. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/regular<<i>>.jpg"></center>'
  75. ! normal money just for the car washing
  76. 'You washed the windows of several cars and earned 60 <b>₽</b>.'
  77. gs 'zaprFWash', 'flash_passing'
  78. end
  79. end
  80. if $ARGS[0] = 'flash_passing':
  81. act 'Continue':gt 'zaprF', 'start'
  82. if PCloPants > 0 or PCloSkirt > 0:
  83. if pcs_inhib >= 35: act 'Flash your tits at passing cars':gt 'zaprFWash', 'titsFlash', 'Free', 'Flash'
  84. if exhibitionist_lvl > 0: act 'Flash your ass at passing cars':gt 'zaprFWash', 'assFlash', 'Free', 'Flash'
  85. if exhibitionist_lvl > 1: act 'Flash your pussy at passing cars':gt 'zaprFWash', 'pussyFlash', 'Free', 'Flash'
  86. end
  87. end
  88. if $ARGS[0] = 'titsQ':
  89. i = rand(1, 4)
  90. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/bimboclean<<i>>.jpg"></center>'
  91. 'Want to earn some more cash, girl? Show me your tits. I''ll give you 50 <b>₽</b>. It''s easy money.'
  92. ! inhibition or exhibitionism requirements needed to accept the offer or just have fun with him
  93. if exhibitionist_lvl > 0 or pcs_inhib >= 35 or pcs_horny >= 40: act 'Agree and show him your tits':gt 'zaprFWash', 'titsFlash', 'Paid', 'Question'
  94. act 'Refuse':gt 'zaprFWash', 'refuse'
  95. end
  96. if $ARGS[0] = 'assQ':
  97. i = rand(1, 4)
  98. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/bimboclean<<i>>.jpg"></center>'
  99. 'What a nice ass you have there. Let me see it. Will 50 <b>₽</b> convince you to show it to me?'
  100. ! inhibition or exhibitionism requirements needed to accept the offer or just have fun with him
  101. if exhibitionist_lvl > 0 or pcs_horny >= 60: act 'Agree and show him your ass':gt 'zaprFWash', 'assFlash', 'Paid', 'Question'
  102. act 'Refuse':gt 'zaprFWash', 'refuse'
  103. end
  104. if $ARGS[0] = 'pussyQ':
  105. i = rand(1, 4)
  106. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/bimboclean<<i>>.jpg"></center>'
  107. 'You look like a cool girl. Let me see your pussy. I''ll give you 50 <b>₽</b>.'
  108. ! inhibition or exhibitionism requirements needed to accept the offer or just have fun with him
  109. if exhibitionist_lvl > 1 or pcs_horny >= 80: act 'Agree and show him your pussy':gt 'zaprFWash', 'pussyFlash', 'Paid', 'Question'
  110. act 'Refuse':gt 'zaprFWash', 'refuse'
  111. end
  112. if $ARGS[0] = 'handQ':
  113. i = rand(1, 4)
  114. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/bimboclean<<i>>.jpg"></center>'
  115. 'Could you help me out girl? It''s getting tight down here in my pants just looking at you. How about you touch it a bit? I''ll pay you 200 <b>₽</b>.'
  116. ! slut or horny requirements needed to accept the offer or just have fun with him
  117. if slut_compare >= 25 or pcs_horny >= 25: act 'Agree and give him a handjob':gt 'zaprFWash', 'handjob', 'Paid'
  118. act 'Refuse':gt 'zaprFWash', 'refuse'
  119. end
  120. if $ARGS[0] = 'blowQ':
  121. i = rand(1, 4)
  122. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/bimboclean<<i>>.jpg"></center>'
  123. 'Looking hot today girl! How about you put your mouth to good use? I''ll pay you 200 <b>₽</b>.'
  124. ! slut or horny requirements needed to accept the offer or just have fun with him
  125. if slut_compare >= 30 or pcs_horny >= 30: act 'Agree and give him a blowjob':gt 'zaprFWash', 'blowjob', 'Paid', 'Question'
  126. act 'Refuse':gt 'zaprFWash', 'refuse'
  127. end
  128. if $ARGS[0] = 'refuse':
  129. ! just being asked can slowly change your inhibitions which will enable a player to eventually agree to the questions above
  130. if pcs_inhib < 35: inhib_exp += rand(1,2)
  131. pcs_mood += 5
  132. gs 'stat'
  133. '<center><video autoplay loop src="images/pc/no.mp4"></video></center>'
  134. 'You begin to consider his offer but decide turn him down and walk away.'
  135. act 'Go back to washing cars':gt 'zaprF', 'start'
  136. end
  137. ! $ARGS[1] = whether you got paid for this
  138. ! $ARGS[2] = whether this act came from a customer question or just flashing for passing cars
  139. if $ARGS[0] = 'titsFlash':
  140. ! reputation and money will depend on whether you were paid
  141. if $ARGS[1] = 'Paid':
  142. money += 50
  143. if litltown = 0:
  144. city_prostitute += rand(0,1)
  145. elseif litltown = 1:
  146. pav_prostitute += rand(0,1)
  147. end
  148. elseif $ARGS[1] = 'Free':
  149. gs 'exhibitionism', 1
  150. end
  151. if pcs_inhib < 30: inhib_exp += rand(2,4)
  152. pcs_mood += 5
  153. gs 'stat'
  154. gifornot = rand (1, 100)
  155. ! chance for using photos or videos
  156. if gifornot < 50:
  157. i = rand(1, 100)
  158. ! chance of using old pics since there are so many newer pics to choose from
  159. if i < 15:
  160. if PCloPants > 0:
  161. ! loop to sort through old pics since they are jumbled together in the folder but we want to display pics based on clothing
  162. ! will keep looping until it gets a photo with shorts/pants in it
  163. :loop_tits_old_pics1
  164. i = rand(1, 3)
  165. if i = 2: jump 'loop_tits_old_pics1'
  166. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/titsflash<<i>>.jpg"></center>'
  167. elseif PCloSkirt > 0:
  168. ! loop to sort through old pics since they are jumbled together in the folder but we want to display pics based on clothing
  169. ! will keep looping until it gets a photo with a skirt/dress in it
  170. :loop_tits_old_pics2
  171. i = rand(1, 3)
  172. if i = 1 or i = 3: jump 'loop_tits_old_pics2'
  173. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/titsflash<<i>>.jpg"></center>'
  174. end
  175. else
  176. ! newer photos are more neatly organized into different folders so no looping needed
  177. if PCloPants > 0:
  178. i = rand(1, 14)
  179. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/tits/<<i>>.jpg"></center>'
  180. elseif PCloSkirt > 0:
  181. i = rand(1, 12)
  182. '<center><img <<$set_imgh>> src="images/pc/flashing/dress/outside/tits/<<i>>.jpg"></center>'
  183. end
  184. end
  185. else
  186. if PCloPants > 0:
  187. ! loop to sort through old vids since they are jumbled together in the folder but we want to display vids based on clothing
  188. ! will keep looping until it gets a video with shorts/pants in it
  189. :loop_tits_old_vids1
  190. i = rand(1, 7)
  191. if i = 4 or i = 6 or i = 7: jump 'loop_tits_old_vids1'
  192. '<center><video autoplay loop src="images/locations/shared/carwash/titsflash<<i>>.mp4"></video></center>'
  193. elseif PCloSkirt > 0:
  194. ! loop to sort through old vids since they are jumbled together in the folder but we want to display vids based on clothing
  195. ! will keep looping until it gets a video with a skirt/dress in it
  196. :loop_tits_old_vids2
  197. i = rand(1, 7)
  198. if i = 1 or i = 2 or i = 3 or i = 5: jump 'loop_tits_old_vids2'
  199. '<center><video autoplay loop src="images/locations/shared/carwash/titsflash<<i>>.mp4"></video></center>'
  200. end
  201. end
  202. ! text differences depending on whether you were paid, whether you are flashing for a customer or for the cars on the road, and what type of clothing you are wearing
  203. if $ARGS[1] = 'Paid':
  204. if PCloPants > 0:'You lift up your top up and show him your breasts for a few seconds. Then you quickly cover up and take your money.'
  205. if PCloSkirt > 0:'You pull down your top and show him your breasts for a few seconds. Then you quickly cover up and take your money.'
  206. elseif $ARGS[1] = 'Free':
  207. if $ARGS[2] = 'Question':
  208. if PCloPants > 0:'You lift up your top up and show him your breasts for a few seconds. You give your breasts a little shake for him before you cover up.'
  209. if PCloSkirt > 0:'You pull down your top and show him your breasts for a few seconds. You give your breasts a little shake for him before you cover up.'
  210. elseif $ARGS[2] = 'Flash':
  211. if PCloPants > 0:'You lift up your top up and expose your breasts to the road for a few seconds. A couple cars pass by and honk in appreciation. You give your breasts a little shake before you cover up.'
  212. if PCloSkirt > 0:'You pull down your top and expose your breasts to the road for a few seconds. A couple cars pass by and honk in appreciation. You give your breasts a little shake before you cover up.'
  213. end
  214. end
  215. gs 'arousal', 'flashlite', 5
  216. gs 'stat'
  217. ! can only continue with more questions if flashing for a customer
  218. ! also more questions will require either sub or dom or bimbo or horny as well as bimbo or prostitute clothing
  219. ! this has a wide range of requirements so that many different types of characters can still play this content
  220. !if (bimbolevel >= 1 or pcs_horny >= 5) and (PCloBimbo = 1 or PCloStyle = 4) and $ARGS[2] = 'Question':
  221. if (bimbolevel >= 1 or pcs_horny >= 5) and (PCloBimbo = 1 or PCloStyle = 4) and $ARGS[2] = 'Question':
  222. ! once again dynamically choosing the next scene to play based on reputation
  223. carwashscene = rand(1, 100)
  224. if carwashscene <= min(max(30,slut_compare),60) and carwashscene >= 50:
  225. act 'Continue':gt 'zaprFWash', 'pussyQ'
  226. elseif carwashscene <= min(max(60,slut_compare),80) and carwashscene >= 60:
  227. act 'Continue':gt 'zaprFWash', 'handQ'
  228. elseif carwashscene <= min(max(80,slut_compare),100) and carwashscene >= 80:
  229. act 'Continue':gt 'zaprFWash', 'blowQ'
  230. else
  231. act 'Continue':gt 'zaprFWash', 'assQ'
  232. end
  233. ! flashing for cars just allows you to return to the gas station
  234. else
  235. act 'Go back to the gas station':
  236. if $ARGS[1] = 'Paid': slutty += 1
  237. gt 'zaprF', 'start'
  238. end
  239. end
  240. end
  241. ! $ARGS[1] = whether you got paid for this
  242. ! $ARGS[2] = whether this act came from a customer question or just flashing for passing cars
  243. if $ARGS[0] = 'assFlash':
  244. if $ARGS[1] = 'Paid':
  245. money += 50
  246. if litltown = 0:
  247. city_prostitute += rand(0,1)
  248. elseif litltown = 1:
  249. pav_prostitute += rand(0,1)
  250. end
  251. elseif $ARGS[1] = 'Free':
  252. gs 'exhibitionism', 2
  253. end
  254. if pcs_inhib < 30: inhib_exp += rand(2,4)
  255. pcs_mood += 5
  256. gs 'stat'
  257. gifornot = rand (1, 100)
  258. if gifornot < 50:
  259. i = rand(1, 100)
  260. if i < 10:
  261. if PCloPants > 0:
  262. :loop_ass_old_pics1
  263. i = rand(1, 2)
  264. if i = 1: jump 'loop_ass_old_pics1'
  265. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/assflash<<i>>.jpg"></center>'
  266. elseif PCloSkirt > 0:
  267. :loop_ass_old_pics2
  268. i = rand(1, 2)
  269. if i = 2: jump 'loop_ass_old_pics2'
  270. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/assflash<<i>>.jpg"></center>'
  271. end
  272. else
  273. if PCloPants > 0:
  274. i = rand(1, 16)
  275. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/butt/<<i>>.jpg"></center>'
  276. elseif PCloSkirt > 0:
  277. i = rand(1, 9)
  278. '<center><img <<$set_imgh>> src="images/pc/flashing/dress/outside/butt/<<i>>.jpg"></center>'
  279. end
  280. end
  281. else
  282. if PCloPants > 0:
  283. :loop_ass_old_vids1
  284. i = rand(1, 5)
  285. if i = 2 or i = 3: jump 'loop_ass_old_vids1'
  286. '<center><video autoplay loop src="images/locations/shared/carwash/assflash<<i>>.mp4"></video></center>'
  287. elseif PCloSkirt > 0:
  288. :loop_ass_old_vids2
  289. i = rand(1, 5)
  290. if i = 1 or i = 4 or i = 5: jump 'loop_ass_old_vids2'
  291. '<center><video autoplay loop src="images/locations/shared/carwash/assflash<<i>>.mp4"></video></center>'
  292. end
  293. end
  294. if $ARGS[1] = 'Paid':
  295. if PCloPants > 0:'You pull your pants down and show him your ass for a few seconds. Then you quickly cover up and take your money.'
  296. if PCloSkirt > 0:'You lift your skirt up and show him your ass for a few seconds. Then you quickly cover up and take your money.'
  297. elseif $ARGS[1] = 'Free':
  298. if $ARGS[2] = 'Question':
  299. if PCloPants > 0:'You pull your pants down and show him your ass for a few seconds. You give your ass a little shake for him before you cover up.'
  300. if PCloSkirt > 0:'You lift your skirt up and show him your ass for a few seconds. You give your ass a little shake for him before you cover up.'
  301. elseif $ARGS[2] = 'Flash':
  302. if PCloPants > 0:'You pull your pants down and expose your ass to the road for a few seconds. A couple cars pass by and honk in appreciation. You give your ass a little shake before you cover up.'
  303. if PCloSkirt > 0:'You lift your skirt up and expose your ass to the road for a few seconds. A couple cars pass by and honk in appreciation. You give your ass a little shake before you cover up.'
  304. end
  305. end
  306. gs 'arousal', 'flashlite', 5
  307. gs 'stat'
  308. !if (bimbolevel >= 1 or pcs_horny >= 10) and (PCloBimbo = 1 or PCloStyle = 4) and $ARGS[2] = 'Question':
  309. if (bimbolevel >= 1 or pcs_horny >= 10) and (PCloBimbo = 1 or PCloStyle = 4) and $ARGS[2] = 'Question':
  310. carwashscene = rand(1, 100)
  311. if carwashscene <= min(max(50,slut_compare),75) and carwashscene >= 50:
  312. act 'Continue':gt 'zaprFWash', 'handQ'
  313. elseif carwashscene <= min(max(75,slut_compare),100) and carwashscene >= 75:
  314. act 'Continue':gt 'zaprFWash', 'blowQ'
  315. else
  316. act 'Continue':gt 'zaprFWash', 'pussyQ'
  317. end
  318. else
  319. act 'Go back to the gas station':
  320. if $ARGS[1] = 'Paid': slutty += 1
  321. gt 'zaprF', 'start'
  322. end
  323. end
  324. end
  325. ! $ARGS[1] = whether you got paid for this
  326. ! $ARGS[2] = whether this act came from a customer question or just flashing for passing cars
  327. if $ARGS[0] = 'pussyFlash':
  328. if $ARGS[1] = 'Paid':
  329. money += 50
  330. if litltown = 0:
  331. city_prostitute += 1
  332. elseif litltown = 1:
  333. pav_prostitute += 1
  334. end
  335. elseif $ARGS[1] = 'Free':
  336. gs 'exhibitionism', 3
  337. end
  338. if pcs_inhib < 40: inhib_exp += rand(4,6)
  339. pcs_mood += 5
  340. gs 'stat'
  341. if PCloPants > 0:
  342. i = rand(1, 9)
  343. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/pussy/<<i>>.jpg"></center>'
  344. elseif PCloSkirt > 0:
  345. i = rand(1, 13)
  346. '<center><img <<$set_imgh>> src="images/pc/flashing/dress/outside/pussy/<<i>>.jpg"></center>'
  347. end
  348. if $ARGS[1] = 'Paid':
  349. if PCloPants > 0:'You pull your pants down and show him your pussy for a few seconds. Then you quickly cover up and take your money.'
  350. if PCloSkirt > 0:'You lift your skirt up and show him your pussy for a few seconds. Then you quickly cover up and take your money.'
  351. elseif $ARGS[1] = 'Free':
  352. if $ARGS[2] = 'Question':
  353. if PCloPants > 0:'You pull your pants down and show him your pussy for a few seconds. You rub your clit a little for him before you cover up.'
  354. if PCloSkirt > 0:'You lift your skirt up and show him your pussy for a few seconds. You rub your clit a little for him before you cover up.'
  355. elseif $ARGS[2] = 'Flash':
  356. if PCloPants > 0:'You pull your pants down and expose your pussy to the road for a few seconds. A couple cars pass by and honk in appreciation. You rub your clit a little before you cover up.'
  357. if PCloSkirt > 0:'You lift your skirt up and expose your pussy to the road for a few seconds. A couple cars pass by and honk in appreciation. You rub your clit a little before you cover up.'
  358. end
  359. end
  360. gs 'arousal', 'flashlite', 5
  361. gs 'stat'
  362. !if (bimbolevel >= 1 or pcs_horny >= 15) and (PCloBimbo = 1 or PCloStyle = 4) and $ARGS[2] = 'Question':
  363. if (bimbolevel >= 1 or pcs_horny >= 15) and (PCloBimbo = 1 or PCloStyle = 4) and $ARGS[2] = 'Question':
  364. carwashscene = rand(1, 100)
  365. if carwashscene <= min(max(60,slut_compare),100) and carwashscene >= 60:
  366. act 'Continue':gt 'zaprFWash', 'blowQ'
  367. else
  368. act 'Continue':gt 'zaprFWash', 'handQ'
  369. end
  370. else
  371. act 'Go back to the gas station':
  372. if $ARGS[1] = 'Paid': slutty += 1
  373. gt 'zaprF', 'start'
  374. end
  375. end
  376. end
  377. ! $ARGS[1] = whether you got paid for this
  378. if $ARGS[0] = 'handjob':
  379. ! generate random npc for sex
  380. gs 'npcgeneratec', 0, 'gas station customer', rand(18,40)
  381. gs 'boyStat', $npclastgenerated
  382. if $ARGS[1] = 'Paid':
  383. money += 200
  384. if litltown = 0:
  385. city_prostitute += 2
  386. elseif litltown = 1:
  387. pav_prostitute += 2
  388. end
  389. elseif $ARGS[1] = 'Free':
  390. pav_sex += 2
  391. end
  392. if pcs_inhib < 50: inhib_exp += rand(6,8)
  393. pcs_mood += 5
  394. gs 'stat'
  395. gifornot = rand (1, 100)
  396. if gifornot < 50:
  397. i = rand(1, 2)
  398. if i = 1:
  399. '<center><img <<$set_imgh>> src="images/shared/sex/handjob/hand.jpg"></center>'
  400. else
  401. '<center><img <<$set_imgh>> src="images/shared/sex/handjob/hj.jpg"></center>'
  402. end
  403. else
  404. i = rand(0, 2)
  405. if i = 0:
  406. '<center><video autoplay loop src="images/shared/sex/handjob/hj<<i>>.mp4"></video></center>'
  407. else
  408. '<center><video autoplay loop src="images/shared/sex/handjob/handjob<<i>>.mp4"></video></center>'
  409. end
  410. end
  411. if $ARGS[1] = 'Paid':
  412. 'You follow him behind the gas station, where you get the promised money, kneel down, unzip his pants and start working his shaft with your hands.'
  413. gs 'arousal', 'hj', 15, 'sub', 'prostitution', 'unknown'
  414. elseif $ARGS[1] = 'Free':
  415. 'You lead him behind the gas station, kneel down, unzip his pants and start working his shaft with your hands.'
  416. gs 'arousal', 'hj', 15, 'dom', 'unknown'
  417. end
  418. gs 'stat'
  419. 'After a while, the man starts pulling your head closer and closer to him. He asks you to blow him: "I''ll give you 200 <b>₽</b> if you open that mouth for me.'
  420. !bimbolevel >= 1 or pcs_horny >= 30:
  421. if bimbolevel >= 1 or pcs_horny >= 30:
  422. if pcs_inhib >= 30 or pcs_horny >= 30:act 'Open your mouth for him':gt 'zaprFWash', 'blowjob', 'Paid', 'handjob'
  423. act 'Rub harder to make him cum':gt 'zaprFWash', 'handjobEndQ'
  424. else
  425. act 'Rub harder to make him cum':gt 'zaprFWash', 'handjobEndQ'
  426. end
  427. end
  428. ! $ARGS[1] = whether you got paid for this
  429. ! $ARGS[2] = whether this act came from a customer question or already giving a customer a handjob
  430. if $ARGS[0] = 'blowjob':
  431. if $ARGS[2] = 'Question':
  432. gs 'npcgeneratec', 0, 'gas station customer', rand(18,40)
  433. gs 'boyStat', $npclastgenerated
  434. end
  435. if $ARGS[1] = 'Paid':
  436. money += 200
  437. if litltown = 0:
  438. city_prostitute += 2
  439. elseif litltown = 1:
  440. pav_prostitute += 2
  441. end
  442. elseif $ARGS[1] = 'Free':
  443. pav_sex = 2
  444. end
  445. if pcs_inhib < 50: inhib_exp += rand(6,8)
  446. pcs_mood += 5
  447. gs 'stat'
  448. gifornot = rand (1, 100)
  449. if gifornot < 50:
  450. i = rand(1, 4)
  451. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/blowjob<<i>>.jpg"></center>'
  452. else
  453. i = rand(1, 3)
  454. '<center><video autoplay loop src="images/locations/shared/carwash/sex/blowjob<<i>>.mp4"></video></center>'
  455. end
  456. if $ARGS[2] = 'Question':
  457. if $ARGS[1] = 'Paid':
  458. 'You follow him behind the gas station, where you get the promised money, kneel down, unzip his pants and start working his shaft with your mouth.'
  459. gs 'arousal', 'bj', 15, 'sub', 'prostitution', 'unknown'
  460. elseif $ARGS[1] = 'Free':
  461. 'You lead him behind the gas station, kneel down, unzip his pants and start working his shaft with your mouth.'
  462. gs 'arousal', 'bj', 15, 'dom', 'unknown'
  463. end
  464. elseif $ARGS[2] = 'handjob':
  465. if $ARGS[1] = 'Paid':
  466. 'You grab the money he tosses at you and switch to working his shaft with your mouth.'
  467. gs 'arousal', 'bj', 15, 'sub', 'prostitution', 'unknown'
  468. elseif $ARGS[1] = 'Free':
  469. 'You switch to working his shaft with your mouth.'
  470. gs 'arousal', 'bj', 15, 'dom', 'unknown'
  471. end
  472. end
  473. gs 'stat'
  474. 'After a while, the man starts trying to remove your clothes. He asks you to let him fuck your pussy: "I''ll give you 400 <b>₽</b> if you let me take your pussy! C''mon!'
  475. !bimbolevel >= 1 or pcs_horny >= 40:
  476. if bimbolevel >= 1 or pcs_horny >= 40:
  477. if pcs_vag = 0:
  478. if pcs_inhib >= 40 or pcs_horny >= 40: act 'Offer your ass instead (you don''t want to lose your virginity to this stranger...)':gt 'zaprFWash', 'fuckAnal', 'Paid'
  479. else
  480. if pcs_inhib >= 40 or pcs_horny >= 40: act 'Offer your pussy':gt 'zaprFWash', 'fuckPussy', 'Paid'
  481. if pcs_inhib >= 40 or pcs_horny >= 40: act 'Offer your ass':gt 'zaprFWash', 'fuckAnal', 'Paid'
  482. end
  483. act 'Suck harder to make him cum':gt 'zaprFWash', 'blowjobEndQ'
  484. else
  485. act 'Suck harder to make him cum':gt 'zaprFWash', 'blowjobEndQ'
  486. end
  487. end
  488. ! $ARGS[1] = whether you got paid for this
  489. if $ARGS[0] = 'fuckPussy':
  490. if $ARGS[1] = 'Paid':
  491. money += 400
  492. if litltown = 0:
  493. city_prostitute += 4
  494. elseif litltown = 1:
  495. pav_prostitute += 4
  496. end
  497. elseif $ARGS[1] = 'Free':
  498. pav_sex += 4
  499. end
  500. if pcs_inhib < 60: inhib_exp += rand(14,16)
  501. pcs_mood += 10
  502. gs 'stat'
  503. gifornot = rand (1, 100)
  504. if gifornot < 50:
  505. i = rand(1, 4)
  506. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/fuckpussy<<i>>.jpg"></center>'
  507. else
  508. i = rand(1, 4)
  509. '<center><video autoplay loop src="images/locations/shared/carwash/sex/fuckpussy<<i>>.mp4"></video></center>'
  510. end
  511. if $ARGS[1] = 'Paid':
  512. 'You bend over and let the man start fucking your pussy after collecting your money.'
  513. gs 'arousal', 'vaginal', 30, 'sub', 'prostitution', 'unknown'
  514. elseif $ARGS[1] = 'Free':
  515. 'You bend over and let the man start fucking your pussy.'
  516. gs 'arousal', 'vaginal', 30, 'dom', 'unknown'
  517. end
  518. gs 'stat'
  519. act 'Continue':gt 'zaprFWash', 'pussyEndQ'
  520. end
  521. ! $ARGS[1] = whether you got paid for this
  522. if $ARGS[0] = 'fuckAnal':
  523. if $ARGS[1] = 'Paid':
  524. money += 400
  525. if litltown = 0:
  526. city_prostitute += 4
  527. elseif litltown = 1:
  528. pav_prostitute += 4
  529. end
  530. elseif $ARGS[1] = 'Free':
  531. pav_sex += 4
  532. end
  533. if pcs_inhib < 60: inhib_exp += rand(14,16)
  534. pcs_mood += 10
  535. gs 'stat'
  536. gifornot = rand (1, 100)
  537. if gifornot < 50:
  538. i = rand(1, 4)
  539. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/fuckanal<<i>>.jpg"></center>'
  540. else
  541. i = rand(1, 4)
  542. '<center><video autoplay loop src="images/locations/shared/carwash/sex/fuckanal<<i>>.mp4"></video></center>'
  543. end
  544. if $ARGS[1] = 'Paid':
  545. 'You bend over and let the man start fucking your ass after you collect your money. His cock is still wet with your saliva as it slides inside you.'
  546. gs 'arousal', 'anal', 30, 'sub', 'prostitution', 'unknown'
  547. elseif $ARGS[1] = 'Free':
  548. 'You bend over and let the man start fucking your ass. His cock is still wet with your saliva as it slides inside you.'
  549. gs 'arousal', 'anal', 30, 'dom', 'unknown'
  550. end
  551. gs 'stat'
  552. rapePussyChance = rand(1, 100)
  553. if rapePussyChance <= min(max(1,slut_compare),20):
  554. act 'Continue':gt 'zaprFWash', 'rapePussy'
  555. else
  556. act 'Continue':gt 'zaprFWash', 'analEndQ'
  557. end
  558. end
  559. if $ARGS[0] = 'rapePussy':
  560. i = rand(1, 5)
  561. '<center><video autoplay loop src="images/locations/shared/carwash/sex/hardanal<<i>>.mp4"></video></center>'
  562. 'The man fucks your ass furiously, taking no heed to your painful moans. As you try to move away a bit to limit the depth he can reach in your ass, he slaps your buttcheeks hard and shouts:'
  563. '"Stop moving bitch! Who do you think you are, that you can tell me what to do?"'
  564. if pcs_vag = 0:
  565. 'He gropes your ass, lifts it up and suddenly spots your hymen.'
  566. '"What, you are a virgin? Such a tease and still a virgin, really?"'
  567. rapeAnyway = rand(1, 100)
  568. if rapeAnyway <= min(max(1,slut_compare),50):
  569. '"It would have happened sooner or later anyway, virgin slut. Now enjoy and remember this moment; I know I will!"'
  570. act 'Continue':gt 'zaprFWash', 'rapePussyYes', 'virgin'
  571. else
  572. '"Girls like you should not be acting like this! Someone should have taught you a lesson a long time ago."'
  573. act 'Continue':gt 'zaprFWash', 'punishSpank'
  574. end
  575. else
  576. act 'Continue':gt 'zaprFWash', 'rapePussyYes', 'normal'
  577. end
  578. end
  579. ! $ARGS[1] = whether you were a virgin before this or not
  580. if $ARGS[0] = 'rapePussyYes':
  581. inhib_exp += rand(10,20)
  582. i = rand(1, 3)
  583. '<center><video autoplay loop src="images/locations/shared/carwash/sex/pussytoanal<<i>>.mp4"></video></center>'
  584. if $ARGS[1] = 'virgin':
  585. pcs_mood -= 30
  586. 'He gropes your ass, lifts it up and pushes his dick inside your pussy in one thrust! You feel your hymen break and know your virginity is gone forever. What will your friends and family think of you now if they find out?'
  587. elseif $ARGS[1] = 'normal':
  588. pcs_mood -= 20
  589. 'He gropes your ass, lifts it up and pushes his dick inside your pussy in one thrust, all the way to the hilt!'
  590. end
  591. gs 'arousal', 'vaginal', 30, 'sub', 'prostitution', 'rough', 'rape', 'unknown'
  592. gs 'stat'
  593. act 'Continue':gt 'zaprFWash', 'vaginaCum', 'rape'
  594. end
  595. if $ARGS[0] = 'pussyEndQ':
  596. 'You can feel that the man is about to orgasm. You decide to...:'
  597. act 'Let him cum inside your vagina':gt 'zaprFWash', 'vaginaCum', 'consensual'
  598. act 'Take his cum on your face':gt 'zaprFWash', 'blowjobEndFace', 'inside'
  599. act 'Let him cum inside your mouth':gt 'zaprFWash', 'blowjobEndMouth', 'inside'
  600. end
  601. if $ARGS[0] = 'analEndQ':
  602. 'You can feel that the man is about to ejaculate. You decide to...:'
  603. act 'Let him cum inside your ass':gt 'zaprFWash', 'assCum'
  604. act 'Take his cum on your face':gt 'zaprFWash', 'blowjobEndFace', 'inside'
  605. act 'Let him cum inside your mouth':gt 'zaprFWash', 'blowjobEndMouth', 'inside'
  606. end
  607. ! $ARGS[1] = whether this was rape or not
  608. if $ARGS[0] = 'vaginaCum':
  609. if pcs_inhib < 40: inhib_exp += rand(4,6)
  610. pcs_vag += 1
  611. pain['vaginal'] += 4
  612. gs 'cum_call', ''
  613. gs 'stat'
  614. i = rand(1, 5)
  615. '<center><video autoplay loop src="images/locations/shared/carwash/sex/cumpussy<<i>>.mp4"></video></center>'
  616. if $ARGS[1] = 'consensual':
  617. pcs_mood += 20
  618. 'You let him cum deep inside your vagina. A pleasant warmth fills your insides as he shoots his load deep inside you. When he pulls out, a bit of sperm leaks out of your hole.'
  619. elseif $ARGS[1] = 'rape':
  620. pcs_mood -= 20
  621. 'The pounding suddenly stops as he cums deep inside your vagina. You can feel his cum inside of you as he continues to shoot his load inside your vagina. When he pulls out, a bit of sperm leaks out of your hole.'
  622. end
  623. gs 'arousal', 'end'
  624. gs 'stat'
  625. act 'Go back to the gas station':gt 'zaprF', 'start'
  626. end
  627. if $ARGS[0] = 'assCum':
  628. if pcs_inhib < 40: inhib_exp += rand(4,6)
  629. minut += 5
  630. pcs_mood += 10
  631. pcs_ass += 1
  632. pain['asshole'] += 1
  633. gs 'cum_call', 'anus'
  634. gs 'stat'
  635. i = rand(1, 2)
  636. '<center><video autoplay loop src="images/locations/shared/carwash/sex/cumanal<<i>>.mp4"></video></center>'
  637. 'You let him cum deep inside your ass. A pleasant warmth fills your insides as he shoots his load deep inside you. When he pulls out, a bit of sperm leaks out of your hole before you can tighten your worn out anus.'
  638. gs 'arousal', 'end'
  639. gs 'stat'
  640. act 'Go back to gas station':gt 'zaprF', 'start'
  641. end
  642. if $ARGS[0] = 'handjobEndQ':
  643. 'You can feel that the man is about to orgasm. You decide to take it...:'
  644. act 'On your face':gt 'zaprFWash', 'blowjobEndFace', 'outside'
  645. act 'On your hands':gt 'zaprFWash', 'handjobEndHands'
  646. end
  647. if $ARGS[0] = 'handjobEndHands':
  648. if pcs_inhib < 30: inhib_exp += rand(2,4)
  649. pcs_mood += 5
  650. gs 'cum_call', 'hands'
  651. gs 'stat'
  652. gifornot = rand (1, 100)
  653. if gifornot < 30:
  654. i = rand(0, 1)
  655. '<center><video autoplay loop src="images/shared/sex/cum/handjob/hand0,<<i>>.mp4"></video></center>'
  656. else
  657. i = rand(1, 2)
  658. '<center><img <<$set_imgh>> src="images/shared/sex/cum/handjob/hand<<i>>.jpg"></center>'
  659. end
  660. 'When the man starts to ejaculate, you quickly point his cock away from your face. Your hands are covered in cum by the time he is done ejaculating. His sack was full, you can say that for sure.'
  661. gs 'arousal', 'end'
  662. gs 'stat'
  663. act 'Go back to the gas station':gt 'zaprF', 'start'
  664. end
  665. if $ARGS[0] = 'blowjobEndQ':
  666. 'You can feel that the man is about to orgasm. You decide to take it...:'
  667. act 'On your face':gt 'zaprFWash', 'blowjobEndFace', 'outside'
  668. act 'In your mouth':gt 'zaprFWash', 'blowjobEndMouth', 'outside'
  669. end
  670. ! $ARGS[1] = whether his cock was inside or outside of you before he cums on your face
  671. if $ARGS[0] = 'blowjobEndFace':
  672. if pcs_inhib < 30: inhib_exp += rand(2,4)
  673. pcs_mood += 5
  674. gs 'cum_call', 'face'
  675. gs 'stat'
  676. gifornot = rand (1, 100)
  677. if gifornot < 30:
  678. i = rand(1, 2)
  679. '<center><video autoplay loop src="images/locations/shared/carwash/sex/cumface<<i>>.mp4"></video></center>'
  680. else
  681. i = rand(1, 4)
  682. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/cumface<<i>>.jpg"></center>'
  683. end
  684. if $ARGS[1] = 'outside':
  685. 'When the man starts to ejaculate, you quickly point his cock towards your face. Your face is covered in cum by the time he is done ejaculating. His sack was full, you can say that for sure.'
  686. elseif $ARGS[1] = 'inside':
  687. 'When the man starts to ejaculate, you quickly take his cock out of you and point it towards your face. Your face is covered in cum by the time he is done ejaculating. His sack was full, you can say that for sure.'
  688. end
  689. gs 'arousal', 'end'
  690. gs 'stat'
  691. act 'Go back to the gas station':gt 'zaprF', 'start'
  692. end
  693. ! $ARGS[1] = whether his cock was inside or outside of you before he cums in your mouth
  694. if $ARGS[0] = 'blowjobEndMouth':
  695. gs 'cum_call', 'mouth'
  696. gs 'stat'
  697. gifornot = rand (1, 100)
  698. if gifornot < 60:
  699. i = rand(1, 4)
  700. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/cummouth<<i>>.jpg"></center>'
  701. else
  702. '<center><video autoplay loop src="images/locations/shared/carwash/sex/cummouth1.mp4"></video></center>'
  703. end
  704. if $ARGS[1] = 'outside':
  705. 'When the man starts to ejaculate, you quickly open your mouth while keeping his cock aimed straight at your tongue, giving him a good view of the cum as it flies inside your mouth. His sack was full, you can say that for sure.'
  706. elseif $ARGS[1] = 'inside':
  707. 'When the man starts to ejaculate, you quickly take his cock out of you and aim it straight at your tongue, giving him a good view of the cum as it flies inside your mouth. His sack was full, you can say that for sure.'
  708. end
  709. gs 'arousal', 'end'
  710. gs 'stat'
  711. act 'Continue':gt 'zaprFWash', 'blowjobEndMouthQ'
  712. end
  713. if $ARGS[0] = 'blowjobEndMouthQ':
  714. 'Your mouth is full of sperm. You decide to...:'
  715. act 'Swallow and then show him your empty mouth':gt 'zaprFWash', 'blowjobEndMouthSwallow'
  716. act 'Spit it out in front of him':gt 'zaprFWash', 'blowjobEndMouthSpit'
  717. end
  718. if $ARGS[0] = 'blowjobEndMouthSwallow':
  719. if pcs_inhib < 40: inhib_exp += rand(4,6)
  720. swallow += 1
  721. pcs_mood += 10
  722. gs 'stat'
  723. i = rand(1, 4)
  724. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/swallow<<i>>.jpg"></center>'
  725. 'You gulp down the mouthful of sperm and then present your tongue as a proof that all of his seed is now in your belly.'
  726. 'The man smiles, slaps you mildly on your face and says: "What a nice young slut you are. Next time I need a refill, I''ll be sure to stop by."'
  727. gs 'arousal', 'end'
  728. gs 'stat'
  729. act 'Go back to the gas station':gt 'zaprF', 'start'
  730. end
  731. if $ARGS[0] = 'blowjobEndMouthSpit':
  732. if pcs_inhib < 30: inhib_exp += rand(2,4)
  733. gs 'stat'
  734. gifornot = rand (1, 100)
  735. if gifornot > 50:
  736. i = rand(1, 3)
  737. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/spit<<i>>.jpg"></center>'
  738. else
  739. '<center><video autoplay loop src="images/locations/shared/carwash/sex/spit1.mp4"></video></center>'
  740. end
  741. 'You spit the load of sperm down between the legs of your customer. He doesn''t seem happy about it...'
  742. 'His face darkens and he says: "What, my cum isn''t good enough for you to swallow? I''ll teach you bitch!"'
  743. 'He moves closer to you with an angry look!'
  744. act 'Run back to the gas station':gt 'zaprFWash', 'runback'
  745. end
  746. if $ARGS[0] = 'runback':
  747. minut += 5
  748. ! runSuccess uses a simpler version of the formula used with carwashscene
  749. ! just based on strength and agility; uses whichever is higher to try and run away
  750. ! min 25 percent chance; max 75 percent chance for this initial getaway
  751. runSuccess = rand(1, 100)
  752. if runSuccess <= min(max(25,pcs_stren,pcs_agil),75):
  753. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/turn_back.jpg"></center>'
  754. 'You managed to escape his grasp! You take a quick look behind you to make sure he''s not following you before heading back to the gas station.'
  755. gs 'arousal', 'end'
  756. gs 'stat'
  757. act 'Escape':gt 'zaprF', 'start'
  758. else
  759. pain['cheeks'] += 2
  760. pain['head'] += 2
  761. pain['mouth'] += 2
  762. pain['neck'] += 4
  763. '<center><video autoplay loop src="images/locations/shared/carwash/sex/punishbeatface.mp4"></video></center>'
  764. 'You weren''t quick enough and he caught you. He pushes you down and starts to slap your face!'
  765. gs 'arousal', 'end'
  766. gs 'stat'
  767. act 'Endure his punishment':gt 'zaprFWash', 'punish'
  768. ! gave doms the choice to fight back as long as they have some energy related stat with something left even if they lost the roll for runSuccess
  769. ! these values are based off of the cheat menu values for players who turn off these stats as they can never go below 35
  770. gs 'willpower', 'skill', 'force', 'stren_lvl'
  771. will_cost = (will_cost * 3) / 2
  772. if will_cost <= pcs_willpwr:
  773. act 'Push him off of you and escape (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'force' & gt 'zaprFWash', 'fight'
  774. else
  775. act 'Push him off of you and escape (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  776. end
  777. end
  778. end
  779. if $ARGS[0] = 'fight':
  780. ! maybe at some point this could be an actual fight but with the state of the combat logic is in this will just be left to drain a stat to escape
  781. ! these values are based off of the cheat menu values for players who turn off these stats as they can never go below 35
  782. if pcs_energy >= 35:
  783. pcs_energy -= 35
  784. elseif pcs_hydra >= 35:
  785. pcs_hydra -= 35
  786. elseif pcs_sleep >= 35:
  787. pcs_sleep -= 35
  788. end
  789. gs 'arousal', 'end'
  790. gs 'stat'
  791. gt 'zaprF', 'start'
  792. end
  793. if $ARGS[0] = 'punish':
  794. ! once again punishType uses the same logic as carwashscene for dynamic choices
  795. punishType = rand(1, 100)
  796. if punishType <= min(max(50,slut_compare),75) and punishType >= 50:
  797. gt 'zaprFWash', 'punishAnal'
  798. elseif punishType <= min(max(75,slut_compare),100) and punishType >= 75:
  799. gt 'zaprFWash', 'punishPussyQ'
  800. else
  801. gt 'zaprFWash', 'punishSpank'
  802. end
  803. end
  804. if $ARGS[0] = 'punishSpank':
  805. pcs_horny = 0
  806. pcs_mood -= 10
  807. inhib_exp += rand(2,4)
  808. pain['asscheeks'] += 5
  809. gs 'stat'
  810. '<center><video autoplay loop src="images/locations/shared/carwash/sex/punishspank.mp4"></video></center>'
  811. 'The angry man drags you to a more secluded area, bends you over and starts to spank your ass very hard.'
  812. 'After twenty minutes of ruthless punishment, you can finally crawl away with your burning ass.'
  813. gs 'arousal', 'foreplay', 15, 'sub', 'rough', 'unknown'
  814. gs 'arousal', 'end'
  815. gs 'stat'
  816. ! SM it was too hard to get abducted so remove old check against strength/agility, now only checks against slut reputation
  817. ! minimum chance of 1% maximum chance of 90% to be abducted
  818. abductionChance = min(max(1,slut_compare),180)/2
  819. if abductionChance >= rand(1,100):
  820. 'But your perpetrator isn''t done with you.'
  821. 'He catches you again, drags you to his car and pushes you into the trunk...'
  822. 'You have a feeling this probably will not go well for you...'
  823. act 'Cry for help':gt 'abduction', 'start'
  824. else
  825. 'Your perpetrator stands up and just watches as you crawl away in pain.'
  826. 'He turns around and calmly walks away, leaving you alone.'
  827. act 'Escape':gt 'zaprF', 'start'
  828. end
  829. end
  830. if $ARGS[0] = 'punishAnal':
  831. pcs_horny = 0
  832. pcs_mood -= 20
  833. pain['asshole'] += 6
  834. inhib_exp += rand(5,10)
  835. gs 'cum_call', 'anus'
  836. gs 'stat'
  837. i = rand(1, 3)
  838. '<center><video autoplay loop src="images/locations/shared/carwash/sex/punishanal<<i>>.mp4"></video></center>'
  839. 'The angry man drags you to a more secluded area, bends you over, and sticks a finger in your ass.'
  840. 'Your anus fully exposed, he starts fucking it ruthlessly.'
  841. 'After half an hour of rough assfucking he releases his grip on you so you can finally crawl away; your aching ass sore from the brutal penetration.'
  842. gs 'arousal', 'anal', 30, 'sub', 'rough', 'rape', 'unknown'
  843. gs 'arousal', 'end'
  844. gs 'stat'
  845. abductionChance = min(max(1,slut_compare),180)/2
  846. if abductionChance >= rand(1,100):
  847. 'But your perpetrator isn''t done with you.'
  848. 'He catches you again, drags you to his car and pushes you into the trunk...'
  849. 'You have a feeling this probably will not go well for you...'
  850. act 'Cry for help':gt 'abduction', 'start'
  851. else
  852. 'Your perpetrator stands up and just watches as you crawl away in pain.'
  853. 'He turns around and calmly walks away, leaving you alone.'
  854. act 'Escape':gt 'zaprF', 'start'
  855. end
  856. end
  857. if $ARGS[0] = 'punishPussyQ':
  858. 'The angry man drags you to a more secluded area. He bends you over and starts to rub your pussy.'
  859. if pcs_vag = 0:
  860. 'Suddenly he remarks: "What? You''re a virgin? Such slutty tease and still a virgin?'
  861. penetrate = rand (1, 100)
  862. if penetrate <= min(max(50,slut_compare),75) and penetrate >= 50:
  863. 'I''ll spare your virginity but you''ll get fucked anyway. Sluts have more than one hole for a reason, right?'
  864. act 'Endure':gt 'zaprFWash', 'punishAnal'
  865. elseif penetrate <= min(max(75,slut_compare),100) and penetrate >= 75:
  866. 'This makes it even better! I''ll enjoy your tears even more! I haven''t had a virgin in forever!'
  867. act 'Endure':gt 'zaprFWash', 'punishPussy', 'virgin'
  868. else
  869. 'Someone should have done this a long time ago, but I''ll spare you penetration this time!'
  870. act 'Endure':gt 'zaprFWash', 'punishSpank'
  871. end
  872. else
  873. 'Let''s try what you''ve been teasing, you ungrateful whore!'
  874. act 'Endure':gt 'zaprFWash', 'punishPussy', 'normal'
  875. end
  876. end
  877. ! $ARGS[1] = whether you were a virgin before this or not
  878. if $ARGS[0] = 'punishPussy':
  879. pcs_horny = 0
  880. pain['vaginal'] += 4
  881. inhib_exp += rand(5,10)
  882. gs 'cum_call', ''
  883. gs 'stat'
  884. i = rand(1, 5)
  885. '<center><video autoplay loop src="images/locations/shared/carwash/sex/punishpussy<<i>>.mp4"></video></center>'
  886. if $ARGS[1] = 'virgin':
  887. 'Your pussy fully exposed, he slowly inserts his cock inside of you. He pushes right up against your hymen, savoring the moment. Suddenly, you feel your hymen break and know your virginity is gone forever. What will your friends and family think of you now if they find out?'
  888. pcs_mood -= 40
  889. elseif $ARGS[1] = 'normal':
  890. 'Your pussy fully exposed, he starts fucking it ruthlessly.'
  891. pcs_mood -= 20
  892. end
  893. 'After half an hour of destroying your cunt he releases his grip on you so you can finally crawl away; your aching pussy sore from the brutal penetration.'
  894. gs 'arousal', 'vaginal', 30, 'sub', 'rough', 'rape', 'unknown'
  895. gs 'arousal', 'end'
  896. gs 'stat'
  897. abductionChance = min(max(1,slut_compare),180)/2
  898. if abductionChance >= rand(1,100):
  899. 'But your perpetrator isn''t done with you.'
  900. 'He catches you again, drags you to his car and pushes you into the trunk...'
  901. 'You have a feeling this probably will not go well for you...'
  902. act 'Cry for help':gt 'abduction', 'start'
  903. else
  904. 'Your perpetrator stands up and just watches as you crawl away in pain.'
  905. 'He turns around and calmly walks away, leaving you alone.'
  906. act 'Escape':gt 'zaprF', 'start'
  907. end
  908. end
  909. --- zaprFWash ---------------------------------