lover_change.qsrc 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156
  1. # lover_change
  2. gs 'lover_pronouns'
  3. if $ARGS[0] = 'Hair':
  4. 'As you arrive at the salon with <<$loverdesc[lover_number]>>, <<$tXe>> heads over to the counter and tells something to the barber. The barber nods and comes towards you.'
  5. '"So Ms.<<$pcs_lastname>>, you want to get your hair dyed <<$hairPref>> now is that right?"'
  6. act 'Nod':
  7. cla
  8. 'Knowing there is no way to back out of this now, you meekly nod.'
  9. '"Alrighty then, your hair will be <<$hairPref>> before you know it!"'
  10. act 'Take a seat':
  11. cla
  12. if pcs_haircol ! hairPref: pcs_haircol = hairPref
  13. dyefade = rand(35,42)
  14. collength = pcs_hairlng
  15. minut += 20
  16. 'In less then 20 minutes you see that your hair''s original color has been changed to <<$hairPref>>.'
  17. act 'Get up from chair and go to your <<$tBoyGirlfriend>>.':
  18. cla
  19. 'You walk towards your <<$tBoyGirlfriend>> with your new <<$hairPref>> hair and <<$tXe>> tells you that you look amazing.'
  20. 'You can''t say why, but you feel it would be harder to say no next time if <<$tXe>> asked you to change something.'
  21. 'You then leave the salon and head home.'
  22. loverscompliance[lover_number] += 1
  23. act 'Continue': dynamic $go_home
  24. exit
  25. end
  26. end
  27. end
  28. end
  29. if $ARGS[0] = 'Make':
  30. 'After you agree to change your makeup routine for <<$tXem>>, you talk a bit with <<$tXem>> for an hour and then head home.'
  31. 'You can''t say why, but you feel it would be harder to say no next time if he asked you to change something.'
  32. minut += 60
  33. if makeupSetting ! makePrefTmp: makeupSetting = makePrefTmp
  34. loverscompliance[lover_number] += 1
  35. act 'Continue': dynamic $go_home
  36. exit
  37. end
  38. if $ARGS[0] = 'Pier':
  39. 'Since you agreed to adjust your piercings to fit your <<$tBoyGirlfriend>>''s preferences, <<$tXe>> looks at any pre-existing piercings you may have.'
  40. if pierWearCount < pierPrefTmpMin and pierCount >= pierPrefTmpMin:
  41. '<<$loverdesc[lover_number]>> sees that you have enough piercings already, and that you just need to wear them.'
  42. act 'Let <<$tXem>> add piercings':
  43. cla
  44. '<<$tXec>> pulls out a couple of piercings and starts to put them on you.'
  45. if pirsA = 1000 and pierWearCount < pierPrefTmpMin:
  46. '<<$tXec>> asks you to stick out your tongue, then inserts a barbell into your tongue.'
  47. pirsA = 1
  48. pierWearCount += 1
  49. end
  50. if pirsB = 1000 and pierWearCount < pierPrefTmpMin:
  51. '<<$tXec>> gently holds your lip, then inserts a ring.'
  52. pirsB = 1
  53. pierWearCount += 1
  54. end
  55. if pirsC = 1000 and pierWearCount < pierPrefTmpMin:
  56. '<<$tXec>> sees you do not have earrings and proceeds to put rings onto your ears. '
  57. pirsC = 1
  58. pierWearCount += 1
  59. end
  60. if pirsD = 1000 and pierWearCount < pierPrefTmpMin:
  61. '<<$tXec>> takes out a ring and then carefully inserts a ring through your nose.'
  62. pirsD = 1
  63. pierWearCount += 1
  64. end
  65. if pirsE = 1000 and pierWearCount < pierPrefTmpMin:
  66. '<<$loverdesc[lover_number]>> moves to your eyebrow and proceeds to insert a barbell.'
  67. pirsE = 1
  68. pierWearCount += 1
  69. end
  70. if pirsN = 1000 and pierWearCount < pierPrefTmpMin:
  71. '<<$tXec>> takes out a barbell and inserts it into your navel.'
  72. pcs_horny += 2
  73. pirsN = 1
  74. pierWearCount += 1
  75. end
  76. if pirsF = 1000 and pierWearCount < pierPrefTmpMin:
  77. '<<$loverdesc[lover_number]>> looks around, then pulls out a couple of nipple rings. You can tell it slightly turns <<$tXem>> on as <<$tXe>> works <<$tXyr>> way up your shirt to put on the nipple rings.'
  78. pcs_horny += 5
  79. pirsF = 1
  80. pierWearCount += 1
  81. end
  82. if pirsG = 1000 and pierWearCount < pierPrefTmpMin:
  83. '<<$loverdesc[lover_number]>> gets close to your ear, "Don''t make a scene okay?", then <<$tXe>> nonchalantly slides <<$tXyr>> hand down to your labia, and inserts a ring.'
  84. 'You cover your mouth as you let out a quick "Eep!", but in a second, its over.'
  85. pcs_horny += 7
  86. pirsG = 1
  87. pierWearCount += 1
  88. end
  89. act '"All done!" <<$loverdesc[lover_number]>> says.':
  90. cla
  91. gs'stat'
  92. 'You look at your body and examine it.'
  93. if pierPrefTmp = 1:
  94. 'This should not fire off how did <<$tXe>> want to add stuff to nothing?'
  95. elseif pierPrefTmp = 2:
  96. 'You can tell <<$tXe>> likes a girl with a bit more piercings, and you can''t help but agree in some aspect, it does make you look a bit sexier.'
  97. elseif pierPrefTmp = 3:
  98. 'With this many piercings, you can feel many people will be exploring your body with their eyes, curious on where else you may have piercings.'
  99. end
  100. if haraklover[lover_number] = 0:
  101. 'You can see <<$tXe>> loves how many piercings you have, as <<$tXe>> has a slight blush on his face.'
  102. elseif haraklover[lover_number] = 1:
  103. '<<$loverdesc[lover_number]>> gives you one last examination with $tXyr eyes and gives you a quick kiss on your cheek.'
  104. elseif haraklover[lover_number] = 2:
  105. '<<$loverdesc[lover_number]>> comes up to you, and with a quick squeeze on the ass, kisses you on the lips and says, "Now this is a bombshell."'
  106. end
  107. act 'Continue':
  108. cla
  109. 'After this you guys talk for an hour about various things, before <<$tXe>> gets up and says <<$tXe>> has to go.'
  110. 'You can''t say why, but you feel it would be harder to say no next time if <<$tXe>> asked you to change something.'
  111. loverscompliance[lover_number] += 1
  112. minut += 60
  113. act 'Continue': dynamic $go_home
  114. exit
  115. end
  116. end
  117. end
  118. elseif pierWearCount > pierPrefTmpMax:
  119. '<<$loverdesc[lover_number]>> says that you just need to remove the ones that you have and you will look amazing.'
  120. act 'Let <<$tXem>> remove some piercings.':
  121. cla
  122. if pirsN > 0 and pirsN < 1000 and pierWearCount < pierPrefTmpMin:
  123. '<<$tXec>> takes the barbell out of your navel.'
  124. pcs_horny += 2
  125. pirsN = 1000
  126. pierWearCount -= 1
  127. end
  128. if pirsE > 0 and pirsE < 1000 and pierWearCount > pierPrefTmpMax:
  129. '<<$loverdesc[lover_number]>> <<$tXec>> sees the piercing in your eyebrow and proceeds to remove it.'
  130. pirsE = 1000
  131. pierWearCount -= 1
  132. end
  133. if pirsB > 0 and pirsB < 1000 and pierWearCount > pierPrefTmpMax:
  134. '<<$tXec>> carefully takes the ring out of your lips.'
  135. pirsB = 1000
  136. pierWearCount -= 1
  137. end
  138. if pirsF > 0 and pirsF < 1000 and pierWearCount > pierPrefTmpMax:
  139. '<<$loverdesc[lover_number]>> looks around, then carefully uses <<$tXyr>> hands to take the nipple rings off your breasts.'
  140. pcs_horny += 5
  141. pirsF = 1000
  142. pierWearCount -= 1
  143. end
  144. if pirsD > 0 and pirsD < 1000 and pierWearCount > pierPrefTmpMax:
  145. '<<$tXec>> sees the nose ring that you are wearing and removes it.'
  146. pirsD = 1000
  147. pierWearCount -= 1
  148. end
  149. if pirsG > 0 and pirsG < 1000 and pierWearCount > pierPrefTmpMax:
  150. '<<$loverdesc[lover_number]>> gets close to your ear, "Don''t make a scene okay?", then he non chalontely slides <<$tXyr>> hand down to your labia, and removes the ring there.'
  151. 'You cover your mouth as you let out a quick "Eep!", but in a second, its over.'
  152. pcs_horny += 7
  153. pirsG = 1000
  154. pierWearCount -= 1
  155. end
  156. if pirsA > 0 and pirsA < 1000 and pierWearCount > pierPrefTmpMax:
  157. '<<$tXec>> asks you to stick out your tongue, then removes the barbell in your tongue.'
  158. pirsA = 1000
  159. pierWearCount -= 1
  160. end
  161. if pirsC > 0 and pirsC < 1000 and pierWearCount > pierPrefTmpMax:
  162. '<<$tXec>> sees your earrings and quickly takes them off.'
  163. pirsC = 1000
  164. pierWearCount -= 1
  165. end
  166. act '"All done!" <<$loverdesc[lover_number]>> says.':
  167. cla
  168. minut += 60
  169. gs'stat'
  170. '<<$loverdesc[lover_number]>> says "All done!" and promptly hands you the piercings <<$tXe>> took off.'
  171. 'After this you guys talk for an hour about various things, before <<$tXe>> gets up and says <<$tXe>> has to go.'
  172. 'You can''t say why, but you feel it would be harder to say no next time if <<$tXe>> asked you to change something.'
  173. loverscompliance[lover_number] += 1
  174. act 'Continue': dynamic $go_home
  175. exit
  176. end
  177. end
  178. elseif pierWearCount < pierPrefTmpMin and pierCount < pierPrefTmpMin:
  179. '<<$loverdesc[lover_number]>> takes you by the hand and heads over to the piercing salon.'
  180. act 'Enter the piercing salon':
  181. cla
  182. 'As you both arrive at the salon, <<$tXe>> talks real quick to the tattoo artist and piercer.'
  183. 'You see <<$tXem>> hand the artist some money and the artist starts to walk up towards you.'
  184. '"Your <<$tBoyGirlfriend>> says you want to get some piercings?", the artist asks.'
  185. act 'Quietly nod':
  186. cla
  187. 'You know you can''t pull out now, so you meekly nod.'
  188. 'The man shrugs and says "Head over to the chair over there okay?"'
  189. act 'Head over to the chair':
  190. cla
  191. 'As you sit down you see the man come over with the various needles he needs to do his job.'
  192. 'He sees you are a little bit concerned about the needles and laughs, "Don''t worry ma ''am, it will be all over before you know it!"'
  193. 'He takes out a clean needle and proceeds with his job.'
  194. act 'Continue':
  195. *clr & cla
  196. :alreadyGotPierLoop
  197. randchan = rand(0, 7)
  198. if randchan = 0 and pirsC = 0:
  199. if pirsC = 0 and pierCount < pierPrefTmpMin:
  200. 'The artist takes a look at your unpierced ears, and with a quick sharp pain, pierces them.'
  201. '<center><img <<$set_imgh>> src="images/pc/body/piercings/c1.jpg"></center>'
  202. pirsC = 1
  203. pirsC1_owned = 1
  204. pierCount += 1
  205. pierWearCount += 1
  206. gs 'pain', 7, 'ears', 'pierce'
  207. end
  208. elseif randchan = 1 and pirsA = 0:
  209. if pirsA = 0 and pierCount < pierPrefTmpMin:
  210. 'He asks you to stick out your tongue. You comply and then start to regret it as he pierces your tongue.'
  211. '<center><img <<$set_imgh>> src="images/pc/body/piercings/a1.jpg"></center>'
  212. pirsA = 1
  213. pirsA1_owned = 1
  214. pierCount += 1
  215. pierWearCount += 1
  216. gs 'pain', 7, 'tongue', 'pierce'
  217. end
  218. elseif randchan = 2 and pirsB = 0:
  219. if pirsB = 0 and pierCount < pierPrefTmpMin:
  220. 'The artist gently holds your lip as he drives the needle through to pierce it.'
  221. '<center><img <<$set_imgh>> src="images/pc/body/piercings/b1.jpg"></center>'
  222. pirsB = 1
  223. pirsB1_owned = 1
  224. pierCount += 1
  225. pierWearCount += 1
  226. gs 'pain', 7, 'lips', 'pierce'
  227. end
  228. elseif randchan = 3 and pirsD = 0:
  229. if pirsD = 0 and pierCount < pierPrefTmpMin:
  230. 'You feel a sharp pain in your nose as he pierces your nose.'
  231. '<center><img <<$set_imgh>> src="images/pc/body/piercings/d1.jpg"></center>'
  232. pirsD = 1
  233. pirsD1_owned = 1
  234. pierCount += 1
  235. pierWearCount += 1
  236. gs 'pain', 7, 'nose', 'pierce'
  237. end
  238. elseif randchan = 4 and pirsE = 0:
  239. if pirsE = 0 and pierCount < pierPrefTmpMin:
  240. 'The artist moves to above your eyes and quickly pierces your eyebrow.'
  241. '<center><img <<$set_imgh>> src="images/pc/body/piercings/e1.jpg"></center>'
  242. pirsE = 1
  243. pirsE1_owned = 1
  244. pierCount += 1
  245. pierWearCount += 1
  246. gs 'pain', 7, 'eyebrows', 'pierce'
  247. end
  248. elseif randchan = 5 and pirsN = 0:
  249. if pirsN = 0 and pierCount < pierPrefTmpMin:
  250. 'He positions himself to pierce your belly button. You feel a sharp pain through your navel as he pierces it.'
  251. '<center><img <<$set_imgh>> src="images/pc/body/piercings/n1.jpg"></center>'
  252. pcs_horny += 2
  253. pirsN = 1
  254. pirsN1_owned = 1
  255. pierCount += 1
  256. pierWearCount += 1
  257. gs 'pain', 7, 'tummy', 'pierce'
  258. end
  259. elseif randchan = 6 and pirsF = 0:
  260. if pirsF = 0 and pierCount < pierPrefTmpMin:
  261. 'He motions for you to lift up your shirt. After you do the man grabs your breasts rather softly and carefully pierces each nipple.'
  262. !!'<center><img <<$set_imgh>> src="images/pc/body/piercings/f1.jpg"></center>'
  263. pcs_horny += 5
  264. pirsF = 1
  265. pirsF1_owned = 1
  266. pierCount += 1
  267. pierWearCount += 1
  268. gs 'pain', 7, 'nipples', 'pierce'
  269. end
  270. elseif randchan = 7 and pirsG = 0:
  271. if pirsG = 0 and pierCount < pierPrefTmpMin:
  272. '"Ma ''am can you take off your bottoms?", the man says. You realize that he plans to pierce your labia and you reluctantly present yourself.'
  273. 'You cover your mouth as you let out a quick "Eep!", as you feel a quick pain through your labia, but in a second, its over.'
  274. !!'<center><img <<$set_imgh>> src="images/pc/body/piercings/g1.jpg"></center>'
  275. pcs_horny += 7
  276. pirsG = 1
  277. pirsG1_owned = 1
  278. pierCount += 1
  279. pierWearCount += 1
  280. gs 'pain', 7, 'pubic', 'pierce'
  281. end
  282. else
  283. emergencyAbort += 1
  284. if emergencyAbort > 10000 :
  285. '<b><font color="teal">DEVELOPER WARNING: Emergency backout. Either you got very lucky or some dev made a mistake, if it happens again, file a bug report. </font></b>'
  286. else
  287. jump 'alreadyGotPierLoop'
  288. end
  289. end
  290. gs'stat'
  291. '"All done!", the artist says as he starts to clean up his various tools. He says to not irritate the places that he pierced and baby them for a week or two.'
  292. 'Before you leave he puts on the various new piercings throughout your body.'
  293. act 'Go back towards your <<$tBoyGirlfriend>>':
  294. cla
  295. 'As you go back towards him, <<$tXe>> looks you up and down.'
  296. if pierWearCount < pierPrefTmpMin and pierCount >= pierPrefTmpMin:
  297. '"Now lets just add the rest of the piercings...", <<$loverdesc[lover_number]>> says.'
  298. if pirsA = 1000 and pierWearCount < pierPrefTmpMin:
  299. '<<$tXec>> asks you to stick out your tongue, then inserts a barbell into your tongue.'
  300. pirsA = 1
  301. pierWearCount += 1
  302. end
  303. if pirsB = 1000 and pierWearCount < pierPrefTmpMin:
  304. '<<$tXec>> gently holds your lip, then inserts a ring.'
  305. pirsB = 1
  306. pierWearCount += 1
  307. end
  308. if pirsC = 1000 and pierWearCount < pierPrefTmpMin:
  309. '<<$tXec>> sees you do not have earrings and proceeds to put rings onto your ears. '
  310. pirsC = 1
  311. pierWearCount += 1
  312. end
  313. if pirsD = 1000 and pierWearCount < pierPrefTmpMin:
  314. '<<$tXec>> takes out a ring and then carefully inserts a ring through your nose.'
  315. pirsD = 1
  316. pierWearCount += 1
  317. end
  318. if pirsE = 1000 and pierWearCount < pierPrefTmpMin:
  319. '<<$loverdesc[lover_number]>> moves to your eyebrow and proceeds to insert a barbell.'
  320. pirsE = 1
  321. pierWearCount += 1
  322. end
  323. if pirsN = 1000 and pierWearCount < pierPrefTmpMin:
  324. '<<$tXec>> takes out a barbell and inserts it into your navel.'
  325. pcs_horny += 2
  326. pirsN = 1
  327. pierWearCount += 1
  328. end
  329. if pirsF = 1000 and pierWearCount < pierPrefTmpMin:
  330. '<<$loverdesc[lover_number]>> looks around, then pulls out a couple of nipple rings. You can tell it slightly turns <<$tXem>> on as <<$tXe>> works <<$tXyr>> way up your shirt to put on the nipple rings.'
  331. pcs_horny += 5
  332. pirsF = 1
  333. pierWearCount += 1
  334. end
  335. if pirsG = 1000 and pierWearCount < pierPrefTmpMin:
  336. '<<$loverdesc[lover_number]>> gets close to your ear, "Don''t make a scene okay?", then <<$tXe>> nonchalantly slides <<$tXyr>> hand down to your labia, and inserts a ring.'
  337. 'You cover your mouth as you let out a quick "Eep!", but in a second, its over.'
  338. pcs_horny += 7
  339. pirsG = 1
  340. pierWearCount += 1
  341. end
  342. gs'stat'
  343. '"There we go!", <<$tXe>> says with a smile.'
  344. if pierPrefTmp = 2:
  345. 'You can tell <<$tXe>> likes a girl with a bit more piercings, and you can''t help but agree in some aspect, it does make you look a bit sexier.'
  346. elseif pierPrefTmp = 3:
  347. 'With this many piercings, you can feel many people will be exploring your body with their eyes, curious on where else you may have piercings.'
  348. end
  349. if haraklover[lover_number] = 0:
  350. 'You can see <<$tXe>> loves how many piercings you have, as <<$tXe>> has a slight blush on <<$tXyr>> face.'
  351. elseif haraklover[lover_number] = 1:
  352. '<<$loverdesc[lover_number]>> gives you one last examination with <<$tXyr>> eyes and gives you a quick kiss on your cheek.'
  353. elseif haraklover[lover_number] = 2:
  354. '<<$loverdesc[lover_number]>> comes up to you, and with a quick squeeze on the ass, kisses you on the lips and says, "Now this is a bombshell."'
  355. end
  356. act 'Continue':
  357. minut += 40
  358. cla
  359. 'After getting the piercings, you both part ways and head home.'
  360. 'You can''t say why, but you feel it would be harder to say no next time if <<$tXe>> asked you to change something.'
  361. minut += 20
  362. act 'Continue': dynamic $go_home
  363. exit
  364. end
  365. elseif pierWearCount >= pierPrefTmpMin:
  366. '"There we go!", <<$tXe>> says with a smile.'
  367. if pierPrefTmp = 2:
  368. 'You can tell <<$tXe>> likes a girl with a bit more piercings, and you can''t help but agree in some aspect, it does make you look a bit sexier.'
  369. elseif pierPrefTmp = 3:
  370. 'With this many piercings, you can feel many people will be exploring your body with their eyes, curious on where else you may have piercings.'
  371. end
  372. if haraklover[lover_number] = 0:
  373. 'You can see <<$tXe>> loves how many piercings you have, as <<$tXe>> has a slight blush on <<$tXyr>> face.'
  374. elseif haraklover[lover_number] = 1:
  375. '<<$loverdesc[lover_number]>> gives you one last examination with <<$tXyr>> eyes and gives you a quick kiss on your cheek.'
  376. elseif haraklover[lover_number] = 2:
  377. '<<$loverdesc[lover_number]>> comes up to you, and with a quick squeeze on the ass, kisses you on the lips and says, "Now this is a bombshell."'
  378. end
  379. act 'Continue':
  380. minut += 40
  381. cla
  382. 'After getting the piercings, you both part ways and head home.'
  383. 'You can''t say why, but you feel it would be harder to say no next time if <<$tXe>> asked you to change something.'
  384. loverscompliance[lover_number] += 1
  385. minut += 20
  386. act 'Continue': dynamic $go_home
  387. exit
  388. end
  389. else
  390. '"There we go!", <<$tXe>> says with a smile.'
  391. if pierPrefTmp > 1: 'You can tell <<$tXe>> likes a girl with a more piercings and you can''t help but agree in some aspect, it does make you look a bit sexier.'
  392. if haraklover[lover_number] = 0:
  393. 'You can see <<$tXe>> is pleased with your piercing, as <<$tXe>> has a slight blush on <<$tXyr>> face.'
  394. elseif haraklover[lover_number] = 1:
  395. '<<$loverdesc[lover_number]>> gives you one last examination with <<$tXyr>> eyes and gives you a quick kiss on your cheek.'
  396. elseif haraklover[lover_number] = 2:
  397. '<<$loverdesc[lover_number]>> comes up to you, and with a quick squeeze on the ass, kisses you on the lips and says, "You look much better."'
  398. end
  399. act 'Continue':
  400. minut += 40
  401. cla
  402. 'After getting the piercing, you both part ways and head home.'
  403. 'You can''t say why, but you feel it would be harder to say no next time if <<$tXe>> asked you to change something.'
  404. loverscompliance[lover_number] += 1
  405. minut += 20
  406. act 'Continue': dynamic $go_home
  407. exit
  408. end
  409. end
  410. end
  411. end
  412. end
  413. end
  414. end
  415. else
  416. 'This should not fire off. NO else if.'
  417. end
  418. end
  419. if $ARGS[0] = 'Tatt':
  420. act 'Enter Tattoo Parlor':
  421. cla
  422. 'As you arrive at the tattoo parlor, <<$loverdesc[lover_number]>> looks you up and down to decide what needs to be done about your tattoos.'
  423. if tattCount < tattPrefTmpMin:
  424. 'You need some more tattoos, it would make you look so much better!'
  425. '<<$tXec>> heads over to the counter and starts talks to the tattoo artist.'
  426. 'You see <<$tXem>> hand the artist some money and the artist starts to walk up towards you.'
  427. '"Your <<$tBoyGirlfriend>> says you want to get some tattoos?", the artist asks.'
  428. act 'Quietly nod':
  429. cla
  430. 'You know you can''t pull out now, so you meekly nod.'
  431. 'The man shrugs and says "Head over to the chair over there okay?"'
  432. act 'Head over to the chair':
  433. *clr & cla
  434. 'As you sit down you see the man come over with the various needles he needs to do his job.'
  435. 'He sees you are a little bit concerned about the needles and laughs, "Don''t worry ma ''am, it will be all over before you know it!"'
  436. 'He takes out a clean needle and proceeds with his job.'
  437. :tattoo_loop
  438. randchan = rand(0,17)
  439. if randchan = 0 and tatarm = 0:
  440. randchan = rand(1,82)
  441. if tatarm = 0 and tattCount < tattPrefTmpMin:
  442. tatarm = randchan
  443. tattCount += 1
  444. 'He gives you a tattoo on your arm.'
  445. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/arms/tatarm<<tatarm>>.jpg"></center>'
  446. end
  447. elseif randchan = 1 and tatass = 0:
  448. randchan = rand(1,25)
  449. if tatass = 0 and tattCount < tattPrefTmpMin:
  450. tatass = randchan
  451. tattCount += 1
  452. 'He gives you a tattoo on your ass.'
  453. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/ass/tatass<<tatass>>.jpg"></center>'
  454. end
  455. elseif randchan = 2 and tatback = 0:
  456. randchan = rand(1,61)
  457. if tatback = 0 and tattCount < tattPrefTmpMin:
  458. tatback = randchan
  459. tattCount += 1
  460. 'He gives you a tattoo on your back.'
  461. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/back/tatback<<tatback>>.jpg"></center>'
  462. end
  463. elseif randchan = 3 and tatblly = 0:
  464. randchan = rand(1,21)
  465. if tatblly = 0 and tattCount < tattPrefTmpMin:
  466. tatblly = randchan
  467. tattCount += 1
  468. 'He gives you a tattoo on your belly.'
  469. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/belly/tatblly<<tatblly>>.jpg"></center>'
  470. end
  471. elseif randchan = 4 and tatbrst = 0:
  472. randchan = rand(1,11)
  473. if tatbrst = 0 and tattCount < tattPrefTmpMin:
  474. tatbrst = randchan
  475. tattCount += 1
  476. 'He gives you a tattoo on your breasts.'
  477. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/breasts/tatbrst<<tatbrst>>.jpg"></center>'
  478. end
  479. elseif randchan = 5 and tatchst = 0:
  480. randchan = rand(1,15)
  481. if tatchst = 0 and tattCount < tattPrefTmpMin:
  482. tatchst = randchan
  483. tattCount += 1
  484. 'He gives you a tattoo on your chest.'
  485. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/chest/tatchst<<tatchst>>.jpg"></center>'
  486. end
  487. elseif randchan = 6 and tatfce = 0:
  488. randchan = rand(1,8)
  489. if tatfce = 0 and tattCount < tattPrefTmpMin:
  490. tatfce = randchan
  491. tattCount += 1
  492. 'He gives you a tattoo on your face.'
  493. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/face/tatfce<<tatfce>>.jpg"></center>'
  494. end
  495. elseif randchan = 7 and tatankle = 0:
  496. randchan = rand(1,25)
  497. if tatankle = 0 and tattCount < tattPrefTmpMin:
  498. tatankle = randchan
  499. tattCount += 1
  500. 'He gives you a tattoo on your ankles.'
  501. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/foot/tatankle<<tatankle>>.jpg"></center>'
  502. end
  503. elseif randchan = 8 and tatleg = 0:
  504. randchan = rand(1,47)
  505. if tatleg = 0 and tattCount < tattPrefTmpMin:
  506. tatleg = randchan
  507. tattCount += 1
  508. 'He gives you a tattoo on your legs.'
  509. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/legs/tatleg<<tatleg>>.jpg"></center>'
  510. end
  511. elseif randchan = 9 and tatlip = 0:
  512. randchan = rand(1,9)
  513. if tatlip = 0 and tattCount < tattPrefTmpMin:
  514. tatlip = randchan
  515. tattCount += 1
  516. 'He gives you a tattoo on your bottom lip.'
  517. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/lip/tatlip<<tatlip>>.jpg"></center>'
  518. end
  519. elseif randchan = 10 and tatneck = 0:
  520. randchan = rand(1,30)
  521. if tatneck = 0 and tattCount < tattPrefTmpMin:
  522. tatneck = randchan
  523. tattCount += 1
  524. 'He gives you a tattoo on your neck.'
  525. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/neck/tatnck<<tatneck>>.jpg"></center>'
  526. end
  527. elseif randchan = 11 and tatvag = 0:
  528. randchan = rand(1,53)
  529. if tatvag = 0 and tattCount < tattPrefTmpMin:
  530. tatvag = randchan
  531. tattCount += 1
  532. 'He gives you a tattoo above your cunt.'
  533. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/pubic/tatvag<<tatvag>>.jpg"></center>'
  534. end
  535. elseif randchan = 12 and tatlech = 0:
  536. randchan = rand(1,25)
  537. if tatlech = 0 and tattCount < tattPrefTmpMin:
  538. tatlech = randchan
  539. tattCount += 1
  540. 'He gives you a tattoo on your shoulder.'
  541. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/shoulder/tatshldr<<tatlech>>.jpg"></center>'
  542. end
  543. elseif randchan = 13 and tatside = 0:
  544. randchan = rand(1,19)
  545. if tatside = 0 and tattCount < tattPrefTmpMin:
  546. tatside = randchan
  547. tattCount += 1
  548. 'He gives you a tattoo on your sides.'
  549. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/side/tatside<<tatside>>.jpg"></center>'
  550. end
  551. elseif randchan = 14 and tatupb = 0:
  552. randchan = rand(1,32)
  553. if tatupb = 0 and tattCount < tattPrefTmpMin:
  554. tatupb = randchan
  555. tattCount += 1
  556. 'He gives you a tramp stamp.'
  557. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/trampstamp/tatlowbck<<tatupb>>.jpg"></center>'
  558. end
  559. elseif randchan = 15 and tatunder = 0:
  560. randchan = rand(1,22)
  561. if tatunder = 0 and tattCount < tattPrefTmpMin:
  562. tatunder = randchan
  563. tattCount += 1
  564. 'He gives you a tattoo under your breasts.'
  565. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/underbreast/tatundbreast<<tatunder>>.jpg"></center>'
  566. end
  567. elseif randchan = 16 and tatwrist = 0:
  568. randchan = rand(1,51)
  569. if tatwrist = 0 and tattCount < tattPrefTmpMin:
  570. tatwrist = randchan
  571. tattCount += 1
  572. 'He gives you a tattoo on your wrists.'
  573. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/wrists/tatwrst<<tatwrist>>.jpg"></center>'
  574. end
  575. elseif randchan = 17 and tathand = 0:
  576. randchan = rand(1,9)
  577. if tathand = 0 and tattCount < tattPrefTmpMin:
  578. tathand = randchan
  579. tattCount += 1
  580. 'He gives you a tattoo on your hand.'
  581. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/hand/tathnd<<tathand>>.jpg"></center>'
  582. end
  583. elseif tattCount = 18:
  584. ''
  585. else
  586. jump 'tattoo_loop'
  587. end
  588. gs'stat'
  589. '"All done!", the artist smiles as he starts to clean up his various tools."'
  590. '"I must say, your body looks amazing with the art on you!"'
  591. 'You are reluctant to admit it, but having these tattoos feels like they do make you look sexier for some people, though a bit more slutty too.'
  592. act 'Go back towards your <<$tBoyGirlfriend>>':
  593. *clr & cla
  594. 'As you go back towards him, <<$tXe>> looks you up and down.'
  595. '"There we go!", <<$tXe>> says with a smile.'
  596. if pierPrefTmp = 2:
  597. 'You can tell <<$tXe>> likes a girl with at least a couple of tattoos, and you can''t help but agree in some aspect, it does make you look a bit sexier.'
  598. elseif pierPrefTmp = 3:
  599. 'With this many tattoos, you look like a punk or scene girl, and you can feel that many people would want to explore you to see if you have any "hidden" gems underneath your clothes.'
  600. end
  601. if haraklover[lover_number] = 0:
  602. 'You can see <<$tXe>> loves how many tattoos you have, as <<$tXe>> has a slight blush on <<$tXyr>> face.'
  603. elseif haraklover[lover_number] = 1:
  604. '<<$loverdesc[lover_number]>> gives you one last examination with <<$tXyr>> eyes and gives you a quick kiss on your cheek.'
  605. elseif haraklover[lover_number] = 2:
  606. '<<$loverdesc[lover_number]>> comes up to you, and with a quick squeeze on the ass, kisses you on the lips and says, "Now this is a bombshell."'
  607. end
  608. act 'Continue':
  609. minut += 40
  610. cla
  611. 'After getting the tattoos, you both part ways and head home.'
  612. 'You can''t say why, but you feel it would be harder to say no next time if <<$tXe>> asked you to change something.'
  613. loverscompliance[lover_number] += 1
  614. minut += 20
  615. act 'Continue': dynamic $go_home
  616. exit
  617. end
  618. end
  619. end
  620. end
  621. elseif tattCount > tattPrefTmpMax:
  622. 'You need to get rid of some tattoos, it would make you look so much better!'
  623. '<<$tXec>> heads over to the counter and starts talks to the tattoo artist.'
  624. 'You see <<$tXem>> hand the artist some money and the artist starts to walk up towards you.'
  625. '"Your <<$tBoyGirlfriend>> says you want to get rid of some tattoos?", the artist asks.'
  626. act 'Quietly nod':
  627. cla
  628. 'You know you can''t pull out now, so you meekly nod.'
  629. 'The man shrugs and says "Head over to the chair over there okay?"'
  630. act 'Head over to the chair':
  631. *clr & cla
  632. 'As you sit down you see the man come over with the various needles and lasers he needs to do his job.'
  633. 'He sees you are a little bit concerned about the laser and laughs, "Don''t worry ma ''am, it will be all over before you know it!"'
  634. 'He takes he turns on the mini laser and proceeds with his job.'
  635. randchan = rand(0, 16)
  636. if randchan = 0 and tatarm > 0:
  637. if tattCount > tattPrefTmpMax:
  638. tatarm = 0
  639. tattCount -= 1
  640. 'He removes the tattoo on your arm.'
  641. end
  642. elseif randchan = 1 and tatass > 0:
  643. if tattCount > tattPrefTmpMax:
  644. tatass = 0
  645. tattCount -= 1
  646. 'He removes the tattoo on your ass.'
  647. end
  648. elseif randchan = 2 and tatback > 0:
  649. if tattCount > tattPrefTmpMax:
  650. tatback = 0
  651. tattCount -= 1
  652. 'He removes the tattoo on your back.'
  653. end
  654. elseif randchan = 3 and tatblly > 0:
  655. if tattCount > tattPrefTmpMax:
  656. tatblly = 0
  657. tattCount -= 1
  658. 'He removes the tattoo on your belly.'
  659. end
  660. elseif randchan = 4 and tatbrst > 0:
  661. if tattCount > tattPrefTmpMax:
  662. tatbrst = 0
  663. tattCount -= 1
  664. 'He removes the tattoo on your breasts.'
  665. end
  666. elseif randchan = 5 and tatchst > 0:
  667. if tattCount > tattPrefTmpMax:
  668. tatchst = 0
  669. tattCount -= 1
  670. 'He removes the tattoo on your chest.'
  671. end
  672. elseif randchan = 6 and tatfce > 0:
  673. if tattCount > tattPrefTmpMax:
  674. tatfce = 0
  675. tattCount -= 1
  676. 'He removes the tattoo on your face.'
  677. end
  678. elseif randchan = 7 and tatankle > 0:
  679. if tattCount > tattPrefTmpMax:
  680. tatankle = 0
  681. tattCount -= 1
  682. 'He removes the tattoo on your ankles.'
  683. end
  684. elseif randchan = 8 and tatleg > 0:
  685. if tattCount > tattPrefTmpMax:
  686. tatleg = 0
  687. tattCount -= 1
  688. 'He removes the tattoo on your legs.'
  689. end
  690. elseif randchan = 9 and tatlip > 0:
  691. if tattCount > tattPrefTmpMax:
  692. tatlip = 0
  693. tattCount -= 1
  694. 'He removes the tattoo on your bottom lip.'
  695. end
  696. elseif randchan = 10 and tatneck > 0:
  697. if tattCount > tattPrefTmpMax:
  698. tatneck = 0
  699. tattCount -= 1
  700. 'He removes the tattoo on your neck.'
  701. end
  702. elseif randchan = 11 and tatvag > 0:
  703. if tattCount > tattPrefTmpMax:
  704. tatvag = 0
  705. tattCount -= 1
  706. 'He removes the tattoo above your cunt.'
  707. end
  708. elseif randchan = 12 and tatlech > 0:
  709. if tattCount > tattPrefTmpMax:
  710. tatlech = 0
  711. tattCount -= 1
  712. 'He removes the tattoo on your shoulder.'
  713. end
  714. elseif randchan = 13 and tatside > 0:
  715. if tattCount > tattPrefTmpMax:
  716. tatside = 0
  717. tattCount -= 1
  718. 'He removes the tattoo on your sides.'
  719. end
  720. elseif randchan = 14 and tatupb > 0:
  721. if tattCount > tattPrefTmpMax:
  722. tatupb = 0
  723. tattCount -= 1
  724. 'He removes your tramp stamp.'
  725. end
  726. elseif randchan = 15 and tatunder > 0:
  727. if tattCount > tattPrefTmpMax:
  728. tatunder = 0
  729. tattCount -= 1
  730. 'He removes the tattoo under your breasts.'
  731. end
  732. elseif randchan = 16 and tatwrist > 0:
  733. if tattCount > tattPrefTmpMax:
  734. tatwrist = 0
  735. tattCount -= 1
  736. 'He removes the tattoo on your wrists.'
  737. end
  738. end
  739. gs'stat'
  740. '"All done!", the artist says as he starts to clean up his various tools."'
  741. '"Me myself, I like a girl with a lot of tattoos, but to each their own." he tells you.'
  742. 'You are reluctant to admit it, but taking away tattoos does make your skin look much cleaner, and makes people focus more on the figure, and not just the art on it.'
  743. act 'Go back towards your <<$tBoyGirlfriend>>':
  744. cla
  745. 'As you go back towards <<$tXem>>, <<$tXe>> looks you up and down.'
  746. '"There we go!", <<$tXe>> says with a smile.'
  747. if tattPrefTmp = 1:
  748. 'You can tell <<$tXe>> hates girls with tattoos and likes them to have as few as possible. You can''t help but agree in some aspect, it does make your body look a bit sexier.'
  749. elseif tattPrefTmp = 2:
  750. 'You can tell that though <<$loverdesc[lover_number]>> likes a girl to have some tattoos, <<$tXe>> doesn''t want them to be the focus on a girl. You can''t help but agree that there is a thing as too many tattoos.'
  751. end
  752. if haraklover[lover_number] = 0:
  753. 'You can see <<$tXe>> loves how many tattoos you have, as <<$tXe>> has a slight blush on <<$tXyr>> face.'
  754. elseif haraklover[lover_number] = 1:
  755. '<<$loverdesc[lover_number]>> gives you one last examination with <<$tXyr>> eyes and gives you a quick kiss on your cheek.'
  756. elseif haraklover[lover_number] = 2:
  757. '<<$loverdesc[lover_number]>> comes up to you, and with a quick squeeze on the ass, kisses you on the lips and says, "Now this is a bombshell."'
  758. end
  759. act 'Continue':
  760. minut += 40
  761. cla
  762. 'After getting rid of the tattoos, you both part ways and head home.'
  763. 'You can''t say why, but you feel it would be harder to say no next time if <<$tXe>> asked you to change something.'
  764. loverscompliance[lover_number] += 1
  765. minut += 20
  766. act 'Continue': dynamic $go_home
  767. exit
  768. end
  769. end
  770. end
  771. end
  772. end
  773. end
  774. end
  775. if $ARGS[0] = 'Lips':
  776. act 'Enter clinic':
  777. cla
  778. 'As you arrive at the clinic, <<$loverdesc[lover_number]>> walks up to the front desc and asks to speak with the plastic surgeon. After a couple of minutes the plastic surgeon comes out with a clipboard.'
  779. '<<$loverdesc[lover_number]>> talks to the surgeon and after a brief exchange of words, <<$tXe>> hands the surgeon a respectable stack of bills. The surgeon discreetly puts the bills into his jacket and starts to walk toward you.'
  780. 'Even though you don''t know what <<$loverdesc[lover_number]>> said to the surgeon, you still jump when he starts to speak to you.'
  781. if pcs_lip < lipsPrefTmpMin:
  782. '"So that <<$loverGenderName>> over there says you want to get lip enhancements?", the doctor asks quizically, looking at the size of your lips.'
  783. else
  784. '"So that <<$loverGenderName>> over there says you want to get a lip reduction?", the doctor asks quizically, looking at the size of your lips.'
  785. end
  786. '"Y-yes.", you manage to squeek out, your face turning slightly red at the topic of the conversation.'
  787. '"All right, lets get started right away", he says as he looks at his clipboard.'
  788. act 'Go with doctor to operating room':
  789. *clr & cla
  790. 'The doctor motions for you to sit on the operating table, and you reluctantly comply.'
  791. '"Don''t worry it will just be a quick injection and we will be done, its perfectly safe.", the doctor says.'
  792. 'As you try to get confortable on the table the doctor comes up to you with the injection.'
  793. '"Okay now if you can pucker out your lips it will give me a nice surface for the shot.", he says holding your face gently.'
  794. act 'Pucker out lips':
  795. cla
  796. '"And... Done. There we go! You should feel the effects almost immediately."'
  797. 'He holds up a mirror and you look at your changed lips.'
  798. if pcs_lip < lipsPrefTmpMin:
  799. minut += 20
  800. pcs_lip = lipsPrefTmpMin + 1
  801. gs 'stat'
  802. 'Your lips have grown! They are whorishly huge!'
  803. 'You look at the doctor and he shrugs, "You look much nicer with huge lips in my opinion."'
  804. else
  805. minut += 20
  806. pcs_lip = lipsPrefTmpMax - 1
  807. 'Your lips have shrunk! They look much more modest now.'
  808. 'You look at the doctor and he shrugs, "You look much nicer with more modest lips in my opinion."'
  809. end
  810. 'You stand up and leave the room.'
  811. act 'Go back towards your <<$tBoyGirlfriend>>':
  812. cla
  813. 'As you go back towards <<$tXem>>, <<$tXe>> looks you up and down.'
  814. '"There we go!", <<$tXe>> says with a smile.'
  815. if lipsPrefTmp = 1:
  816. 'You can tell <<$tXe>> loves girls with more modest yet full lips, and you have to admit, its better then having big whorish, cocksucking lips.'
  817. elseif lipsPrefTmp = 2:
  818. 'You can tell that <<$loverdesc[lover_number]>> likes a girl to have whorish, cocksucking lips, and as you give the mirror in the room a quick slutty face, you have to admit it does make you look sexier.'
  819. end
  820. if haraklover[lover_number] = 0:
  821. 'You can see <<$tXe>> loves the size of your lips, for even with all of <<$tXyr>> shyness, <<$tXe>> still gives you a kiss on your new lips.'
  822. elseif haraklover[lover_number] = 1:
  823. '<<$loverdesc[lover_number]>> gives you one last examination of your new lips before giving you a kiss on the lips, probably to test the new wares.'
  824. elseif haraklover[lover_number] = 2:
  825. '<<$loverdesc[lover_number]>> comes up to you, and with a quick squeeze on the ass, kisses you on your new lips and says, "Now those lips are the lips of a goddess."'
  826. end
  827. act 'Continue':
  828. cla
  829. 'After improving your lips, you both part ways and head home.'
  830. 'You can''t say why, but you feel it would be harder to say no next time if <<$tXe>> asked you to change something.'
  831. loverscompliance[lover_number] += 1
  832. minut += 20
  833. act 'Continue': dynamic $go_home
  834. exit
  835. end
  836. end
  837. end
  838. end
  839. end
  840. end
  841. if $ARGS[0] = 'Tits':
  842. act 'Enter clinic':
  843. cla
  844. 'As you arrive at the clinic, <<$loverdesc[lover_number]>> walks up to the front desc and asks to speak with the plastic surgeon. After a couple of minutes the plastic surgeon comes out with a clipboard.'
  845. '<<$loverdesc[lover_number]>> talks to the surgeon and after a brief exchange of words, <<$tXe>> hands the surgeon a respectable stack of bills. The surgeon discreetly puts the bills into his jacket and starts to walk toward you.'
  846. if tits < titMin:
  847. 'Even though you don''t know what <<$loverdesc[lover_number]>> said to the surgeon, you still jump when he starts to speak to you.'
  848. '"So that <<$loverGenderName>> over there says you want to get breast implants?", the doctor asks quizically, looking you up and down.'
  849. '"Y-yes.", you manage to squeek out, your face turning slightly red at the topic of the conversation.'
  850. '"All right, lets get started right away, let me see what size <<$tXe>> got for you...", he says as he looks at his clipboard.'
  851. titAmount = (titMin - tits) * 5 + 9
  852. if titAmount <= 10:
  853. '"It seems you will be getting our smallest breast implants."'
  854. 'As you hear this you relax a bit. At least it''s not a big difference.'
  855. elseif titAmount <= 15:
  856. '"It seems you will be getting small breast implants." '
  857. 'As you hear this you shift nervously. At least it''s not going to be that big of a change.'
  858. elseif titAmount <= 20:
  859. '"It seems you will be getting medium breast implants."'
  860. 'Your heart skips a beat, "Those are kind of big.", you think to yourself.'
  861. elseif titAmount <= 25:
  862. '"It seems you will be getting large breast implants."'
  863. 'Your heart skips a beat, What? "Those will be huge...", you tell to yourself.'
  864. elseif titAmount <= 30:
  865. '"It seems you will be getting our largest, the XLarge breast implants." '
  866. 'What?! You are about to get up and leave, but you realize that its to late for that now. "God, those will be MASSIVE", you think to yourself.'
  867. else
  868. 'This should not shoot off, if you go from 10 to 35 it should fall into preference still.'
  869. end
  870. '"If you would follow me, I will take you to the operating room.", the doctor says indifferently.'
  871. act 'Go with doctor to operating room':
  872. *clr & cla
  873. 'The doctor motions for you to lay on the operating table, and you reluctantly comply.'
  874. '"Now this is going to take about 2 hours for us to do the procedure, but do not worry, the procedure is safe, I have done this dozens of times." the doctor says.'
  875. 'As you try to get confortable on the table the doctor comes up to you with the anesthesia.'
  876. '"Okay before I continue I want you to take a deep breath okay?", he says.'
  877. act 'Take a deep breath':
  878. cla
  879. 'You take a deep breath of the sleeping gas, and soon the room starts to spin and your mind starts to fog, then everything goes dark...'
  880. *nl
  881. *nl
  882. *nl
  883. act 'Wake up':
  884. cla
  885. minut += 120
  886. silicone += titAmount
  887. gs 'stat'
  888. '"<<$pcs_firstname>> <<$pcs_lastname>>, are you listening?"'
  889. ' ''Wait... I''m awake?'' It seemed just a couple of seconds ago you were laying down on the operating table about to have surgery.'
  890. ' ''My breasts feel fuller...'' '
  891. 'You grab your breasts as you look down, and you see you have a bigger breasts! Your breasts are now <<$titsize>>s.'
  892. '<center><img <<$set_imgh>> src="images/pc/body/tits/t<<tits>>.jpg"></center>'
  893. 'You aren''t paying attention to the doctor as he finishes up, and you slowly get off the operating table and head over to your <<$tBoyGirlfriend>>.'
  894. act 'Head over to your <<$tBoyGirlfriend>>':
  895. cla
  896. 'As you go back towards <<$tXem>>, <<$tXe>> looks you up and down.'
  897. '"There we go!", <<$tXe>> says with a smile.'
  898. if titBoy = 0:
  899. 'If you are getting inplants this should not fire off.'
  900. elseif titBoy = 1:
  901. 'You can tell that <<$loverdesc[lover_number]>> likes a girl with a good rack, thankfully although you look more like a bimbo then before, <<$tXyr>> tit preference is not outragously big, and you must admit, it does make you look sexier.'
  902. elseif titBoy = 2:
  903. 'You can clearly tell <<$loverdesc[lover_number]>> loves a girl with bimbo-sized tits, as you hold your tits you look at yourself in the mirror. The girl staring back at you looks like a bimbo that doesn''t know where to put her whorish tits. And you have to admit, it does turn you on a little.'
  904. end
  905. if haraklover[lover_number] = 0:
  906. 'From the blush on <<$tXyr>> face, you can tell <<$loverdesc[lover_number]>> loves your new breasts.'
  907. elseif haraklover[lover_number] = 1:
  908. '<<$loverdesc[lover_number]>> gives you one last look and gives you a quick kiss on your cheek.'
  909. elseif haraklover[lover_number] = 2:
  910. '<<$loverdesc[lover_number]>> comes up to you, and with a quick slap on the ass, kisses you on the lips and says, "Now you look like a bombshell!"'
  911. end
  912. act 'Continue':
  913. minut += 40
  914. cla
  915. 'After getting your new breasts, you both part ways and head home.'
  916. 'You can''t say why, but you feel it would be harder to say no next time if <<$tXe>> asked you to change something.'
  917. loverscompliance[lover_number] += 1
  918. minut += 20
  919. act 'Continue': dynamic $go_home
  920. end
  921. exit
  922. end
  923. end
  924. end
  925. end
  926. elseif tits > titMax:
  927. 'Even though you don''t know what <<$loverdesc[lover_number]>> said to the surgeon, you still jump when he starts to speak to you.'
  928. '"So that <<$loverGenderName>> over there says you want to get breast implants?", the doctor asks quizically, looking you up and down.'
  929. '"Y-yes.", you manage to squeek out, your face turning slightly red at the topic of the conversation.'
  930. '"All right, lets get started right away, <<$tXe>> had a set size <<$tXe>> wanted so we will be doing that.", he says as he looks at his clipboard.'
  931. titAmount = (tits - titMax) * 5 + 9
  932. '"If you would follow me, I will take you to the operating room.", the doctor says indifferently.'
  933. act 'Go with doctor to operating room':
  934. *clr & cla
  935. 'The doctor motions for you to lay on the operating table, and you reluctantly comply.'
  936. '"Now this is going to take about 2 hours for us to do the procedure, but do not worry, the procedure is safe, I have done this dozens of times." the doctor says.'
  937. 'As you try to get confortable on the table the doctor comes up to you with the anesthesia.'
  938. '"Okay before I continue I want you to take a deep breath okay?", he says.'
  939. act 'Take a deep breath':
  940. cla
  941. 'You take a deep breath of the sleeping gas, and soon the room starts to spin and your mind starts to fog, then everything goes dark...'
  942. *nl
  943. *nl
  944. *nl
  945. act 'Wake up':
  946. cla
  947. minut += 120
  948. if silicone - titAmount < 0:
  949. titExtra = titAmount - silicone
  950. silicone = 0
  951. nbsize -= titExtra
  952. else
  953. silicone -= titAmount
  954. end
  955. gs 'stat'
  956. '"<<$pcs_firstname>> <<$pcs_lastname>>, are you listening?"'
  957. ' ''Wait... I''m awake?'' It seemed just a couple of seconds ago you were laying down on the operating table about to have surgery.'
  958. ' ''My breasts feel lighter...'' '
  959. 'You grab your breasts as you look down, and you realize you have much smaller breasts! Your breasts are now <<$titsize>>s.'
  960. '<center><img <<$set_imgh>> src="images/pc/body/tits/t<<tits>>.jpg"></center>'
  961. 'You aren''t paying attention to the doctor as he finishes up, and you slowly get off the operating table and head over to your <<$tBoyGirlfriend>>.'
  962. act 'Head over to your <<$tBoyGirlfriend>>':
  963. cla
  964. 'As you go back towards <<$tXem>>, <<$tXe>> looks you up and down.'
  965. '"There we go!", <<$tXe>> says with a smile.'
  966. if titBoy = 0:
  967. 'You can tell that <<$loverdesc[lover_number]>> likes a girl without whorish tits, and you can kind of see why as you slowly grope your now tinier breasts.'
  968. elseif titBoy = 1:
  969. 'You can tell that <<$loverdesc[lover_number]>> likes a girl with a good rack, but thankfully not to big, and you admittadly agree with <<$tXem>>, as you slowly massage your breasts.'
  970. elseif titBoy = 2:
  971. 'Reducing to max? What?'
  972. end
  973. if haraklover[lover_number] = 0:
  974. 'From the blush on <<$tXyr>> face, you can tell <<$loverdesc[lover_number]>> loves your new breasts.'
  975. elseif haraklover[lover_number] = 1:
  976. '<<$loverdesc[lover_number]>> gives you one last look and gives you a quick kiss on your cheek.'
  977. elseif haraklover[lover_number] = 2:
  978. '<<$loverdesc[lover_number]>> comes up to you, and with a quick slap on the ass, kisses you on the lips and says, "Now you look like a bombshell!"'
  979. end
  980. act 'Continue':
  981. minut += 40
  982. cla
  983. 'After getting your new breasts, you both part ways and head home.'
  984. 'You can''t say why, but you feel it would be harder to say no next time if <<$tXe>> asked you to change something.'
  985. loverscompliance[lover_number] += 1
  986. minut += 20
  987. act 'Continue': dynamic $go_home
  988. end
  989. exit
  990. end
  991. end
  992. end
  993. end
  994. end
  995. end
  996. end
  997. !!This is an interesting one as it will take in a couple of things, not just clothes preferences. I need to find clothing pictures for most of the types of clothes. Think of these as quest clothes.
  998. if $ARGS[0] = 'Clothes':
  999. !! void code - need future work
  1000. !! act 'Enter Clothing Shop':
  1001. !! cla
  1002. !! if
  1003. !! end
  1004. end
  1005. !! This should not increase the weight at all, and should only have been called if they weigh over the figurePrefMax
  1006. if $ARGS[0] = 'Figure':
  1007. act 'Enter clinic':
  1008. cla
  1009. 'As you arrive at the clinic, <<$loverdesc[lover_number]>> walks up to the front desc and asks to speak with the plastic surgeon. After a couple of minutes the plastic surgeon comes out with a clipboard.'
  1010. '<<$loverdesc[lover_number]>> talks to the surgeon and after a brief exchange of words, <<$tXe>> hands the surgeon a respectable stack of bills. The surgeon discreetly puts the bills into his jacket and starts to walk toward you.'
  1011. 'Even though you don''t know what <<$loverdesc[lover_number]>> said to the surgeon, you still jump when he starts to speak to you.'
  1012. '"So you want to get a lyposuction procedure done, is that right?", the doctor asks you.'
  1013. act 'Meekly nod':
  1014. cla
  1015. 'You know you can''t back out now. "Y-yes.", you manage to squeek out, your face turning slightly red at the topic of the conversation.'
  1016. '"All right, lets get started right away, if you can follow me into the operating room.'
  1017. act 'Go with doctor to operating room':
  1018. *clr & cla
  1019. 'The doctor motions for you to lay on the operating table, and you reluctantly comply.'
  1020. '"Now this is going to take about 2 hours for us to do the procedure, but do not worry, the procedure is safe, I have done this dozens of times." the doctor says.'
  1021. 'As you try to get confortable on the table the doctor comes up to you with the anesthesia.'
  1022. '"Okay before I continue I want you to take a deep breath okay?", he says.'
  1023. act 'Take a deep breath':
  1024. cla
  1025. 'You take a deep breath of the sleeping gas, and soon the room starts to spin and your mind starts to fog, then everything goes dark...'
  1026. *nl
  1027. *nl
  1028. *nl
  1029. !!'<<salocatnow>> is the value for salocatnow, the value for fat is <<fat>>, and the value for salo is <<salo>>.'
  1030. act 'Wake up':
  1031. cla
  1032. minut += 120
  1033. if figurlover[lover_number] ! 3:
  1034. :loopfatRemover
  1035. salo = 20 * figurePrefMin + 1
  1036. if salo < 11: salo = 11
  1037. gs 'body_shape', 'softreset'
  1038. !!'<<salocatnow>> is the value for salocatnow, the value for fat is <<fat>>, and the value for salo is <<salo>>.'
  1039. if salocatnow > figurePrefMax:jump 'loopfatRemover'
  1040. else
  1041. 'This should not fire, I made it so that you can''t ADD weight.'
  1042. end
  1043. gs 'stat'
  1044. !!'The stat for salocatnow is <<salocatnow>> and the stat for figurePrefMax is <<figurPrefMax>>.'
  1045. '"<<$pcs_firstname>> <<$pcs_lastname>>, are you listening?"'
  1046. ' ''Wait... I''m awake?'' It seemed just a couple of seconds ago you were laying down on the operating table about to have surgery.'
  1047. 'You aren''t paying attention to the doctor as he finishes up, and you slowly get off the operating table and head over to your <<$tBoyGirlfriend>>.'
  1048. act 'Head over to your <<$tBoyGirlfriend>>':
  1049. *clr & cla
  1050. 'As you go back towards <<$tXem>>, <<$tXe>> looks you up and down.'
  1051. '"There we go!", <<$tXe>> says with a smile.'
  1052. gs 'obj_din', 'body'
  1053. if figurlover[lover_number] = 0:
  1054. 'You can tell that <<$loverdesc[lover_number]>> likes a girl that has very little fat on her whorish tits, and you can kind of see why as you slowly look at yourself in the mirror.'
  1055. elseif figurBoy = 1:
  1056. 'You can tell that <<$loverdesc[lover_number]>> likes a girl thats not too fat, but thankfully not too skinny, and you admittadly agree with <<$tXem>>, as you slowly run your hands over your now smaller curves.'
  1057. elseif figurBoy = 2:
  1058. 'Reducing to max? What?'
  1059. end
  1060. if haraklover[lover_number] = 0:
  1061. 'From the blush on <<$tXyr>> face, you can tell <<$loverdesc[lover_number]>> loves your new figure.'
  1062. elseif haraklover[lover_number] = 1:
  1063. '<<$loverdesc[lover_number]>> gives your figure one last look and gives you a quick kiss on your cheek.'
  1064. elseif haraklover[lover_number] = 2:
  1065. '<<$loverdesc[lover_number]>> comes up to you, and with a quick slap on the ass, kisses you on the lips and says, "Now you have the body of a bombshell!"'
  1066. end
  1067. act 'Continue':
  1068. cla
  1069. 'After getting a lyposuction treatment, you both part ways and head home.'
  1070. 'You can''t say why, but you feel it would be harder to say no next time if <<$tXe>> asked you to change something.'
  1071. loverscompliance[lover_number] += 1
  1072. minut += 20
  1073. act 'Continue': dynamic $go_home
  1074. end
  1075. exit
  1076. end
  1077. end
  1078. end
  1079. end
  1080. end
  1081. end
  1082. end
  1083. --- lover_change ---------------------------------