zaprFWash.qsrc 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074
  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. pcs_sweat += 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. pcs_sweat += 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_dom += 1
  132. pcs_mood += 5
  133. gs 'stat'
  134. '<center><video autoplay loop src="images/pc/no.mp4"></video></center>'
  135. 'You begin to consider his offer but decide turn him down and walk away.'
  136. act 'Go back to washing cars':gt 'zaprF', 'start'
  137. end
  138. ! $ARGS[1] = whether you got paid for this
  139. ! $ARGS[2] = whether this act came from a customer question or just flashing for passing cars
  140. if $ARGS[0] = 'titsFlash':
  141. ! reputation and money will depend on whether you were paid
  142. if $ARGS[1] = 'Paid':
  143. money += 50
  144. if litltown = 0:
  145. city_prostitute += rand(0,1)
  146. elseif litltown = 1:
  147. pav_prostitute += rand(0,1)
  148. end
  149. elseif $ARGS[1] = 'Free':
  150. gs 'exhibitionism', 1
  151. end
  152. if pcs_inhib < 30: inhib_exp += rand(2,4)
  153. pcs_mood += 5
  154. gs 'stat'
  155. gifornot = rand (1, 100)
  156. ! chance for using photos or videos
  157. if gifornot < 50:
  158. i = rand(1, 100)
  159. ! chance of using old pics since there are so many newer pics to choose from
  160. if i < 15:
  161. if PCloPants > 0:
  162. ! loop to sort through old pics since they are jumbled together in the folder but we want to display pics based on clothing
  163. ! will keep looping until it gets a photo with shorts/pants in it
  164. :loop_tits_old_pics1
  165. i = rand(1, 3)
  166. if i = 2: jump 'loop_tits_old_pics1'
  167. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/titsflash<<i>>.jpg"></center>'
  168. elseif PCloSkirt > 0:
  169. ! loop to sort through old pics since they are jumbled together in the folder but we want to display pics based on clothing
  170. ! will keep looping until it gets a photo with a skirt/dress in it
  171. :loop_tits_old_pics2
  172. i = rand(1, 3)
  173. if i = 1 or i = 3: jump 'loop_tits_old_pics2'
  174. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/titsflash<<i>>.jpg"></center>'
  175. end
  176. else
  177. ! newer photos are more neatly organized into different folders so no looping needed
  178. if PCloPants > 0:
  179. i = rand(1, 14)
  180. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/tits/<<i>>.jpg"></center>'
  181. elseif PCloSkirt > 0:
  182. i = rand(1, 12)
  183. '<center><img <<$set_imgh>> src="images/pc/flashing/dress/outside/tits/<<i>>.jpg"></center>'
  184. end
  185. end
  186. else
  187. if PCloPants > 0:
  188. ! loop to sort through old vids since they are jumbled together in the folder but we want to display vids based on clothing
  189. ! will keep looping until it gets a video with shorts/pants in it
  190. :loop_tits_old_vids1
  191. i = rand(1, 7)
  192. if i = 4 or i = 6 or i = 7: jump 'loop_tits_old_vids1'
  193. '<center><video autoplay loop src="images/locations/shared/carwash/titsflash<<i>>.mp4"></video></center>'
  194. elseif PCloSkirt > 0:
  195. ! loop to sort through old vids since they are jumbled together in the folder but we want to display vids based on clothing
  196. ! will keep looping until it gets a video with a skirt/dress in it
  197. :loop_tits_old_vids2
  198. i = rand(1, 7)
  199. if i = 1 or i = 2 or i = 3 or i = 5: jump 'loop_tits_old_vids2'
  200. '<center><video autoplay loop src="images/locations/shared/carwash/titsflash<<i>>.mp4"></video></center>'
  201. end
  202. end
  203. ! 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
  204. if $ARGS[1] = 'Paid':
  205. 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.'
  206. 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.'
  207. elseif $ARGS[1] = 'Free':
  208. if $ARGS[2] = 'Question':
  209. 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.'
  210. 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.'
  211. elseif $ARGS[2] = 'Flash':
  212. 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.'
  213. 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.'
  214. end
  215. end
  216. gs 'arousal', 'flashlite', 5
  217. gs 'stat'
  218. ! can only continue with more questions if flashing for a customer
  219. ! also more questions will require either sub or dom or bimbo or horny as well as bimbo or prostitute clothing
  220. ! this has a wide range of requirements so that many different types of characters can still play this content
  221. if (sub >= 10 or pcs_dom >= 10 or 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 (sub >= 10 or pcs_dom >= 10 or bimbolevel >= 1 or pcs_horny >= 10) and (PCloBimbo = 1 or PCloStyle = 4) and $ARGS[2] = 'Question':
  309. carwashscene = rand(1, 100)
  310. if carwashscene <= min(max(50,slut_compare),75) and carwashscene >= 50:
  311. act 'Continue':gt 'zaprFWash', 'handQ'
  312. elseif carwashscene <= min(max(75,slut_compare),100) and carwashscene >= 75:
  313. act 'Continue':gt 'zaprFWash', 'blowQ'
  314. else
  315. act 'Continue':gt 'zaprFWash', 'pussyQ'
  316. end
  317. else
  318. act 'Go back to the gas station':
  319. if $ARGS[1] = 'Paid': slutty += 1
  320. gt 'zaprF', 'start'
  321. end
  322. end
  323. end
  324. ! $ARGS[1] = whether you got paid for this
  325. ! $ARGS[2] = whether this act came from a customer question or just flashing for passing cars
  326. if $ARGS[0] = 'pussyFlash':
  327. if $ARGS[1] = 'Paid':
  328. money += 50
  329. if litltown = 0:
  330. city_prostitute += 1
  331. elseif litltown = 1:
  332. pav_prostitute += 1
  333. end
  334. elseif $ARGS[1] = 'Free':
  335. gs 'exhibitionism', 3
  336. end
  337. if pcs_inhib < 40: inhib_exp += rand(4,6)
  338. pcs_mood += 5
  339. gs 'stat'
  340. if PCloPants > 0:
  341. i = rand(1, 9)
  342. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/pussy/<<i>>.jpg"></center>'
  343. elseif PCloSkirt > 0:
  344. i = rand(1, 13)
  345. '<center><img <<$set_imgh>> src="images/pc/flashing/dress/outside/pussy/<<i>>.jpg"></center>'
  346. end
  347. if $ARGS[1] = 'Paid':
  348. 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.'
  349. 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.'
  350. elseif $ARGS[1] = 'Free':
  351. if $ARGS[2] = 'Question':
  352. 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.'
  353. 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.'
  354. elseif $ARGS[2] = 'Flash':
  355. 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.'
  356. 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.'
  357. end
  358. end
  359. gs 'arousal', 'flashlite', 5
  360. gs 'stat'
  361. if (sub >= 10 or pcs_dom >= 10 or bimbolevel >= 1 or pcs_horny >= 15) and (PCloBimbo = 1 or PCloStyle = 4) and $ARGS[2] = 'Question':
  362. carwashscene = rand(1, 100)
  363. if carwashscene <= min(max(60,slut_compare),100) and carwashscene >= 60:
  364. act 'Continue':gt 'zaprFWash', 'blowQ'
  365. else
  366. act 'Continue':gt 'zaprFWash', 'handQ'
  367. end
  368. else
  369. act 'Go back to the gas station':
  370. if $ARGS[1] = 'Paid': slutty += 1
  371. gt 'zaprF', 'start'
  372. end
  373. end
  374. end
  375. ! $ARGS[1] = whether you got paid for this
  376. if $ARGS[0] = 'handjob':
  377. ! generate random npc for sex
  378. gs 'npcgeneratec', 0, 'gas station customer', rand(18,40)
  379. gs 'boyStat', $npclastgenerated
  380. if $ARGS[1] = 'Paid':
  381. money += 200
  382. if litltown = 0:
  383. city_prostitute += 2
  384. elseif litltown = 1:
  385. pav_prostitute += 2
  386. end
  387. elseif $ARGS[1] = 'Free':
  388. pav_sex += 2
  389. end
  390. if pcs_inhib < 50: inhib_exp += rand(6,8)
  391. pcs_mood += 5
  392. gs 'stat'
  393. gifornot = rand (1, 100)
  394. if gifornot < 50:
  395. i = rand(1, 2)
  396. if i = 1:
  397. '<center><img <<$set_imgh>> src="images/shared/sex/handjob/hand.jpg"></center>'
  398. else
  399. '<center><img <<$set_imgh>> src="images/shared/sex/handjob/hj.jpg"></center>'
  400. end
  401. else
  402. i = rand(0, 2)
  403. if i = 0:
  404. '<center><video autoplay loop src="images/shared/sex/handjob/hj<<i>>.mp4"></video></center>'
  405. else
  406. '<center><video autoplay loop src="images/shared/sex/handjob/handjob<<i>>.mp4"></video></center>'
  407. end
  408. end
  409. if $ARGS[1] = 'Paid':
  410. '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.'
  411. gs 'arousal', 'hj', 15, 'sub', 'prostitution', 'unknown'
  412. elseif $ARGS[1] = 'Free':
  413. 'You lead him behind the gas station, kneel down, unzip his pants and start working his shaft with your hands.'
  414. gs 'arousal', 'hj', 15, 'dom', 'unknown'
  415. end
  416. gs 'stat'
  417. '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.'
  418. if sub >= 10 or pcs_dom >= 10 or bimbolevel >= 1 or pcs_horny >= 30:
  419. if pcs_inhib >= 30 or pcs_horny >= 30:act 'Open your mouth for him':gt 'zaprFWash', 'blowjob', 'Paid', 'handjob'
  420. act 'Rub harder to make him cum':gt 'zaprFWash', 'handjobEndQ'
  421. else
  422. act 'Rub harder to make him cum':gt 'zaprFWash', 'handjobEndQ'
  423. end
  424. end
  425. ! $ARGS[1] = whether you got paid for this
  426. ! $ARGS[2] = whether this act came from a customer question or already giving a customer a handjob
  427. if $ARGS[0] = 'blowjob':
  428. if $ARGS[2] = 'Question':
  429. gs 'npcgeneratec', 0, 'gas station customer', rand(18,40)
  430. gs 'boyStat', $npclastgenerated
  431. end
  432. if $ARGS[1] = 'Paid':
  433. money += 200
  434. if litltown = 0:
  435. city_prostitute += 2
  436. elseif litltown = 1:
  437. pav_prostitute += 2
  438. end
  439. elseif $ARGS[1] = 'Free':
  440. pav_sex = 2
  441. end
  442. if pcs_inhib < 50: inhib_exp += rand(6,8)
  443. pcs_mood += 5
  444. gs 'stat'
  445. gifornot = rand (1, 100)
  446. if gifornot < 50:
  447. i = rand(1, 4)
  448. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/blowjob<<i>>.jpg"></center>'
  449. else
  450. i = rand(1, 3)
  451. '<center><video autoplay loop src="images/locations/shared/carwash/sex/blowjob<<i>>.mp4"></video></center>'
  452. end
  453. if $ARGS[2] = 'Question':
  454. if $ARGS[1] = 'Paid':
  455. '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.'
  456. gs 'arousal', 'bj', 15, 'sub', 'prostitution', 'unknown'
  457. elseif $ARGS[1] = 'Free':
  458. 'You lead him behind the gas station, kneel down, unzip his pants and start working his shaft with your mouth.'
  459. gs 'arousal', 'bj', 15, 'dom', 'unknown'
  460. end
  461. elseif $ARGS[2] = 'handjob':
  462. if $ARGS[1] = 'Paid':
  463. 'You grab the money he tosses at you and switch to working his shaft with your mouth.'
  464. gs 'arousal', 'bj', 15, 'sub', 'prostitution', 'unknown'
  465. elseif $ARGS[1] = 'Free':
  466. 'You switch to working his shaft with your mouth.'
  467. gs 'arousal', 'bj', 15, 'dom', 'unknown'
  468. end
  469. end
  470. gs 'stat'
  471. '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!'
  472. if sub >= 10 or pcs_dom >= 10 or bimbolevel >= 1 or pcs_horny >= 40:
  473. if pcs_vag = 0:
  474. 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'
  475. else
  476. if pcs_inhib >= 40 or pcs_horny >= 40: act 'Offer your pussy':gt 'zaprFWash', 'fuckPussy', 'Paid'
  477. if pcs_inhib >= 40 or pcs_horny >= 40: act 'Offer your ass':gt 'zaprFWash', 'fuckAnal', 'Paid'
  478. end
  479. act 'Suck harder to make him cum':gt 'zaprFWash', 'blowjobEndQ'
  480. else
  481. act 'Suck harder to make him cum':gt 'zaprFWash', 'blowjobEndQ'
  482. end
  483. end
  484. ! $ARGS[1] = whether you got paid for this
  485. if $ARGS[0] = 'fuckPussy':
  486. if $ARGS[1] = 'Paid':
  487. money += 400
  488. if litltown = 0:
  489. city_prostitute += 4
  490. elseif litltown = 1:
  491. pav_prostitute += 4
  492. end
  493. elseif $ARGS[1] = 'Free':
  494. pav_sex += 4
  495. end
  496. if pcs_inhib < 60: inhib_exp += rand(14,16)
  497. pcs_mood += 10
  498. gs 'stat'
  499. gifornot = rand (1, 100)
  500. if gifornot < 50:
  501. i = rand(1, 4)
  502. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/fuckpussy<<i>>.jpg"></center>'
  503. else
  504. i = rand(1, 4)
  505. '<center><video autoplay loop src="images/locations/shared/carwash/sex/fuckpussy<<i>>.mp4"></video></center>'
  506. end
  507. if $ARGS[1] = 'Paid':
  508. 'You bend over and let the man start fucking your pussy after collecting your money.'
  509. gs 'arousal', 'vaginal', 30, 'sub', 'prostitution', 'unknown'
  510. elseif $ARGS[1] = 'Free':
  511. 'You bend over and let the man start fucking your pussy.'
  512. gs 'arousal', 'vaginal', 30, 'dom', 'unknown'
  513. end
  514. gs 'stat'
  515. act 'Continue':gt 'zaprFWash', 'pussyEndQ'
  516. end
  517. ! $ARGS[1] = whether you got paid for this
  518. if $ARGS[0] = 'fuckAnal':
  519. if $ARGS[1] = 'Paid':
  520. money += 400
  521. if litltown = 0:
  522. city_prostitute += 4
  523. elseif litltown = 1:
  524. pav_prostitute += 4
  525. end
  526. elseif $ARGS[1] = 'Free':
  527. pav_sex += 4
  528. end
  529. if pcs_inhib < 60: inhib_exp += rand(14,16)
  530. pcs_mood += 10
  531. gs 'stat'
  532. gifornot = rand (1, 100)
  533. if gifornot < 50:
  534. i = rand(1, 4)
  535. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/fuckanal<<i>>.jpg"></center>'
  536. else
  537. i = rand(1, 4)
  538. '<center><video autoplay loop src="images/locations/shared/carwash/sex/fuckanal<<i>>.mp4"></video></center>'
  539. end
  540. if $ARGS[1] = 'Paid':
  541. '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.'
  542. gs 'arousal', 'anal', 30, 'sub', 'prostitution', 'unknown'
  543. elseif $ARGS[1] = 'Free':
  544. 'You bend over and let the man start fucking your ass. His cock is still wet with your saliva as it slides inside you.'
  545. gs 'arousal', 'anal', 30, 'dom', 'unknown'
  546. end
  547. gs 'stat'
  548. rapePussyChance = rand(1, 100)
  549. if rapePussyChance <= min(max(1,slut_compare),20):
  550. act 'Continue':gt 'zaprFWash', 'rapePussy'
  551. else
  552. act 'Continue':gt 'zaprFWash', 'analEndQ'
  553. end
  554. end
  555. if $ARGS[0] = 'rapePussy':
  556. i = rand(1, 5)
  557. '<center><video autoplay loop src="images/locations/shared/carwash/sex/hardanal<<i>>.mp4"></video></center>'
  558. '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:'
  559. '"Stop moving bitch! Who do you think you are, that you can tell me what to do?"'
  560. if pcs_vag = 0:
  561. 'He gropes your ass, lifts it up and suddenly spots your hymen.'
  562. '"What, you are a virgin? Such a tease and still a virgin, really?"'
  563. rapeAnyway = rand(1, 100)
  564. if rapeAnyway <= min(max(1,slut_compare),50):
  565. '"It would have happened sooner or later anyway, virgin slut. Now enjoy and remember this moment; I know I will!"'
  566. act 'Continue':gt 'zaprFWash', 'rapePussyYes', 'virgin'
  567. else
  568. '"Girls like you should not be acting like this! Someone should have taught you a lesson a long time ago."'
  569. act 'Continue':gt 'zaprFWash', 'punishSpank'
  570. end
  571. else
  572. act 'Continue':gt 'zaprFWash', 'rapePussyYes', 'normal'
  573. end
  574. end
  575. ! $ARGS[1] = whether you were a virgin before this or not
  576. if $ARGS[0] = 'rapePussyYes':
  577. inhib_exp += rand(10,20)
  578. i = rand(1, 3)
  579. '<center><video autoplay loop src="images/locations/shared/carwash/sex/pussytoanal<<i>>.mp4"></video></center>'
  580. if $ARGS[1] = 'virgin':
  581. sub += 10
  582. pcs_mood -= 30
  583. '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?'
  584. elseif $ARGS[1] = 'normal':
  585. sub += 6
  586. pcs_mood -= 20
  587. 'He gropes your ass, lifts it up and pushes his dick inside your pussy in one thrust, all the way to the hilt!'
  588. end
  589. gs 'arousal', 'vaginal', 30, 'sub', 'prostitution', 'rough', 'rape', 'unknown'
  590. gs 'stat'
  591. act 'Continue':gt 'zaprFWash', 'vaginaCum', 'rape'
  592. end
  593. if $ARGS[0] = 'pussyEndQ':
  594. 'You can feel that the man is about to orgasm. You decide to...:'
  595. act 'Let him cum inside your vagina':gt 'zaprFWash', 'vaginaCum', 'consensual'
  596. act 'Take his cum on your face':gt 'zaprFWash', 'blowjobEndFace', 'inside'
  597. act 'Let him cum inside your mouth':gt 'zaprFWash', 'blowjobEndMouth', 'inside'
  598. end
  599. if $ARGS[0] = 'analEndQ':
  600. 'You can feel that the man is about to ejaculate. You decide to...:'
  601. act 'Let him cum inside your ass':gt 'zaprFWash', 'assCum'
  602. act 'Take his cum on your face':gt 'zaprFWash', 'blowjobEndFace', 'inside'
  603. act 'Let him cum inside your mouth':gt 'zaprFWash', 'blowjobEndMouth', 'inside'
  604. end
  605. ! $ARGS[1] = whether this was rape or not
  606. if $ARGS[0] = 'vaginaCum':
  607. if pcs_inhib < 40: inhib_exp += rand(4,6)
  608. pcs_vag += 1
  609. pain['vaginal'] += 4
  610. gs 'cum_call', ''
  611. gs 'stat'
  612. i = rand(1, 5)
  613. '<center><video autoplay loop src="images/locations/shared/carwash/sex/cumpussy<<i>>.mp4"></video></center>'
  614. if $ARGS[1] = 'consensual':
  615. pcs_mood += 20
  616. '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.'
  617. elseif $ARGS[1] = 'rape':
  618. pcs_mood -= 20
  619. '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.'
  620. end
  621. gs 'arousal', 'end'
  622. gs 'stat'
  623. act 'Go back to the gas station':gt 'zaprF', 'start'
  624. end
  625. if $ARGS[0] = 'assCum':
  626. if pcs_inhib < 40: inhib_exp += rand(4,6)
  627. minut += 5
  628. pcs_mood += 10
  629. pcs_ass += 1
  630. pain['asshole'] += 1
  631. gs 'cum_call', 'anus'
  632. gs 'stat'
  633. i = rand(1, 2)
  634. '<center><video autoplay loop src="images/locations/shared/carwash/sex/cumanal<<i>>.mp4"></video></center>'
  635. '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.'
  636. gs 'arousal', 'end'
  637. gs 'stat'
  638. act 'Go back to gas station':gt 'zaprF', 'start'
  639. end
  640. if $ARGS[0] = 'handjobEndQ':
  641. 'You can feel that the man is about to orgasm. You decide to take it...:'
  642. act 'On your face':gt 'zaprFWash', 'blowjobEndFace', 'outside'
  643. act 'On your hands':gt 'zaprFWash', 'handjobEndHands'
  644. end
  645. if $ARGS[0] = 'handjobEndHands':
  646. if pcs_inhib < 30: inhib_exp += rand(2,4)
  647. pcs_mood += 5
  648. gs 'cum_call', 'hands'
  649. gs 'stat'
  650. gifornot = rand (1, 100)
  651. if gifornot < 30:
  652. i = rand(0, 1)
  653. '<center><video autoplay loop src="images/shared/sex/cum/handjob/hand0,<<i>>.mp4"></video></center>'
  654. else
  655. i = rand(1, 2)
  656. '<center><img <<$set_imgh>> src="images/shared/sex/cum/handjob/hand<<i>>.jpg"></center>'
  657. end
  658. '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.'
  659. gs 'arousal', 'end'
  660. gs 'stat'
  661. act 'Go back to the gas station':gt 'zaprF', 'start'
  662. end
  663. if $ARGS[0] = 'blowjobEndQ':
  664. 'You can feel that the man is about to orgasm. You decide to take it...:'
  665. act 'On your face':gt 'zaprFWash', 'blowjobEndFace', 'outside'
  666. act 'In your mouth':gt 'zaprFWash', 'blowjobEndMouth', 'outside'
  667. end
  668. ! $ARGS[1] = whether his cock was inside or outside of you before he cums on your face
  669. if $ARGS[0] = 'blowjobEndFace':
  670. if pcs_inhib < 30: inhib_exp += rand(2,4)
  671. pcs_mood += 5
  672. gs 'cum_call', 'face'
  673. gs 'stat'
  674. gifornot = rand (1, 100)
  675. if gifornot < 30:
  676. i = rand(1, 2)
  677. '<center><video autoplay loop src="images/locations/shared/carwash/sex/cumface<<i>>.mp4"></video></center>'
  678. else
  679. i = rand(1, 4)
  680. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/cumface<<i>>.jpg"></center>'
  681. end
  682. if $ARGS[1] = 'outside':
  683. '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.'
  684. elseif $ARGS[1] = 'inside':
  685. '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.'
  686. end
  687. gs 'arousal', 'end'
  688. gs 'stat'
  689. act 'Go back to the gas station':gt 'zaprF', 'start'
  690. end
  691. ! $ARGS[1] = whether his cock was inside or outside of you before he cums in your mouth
  692. if $ARGS[0] = 'blowjobEndMouth':
  693. gs 'cum_call', 'mouth'
  694. gs 'stat'
  695. gifornot = rand (1, 100)
  696. if gifornot < 60:
  697. i = rand(1, 4)
  698. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/cummouth<<i>>.jpg"></center>'
  699. else
  700. '<center><video autoplay loop src="images/locations/shared/carwash/sex/cummouth1.mp4"></video></center>'
  701. end
  702. if $ARGS[1] = 'outside':
  703. '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.'
  704. elseif $ARGS[1] = 'inside':
  705. '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.'
  706. end
  707. gs 'arousal', 'end'
  708. gs 'stat'
  709. act 'Continue':gt 'zaprFWash', 'blowjobEndMouthQ'
  710. end
  711. if $ARGS[0] = 'blowjobEndMouthQ':
  712. 'Your mouth is full of sperm. You decide to...:'
  713. act 'Swallow and then show him your empty mouth':gt 'zaprFWash', 'blowjobEndMouthSwallow'
  714. act 'Spit it out in front of him':gt 'zaprFWash', 'blowjobEndMouthSpit'
  715. end
  716. if $ARGS[0] = 'blowjobEndMouthSwallow':
  717. if pcs_inhib < 40: inhib_exp += rand(4,6)
  718. swallow += 1
  719. sub += 1
  720. pcs_mood += 10
  721. gs 'stat'
  722. i = rand(1, 4)
  723. '<center><img <<$set_imgh>> src="images/locations/shared/carwash/sex/swallow<<i>>.jpg"></center>'
  724. '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.'
  725. '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."'
  726. gs 'arousal', 'end'
  727. gs 'stat'
  728. act 'Go back to the gas station':gt 'zaprF', 'start'
  729. end
  730. if $ARGS[0] = 'blowjobEndMouthSpit':
  731. if pcs_inhib < 30: inhib_exp += rand(2,4)
  732. pcs_dom += 3
  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. if dom > 0 and (pcs_energy > 35 or pcs_hydra > 35 or pcs_sleep > 35):
  771. act 'Push him off of you and escape':gt 'zaprFWash', 'fight'
  772. end
  773. end
  774. end
  775. if $ARGS[0] = 'fight':
  776. ! 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
  777. ! these values are based off of the cheat menu values for players who turn off these stats as they can never go below 35
  778. if pcs_energy >= 35:
  779. pcs_energy -= 35
  780. elseif pcs_hydra >= 35:
  781. pcs_hydra -= 35
  782. elseif pcs_sleep >= 35:
  783. pcs_sleep -= 35
  784. end
  785. gs 'arousal', 'end'
  786. gs 'stat'
  787. gt 'zaprF', 'start'
  788. end
  789. if $ARGS[0] = 'punish':
  790. ! once again punishType uses the same logic as carwashscene for dynamic choices
  791. punishType = rand(1, 100)
  792. if punishType <= min(max(50,slut_compare),75) and punishType >= 50:
  793. gt 'zaprFWash', 'punishAnal'
  794. elseif punishType <= min(max(75,slut_compare),100) and punishType >= 75:
  795. gt 'zaprFWash', 'punishPussyQ'
  796. else
  797. gt 'zaprFWash', 'punishSpank'
  798. end
  799. end
  800. if $ARGS[0] = 'punishSpank':
  801. pcs_horny = 0
  802. pcs_mood -= 10
  803. sub += 2
  804. inhib_exp += rand(2,4)
  805. pain['asscheeks'] += 5
  806. gs 'stat'
  807. '<center><video autoplay loop src="images/locations/shared/carwash/sex/punishspank.mp4"></video></center>'
  808. 'The angry man drags you to a more secluded area, bends you over and starts to spank your ass very hard.'
  809. 'After twenty minutes of ruthless punishment, you can finally crawl away with your burning ass.'
  810. gs 'arousal', 'foreplay', 15, 'sub', 'rough', 'unknown'
  811. gs 'arousal', 'end'
  812. gs 'stat'
  813. ! reputationScalar has a min of 1 and a max of 180; the more well known you are the higher the chance of being abducted
  814. reputationScalar = min(max(1,slut_compare),180)
  815. ! fitnessScalar has a min of 1 and a max of 90; the more fit you are the lower the chance of being abducted
  816. fitnessScalar = min(max(1,pcs_stren,pcs_agil),90)
  817. ! abductionChance is calculated using a combination of these 2 values
  818. ! in the beginning of the game fitness will usually outweigh your reputation and keep your abductionChance very low (min is 0)
  819. ! once reputation begins to rise it will even out with the fitness and abductionChance will stabilize at an average value (around 45)
  820. ! but fitness caps at 100 and reputation does not so eventually if your reputation grows to be very large the abductionChance will continue to rise (max of 90)
  821. abductionChance = reputationScalar-fitnessScalar
  822. if (abductionChance > 0 and abductionChance <= rand(1,100)) or sub > 99:
  823. 'But your perpetrator isn''t done with you.'
  824. 'He catches you again, drags you to his car and pushes you into the trunk...'
  825. 'You have a feeling this probably will not go well for you...'
  826. act 'Cry for help':gt 'abduction', 'start'
  827. else
  828. 'Your perpetrator stands up and just watches as you crawl away in pain.'
  829. 'He turns around and calmly walks away, leaving you alone.'
  830. act 'Escape':gt 'zaprF', 'start'
  831. end
  832. end
  833. if $ARGS[0] = 'punishAnal':
  834. pcs_horny = 0
  835. pcs_mood -= 20
  836. sub += 4
  837. pain['asshole'] += 6
  838. inhib_exp += rand(5,10)
  839. gs 'cum_call', 'anus'
  840. gs 'stat'
  841. i = rand(1, 3)
  842. '<center><video autoplay loop src="images/locations/shared/carwash/sex/punishanal<<i>>.mp4"></video></center>'
  843. 'The angry man drags you to a more secluded area, bends you over, and sticks a finger in your ass.'
  844. 'Your anus fully exposed, he starts fucking it ruthlessly.'
  845. '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.'
  846. gs 'arousal', 'anal', 30, 'sub', 'rough', 'rape', 'unknown'
  847. gs 'arousal', 'end'
  848. gs 'stat'
  849. reputationScalar = min(max(1,slut_compare),180)
  850. fitnessScalar = min(max(1,pcs_stren,pcs_agil),90)
  851. abductionChance = reputationScalar-fitnessScalar
  852. if (abductionChance > 0 and abductionChance <= rand(1,100)) or sub > 99:
  853. 'But your perpetrator isn''t done with you.'
  854. 'He catches you again, drags you to his car and pushes you into the trunk...'
  855. 'You have a feeling this probably will not go well for you...'
  856. act 'Cry for help':gt 'abduction', 'start'
  857. else
  858. 'Your perpetrator stands up and just watches as you crawl away in pain.'
  859. 'He turns around and calmly walks away, leaving you alone.'
  860. act 'Escape':gt 'zaprF', 'start'
  861. end
  862. end
  863. if $ARGS[0] = 'punishPussyQ':
  864. 'The angry man drags you to a more secluded area. He bends you over and starts to rub your pussy.'
  865. if pcs_vag = 0:
  866. 'Suddenly he remarks: "What? You''re a virgin? Such slutty tease and still a virgin?'
  867. penetrate = rand (1, 100)
  868. if penetrate <= min(max(50,slut_compare),75) and penetrate >= 50:
  869. 'I''ll spare your virginity but you''ll get fucked anyway. Sluts have more than one hole for a reason, right?'
  870. act 'Endure':gt 'zaprFWash', 'punishAnal'
  871. elseif penetrate <= min(max(75,slut_compare),100) and penetrate >= 75:
  872. 'This makes it even better! I''ll enjoy your tears even more! I haven''t had a virgin in forever!'
  873. act 'Endure':gt 'zaprFWash', 'punishPussy', 'virgin'
  874. else
  875. 'Someone should have done this a long time ago, but I''ll spare you penetration this time!'
  876. act 'Endure':gt 'zaprFWash', 'punishSpank'
  877. end
  878. else
  879. 'Let''s try what you''ve been teasing, you ungrateful whore!'
  880. act 'Endure':gt 'zaprFWash', 'punishPussy', 'normal'
  881. end
  882. end
  883. ! $ARGS[1] = whether you were a virgin before this or not
  884. if $ARGS[0] = 'punishPussy':
  885. pcs_horny = 0
  886. pain['vaginal'] += 4
  887. inhib_exp += rand(5,10)
  888. gs 'cum_call', ''
  889. gs 'stat'
  890. i = rand(1, 5)
  891. '<center><video autoplay loop src="images/locations/shared/carwash/sex/punishpussy<<i>>.mp4"></video></center>'
  892. if $ARGS[1] = 'virgin':
  893. sub += 10
  894. '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?'
  895. pcs_mood -= 40
  896. elseif $ARGS[1] = 'normal':
  897. sub += 6
  898. 'Your pussy fully exposed, he starts fucking it ruthlessly.'
  899. pcs_mood -= 20
  900. end
  901. '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.'
  902. gs 'arousal', 'vaginal', 30, 'sub', 'rough', 'rape', 'unknown'
  903. gs 'arousal', 'end'
  904. gs 'stat'
  905. reputationScalar = min(max(1,slut_compare),180)
  906. fitnessScalar = min(max(1,pcs_stren,pcs_agil),90)
  907. abductionChance = reputationScalar-fitnessScalar
  908. if (abductionChance > 0 and rand(1,100) <= abductionChance) or sub > 99:
  909. 'But your perpetrator isn''t done with you.'
  910. 'He catches you again, drags you to his car and pushes you into the trunk...'
  911. 'You have a feeling this probably will not go well for you...'
  912. act 'Cry for help':gt 'abduction', 'start'
  913. else
  914. 'Your perpetrator stands up and just watches as you crawl away in pain.'
  915. 'He turns around and calmly walks away, leaving you alone.'
  916. act 'Escape':gt 'zaprF', 'start'
  917. end
  918. end
  919. --- zaprFWash ---------------------------------