gadbana.tw 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. :: Gadbana[mod mod_gad]
  2. <<set $here = 'Gadbana'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- !2021/05/05-->
  5. <<set $loc_arg = ''>>
  6. <<set $loc = 'gadbana'>>
  7. <<set $locM_arg = ''>>
  8. <<set $locM = 'gadbana'>>
  9. <<set $location_type = 'bathroom'>>
  10. <<set $menu_loc = 'gadbana'>>
  11. <<set $menu_arg = ''>>
  12. <<set $menu_off = 0>>
  13. <<set $pc.frost = 0>>
  14. <<if getvar("$banya_underwear") == 0>>
  15. <<if $wardrobe.isWearingPanties and $wardrobe.isWearingBra>>
  16. <<set $banya_underwear = 1>>
  17. <<else>>
  18. <<set $banya_underwear = 2>>
  19. <</if>>
  20. <</if>>
  21. <!-- !!clothesAtLocation = setup.func('lost_clothes_here','gadbana')-->
  22. <center><h4>Bath</h4></center>
  23. <<image "locations/gadukino/village/bana.jpg">>
  24. A small room with a low, smoky ceiling, a small stove, a couple of stainless steel water tanks, and a blackened wooden shelf.
  25. Grandma''s enema bulb is hidden behind some stuff on the shelf.
  26. <<if getvar("$mira_guest") == 0>>
  27. <<if $wardrobe.clothingworntype == 'nude'>>
  28. <<actCLA 'Get dressed and leave'>>
  29. <<set $time.minutes += 1>>
  30. <<set $menu_off = 1>>
  31. <!-- !!gs 'clothing', 'recover_lost_clothes', 'gadbana', 1-->
  32. <<gs 'clothing' 'wear_last_worn'>>
  33. <<if getvar("$banya_underwear") == 1>>
  34. <<gs 'underwear' 'wear'>>
  35. <</if>>
  36. <<set $banya_underwear to null>>
  37. <<gt 'gaddvor'>>
  38. <</actCLA>>
  39. <</if>>
  40. <<if $wardrobe.clothingworntype != 'nude'>>
  41. <<actCLA 'Go outside'>>
  42. <<set $time.minutes += 1>> <<gt 'gaddvor'>>
  43. <</actCLA>>
  44. <<elseif $wardrobe.clothingworntype == 'nude'>>
  45. <<actCLA 'Go outside naked'>>
  46. <<set $menu_off = 1>>
  47. <<set $time.minutes += 1>>
  48. <<run $pc.skillExperienceGain('inhibition',rand(0,2))>>
  49. <<setinit $grandmaQW['nudity_trouble'] += rand(0,2)>>
  50. <<image "locations/gadukino/grandparents/gaddvor_nude.jpg">>
  51. It's undoubtedly risky leaving the bathhouse like this. But, while it's unlikely anyone saw you go outside naked, there''s a thrill in potentially getting caught.
  52. <!-- !!gs 'clothing', 'recover_lost_clothes', 'gadbana'-->
  53. <<arouse 'flash' 10 `['exhibitionism']`>>
  54. <<set $banya_underwear to null>>
  55. <<act 'Continue'>>
  56. <<gt 'gaddvor'>>
  57. <</act>>
  58. <</actCLA>>
  59. <<elseif $wardrobe.clothingworntype == 'nude' and ($wardrobe.isWearingPanties or $wardrobe.isWearingBra)>>
  60. <<actCLA 'Go outside in your underwear'>>
  61. <<set $menu_off = 1>>
  62. <<set $time.minutes += 1>>
  63. <<run $pc.skillExperienceGain('inhibition',rand(0,1))>>
  64. <<setinit $grandmaQW['nudity_trouble'] += rand(0,1)>>
  65. <<image "locations/gadukino/grandparents/gaddvor_nude.jpg">>
  66. It's undoubtedly risky leaving the bathhouse like this. But, while it's unlikely anyone saw you go outside naked, there''s a thrill in potentially getting caught.
  67. <!-- !!gs 'clothing', 'recover_lost_clothes', 'gadbana'-->
  68. <<arouse 'flashlite' 10 `['exhibitionism']`>>
  69. <<set $banya_underwear to null>>
  70. <<act 'Continue'>>
  71. <<gt 'gaddvor'>>
  72. <</act>>
  73. <</actCLA>>
  74. <</if>>
  75. <<if $time.weekday >= 6>>
  76. <<if $time.hour >= 12 and $time.hour <= 18>>
  77. You put the wood into the stove to feed the fire. The banya will be ready to use around 19:00.
  78. <<elseif $time.hour > 18 and $time.hour < 22>>
  79. The banya is now ready.
  80. <<if $banaday != $time.daystart>>
  81. <<actCLA 'Relax in the banya (2:00)'>>
  82. <<set $menu_off = 1>>
  83. <<set $time.minutes += 120>>
  84. <<set $pc.pcs_sweat = rand(0,5)>>
  85. <<set $noShampoo = 1>>
  86. <<gs 'cleanBody'>>
  87. <<set $pc.pcs_hairbsh = 0>>
  88. <<set $pc.pcs_makeup = 1>>
  89. <<if $wardrobe.clothingworntype != 'nude'>>
  90. <<strip 'clothes'>>
  91. <</if>>
  92. <<if $wardrobe.isWearingPanties and $wardrobe.isWearingBra>>
  93. <<gs 'underwear' 'remove'>>
  94. <</if>>
  95. <<set $banaday = $time.daystart>>
  96. <<if $pc.frost > 0>>
  97. <<set $pc.frost = 0>>
  98. <</if>>
  99. <<if $sauna_daystart != $time.daystart>>
  100. <<set $sauna_daystart = $time.daystart>>
  101. <<set $pc.pcs_skin += rand(2,4)>>
  102. <<set $pc.pcs_willpwr += 3>>
  103. <</if>>
  104. <<image "locations/gadukino/village/par.jpg">>
  105. You strip, sit down and relax. Then, after a proper banya session, you pick up a bucket filled with cold water, pour it over yourself, and head over to the shower. You feel like a completely new person.
  106. <<if $pc.deodorant_on == 1>>
  107. <<gs 'sweat' 'remove_deo'>>
  108. <</if>>
  109. <<actCLA 'Finish'>>
  110. <<gt $location>>
  111. <</actCLA>>
  112. <</actCLA>>
  113. <</if>>
  114. <<else>>
  115. The banya is not in use at this time. However, it is available between 19:00 and 22:00 during the weekend.
  116. <</if>>
  117. <<elseif $time.weekday < 6>>
  118. The banya is not used during the week. However, it is usually ready to use from 19:00 during the weekend.
  119. <</if>>
  120. <<if $inventory.get("shampoo") > 0 or (locat['Fam_inGad'] == 1 and setup.func('homes_properties', 'has_access', 'homeParents'))>>
  121. <<actCLA 'Wash your body (0:25)'>>
  122. <<set $menu_off = 1>>
  123. <<set $time.minutes += 25>>
  124. <<if getvar("$locat['Fam_inGad']") == 1 and setup.func('homes_properties', 'has_access', 'homeParents')>>
  125. <<set $noShampoo = 1>>
  126. <</if>>
  127. <<gs 'cleanBody'>>
  128. <<if $pc.frost > 0>>
  129. <<set $pc.frost = 0>>
  130. <</if>>
  131. <!-- !!gs 'clothing', 'strip', 'gadbana'-->
  132. <<gs 'clothing' 'strip_all'>>
  133. <<image "locations/gadukino/village/mit.jpg">>
  134. You lather up your washcloth and start scrubbing your body. Next, you rinse off the soap and begin to lather your hair with shampoo. After rinsing off the shampoo, you feel completely clean.
  135. <<if $pc.deodorant_on == 1>>
  136. <<gs 'sweat' 'remove_deo'>>
  137. <</if>>
  138. <<actCLA 'Finish'>>
  139. <<gt $location>>
  140. <</actCLA>>
  141. <</actCLA>>
  142. <<else>>
  143. <font color="red">You've run out of shampoo and will have to buy some more before you can wash.</font>
  144. <</if>>
  145. <<bteeth>>
  146. <<gs 'bathroom' 'prvt_pee'>>
  147. $inventory.get("tampon")
  148. <<if $wardrobe.clothingworntype != 'nude'>>
  149. <<actCLA 'Remove clothes'>>
  150. <<set $time.minutes += 1>>
  151. <!-- !!gs 'clothing', 'strip', 'gadbana'-->
  152. <<strip 'clothes'>>
  153. <<gt 'gadbana'>>
  154. <</actCLA>>
  155. <</if>>
  156. <<wearpan>>
  157. <<removepan>>
  158. <<basin>>
  159. <<if $inventory.get("painkiller") > 0>>
  160. <<set $pluralS = 's'>>
  161. <<if $inventory.get("painkiller") == 1>>
  162. <<set $pluralS = ''>>
  163. <</if>>
  164. <p>You have <b>painkiller</b> painkiller$pluralS.</p>
  165. <<if $pc.painTotal > 0 and $pc.pain('killer') == 0>>
  166. <<actCLA 'Take a painkiller'>>
  167. <<set $menu_off = 1>>
  168. <<run $pc.painInc('killer','',1)>>
  169. <<run $inventory.dec('painkiller',1)>>
  170. <<set $pc.pcs_hydra += 20>>
  171. You take a painkiller and gulp it down with a glass of water.
  172. <<actCLA 'Finish'>>
  173. <<gt $location>>
  174. <</actCLA>>
  175. <</actCLA>>
  176. <</if>>
  177. <</if>>
  178. <<if $inventory.get("razor") > 0>>
  179. Your razor will last <b>$inventory.get("razor")</b> more shaves. <<link "Shave Options">><<gs 'bathroom' 'shave_options'>><</link>>.
  180. <</if>>
  181. 'There''s a small shaving <<link 'brush'>><<gt 'mirror' 'start'">mirror</a> on the window sill which you can use to ' +iif(pcs_hairbsh < 1 '<a href="exec:gt 'mirror' 'brush'>><</link>>','brush') + ' your hair.'
  182. <!-- !WD: heal chafe-->
  183. <<if getvar("$mosolmaz") > 0>>
  184. On a shelf is a tube of ointment for chafing, which will be enough for <b><<mosolmaz>></b> applications.
  185. <</if>>
  186. <<if $inventory.get("tampon") == 0 and $inventory.get("sanpad") == 0>>
  187. <b><font color="red">You have no tampons left.</font></b>
  188. <<elseif $inventory.get("tampon") == 1>>
  189. <font color="red">You have only <b>$inventory.get("tampon")</b> tampon left.</font>
  190. <<else>>
  191. You have <b>$inventory.get("tampon")</b> tampons.
  192. <</if>>
  193. <<if $inventory.get("sanpad") == 0 and $inventory.get("tampon") == 0>>
  194. <b><font color="red">You have no pads left.</font></b>
  195. <<elseif $inventory.get("sanpad") == 1>>
  196. <font color="red">You have only <b>$inventory.get("sanpad")</b> pads left.</font>
  197. <<else>>
  198. You have <b>$inventory.get("sanpad")</b> pads.
  199. <</if>>
  200. <<if getvar("$bcream_have") > 0>>
  201. <!-- FAILED TO CONVERT
  202. '<a href="exec:dynamic $use_bcream & gt $loc, $loc_arg">Apply breast cream.</a> Uses left: <<bcream_have>>.'
  203. -----
  204. <<set ERROR: FAILED TO CONVERT LITERAL: """'<a href""" = ERROR: FAILED TO CONVERT LITERAL: """"exec:dynamic $use_bcream""">> <<gt $loc ERROR: FAILED TO CONVERT LITERAL: """$loc_arg">Apply breast cream.<""" / ERROR: FAILED TO CONVERT LITERAL: """a> Uses left: <<bcream_have>>.'""">>
  205. -->
  206. <<warn "CONVERSION ERROR 12f69a803dfb3fa1cd90e7939a822189">>
  207. <</if>>
  208. <<if ($pc.cumAtLocation(6) == 1 or $pc.cumAtLocation(7) == 1)>>
  209. <<actCLA 'Rinse the cum stains off your clothes in lukewarm water (0:10)'>>
  210. <<set $menu_off = 1>>
  211. <<set $cumspclnt = 6>>
  212. <<gs 'cum_cleanup'>>
  213. <<set $time.minutes += 10>>
  214. <<image "shared/sex/cum/frotsp.jpg">>
  215. You scrub all the cum from your clothes.
  216. <<actCLA 'Finish'>>
  217. <<gt $curloc>>
  218. <</actCLA>>
  219. <</actCLA>>
  220. <</if>>
  221. <<gs 'shaveOptions'>>
  222. <!-- !!breast pump is now in the menu, not on the screen-->
  223. <<if getvar("$breastpump") > 0 and getvar("$bp_unbox") >= 1>>
  224. <<act 'Use breast pump'>>
  225. <<gt 'lact_bp' 'bp_milking'>>
  226. <</act>>
  227. <<elseif getvar("$breastpump") > 0 and getvar("$bp_unbox") <= 0>>
  228. <<link "Unbox">><<gt 'lact_bp' 'bp_unbox_event'>><</link>> your breast pump
  229. <<elseif getvar("$breastpump") <= 0>>
  230. <<gs 'lact_bp' 'massage'>>
  231. <</if>>
  232. <<toymanage>>
  233. <<enema>>
  234. <<if getvar("$mosolmaz") > 0 and getvar("$mosol") > 0 and $mosal_time != (daystart * 100) + hour>>
  235. <<actCLA 'Rub ointment onto your pussy (0:05)'>>
  236. <<set $menu_off = 1>>
  237. <<set $mosal_time = ($time.daystart * 100) + $time.hour>>
  238. <<set $time.minutes += 5>>
  239. <<set $mosolmaz -= 1>>
  240. <<set $mosol -= 5>>
  241. You take a tube of cream and rub it onto your itchy vulva.
  242. <<actCLA 'Finish'>>
  243. <<gt $location>>
  244. <</actCLA>>
  245. <</actCLA>>
  246. <</if>>
  247. <<else>>
  248. <!-- !125st-->
  249. <<if $wardrobe.clothingworntype == 'nude'>>
  250. <<actCLA 'Get dressed and leave'>>
  251. <<set $time.minutes += 1>>
  252. <<set $menu_off = 1>>
  253. <!-- !!gs 'clothing', 'recover_lost_clothes', 'gadbana', 1-->
  254. <<gs 'clothing' 'wear_last_worn'>>
  255. <<if getvar("$banya_underwear") == 1>>
  256. <<gs 'underwear' 'wear'>>
  257. <</if>>
  258. <<set $banya_underwear to null>>
  259. <<gt 'gaddvor'>>
  260. <</actCLA>>
  261. <</if>>
  262. <<if $wardrobe.clothingworntype != 'nude'>>
  263. <<actCLA 'Go outside'>>
  264. <<set $time.minutes += 1>> <<gt 'gaddvor'>>
  265. <</actCLA>>
  266. <<elseif $wardrobe.clothingworntype == 'nude'>>
  267. <<actCLA 'Go outside naked'>>
  268. <<set $menu_off = 1>>
  269. <<set $time.minutes += 1>>
  270. <<run $pc.skillExperienceGain('inhibition',rand(0,2))>>
  271. <<setinit $grandmaQW['nudity_trouble'] += rand(0,2)>>
  272. <<image "locations/gadukino/grandparents/gaddvor_nude.jpg">>
  273. <!-- !!gs 'clothing', 'recover_lost_clothes', 'gadbana'-->
  274. <<arouse 'flash' 10 `['exhibitionism']`>>
  275. <<set $banya_underwear to null>>
  276. <<act 'Continue'>>
  277. <<gt 'gaddvor'>>
  278. <</act>>
  279. <</actCLA>>
  280. <<elseif $wardrobe.clothingworntype == 'nude' and ($wardrobe.isWearingPanties or $wardrobe.isWearingBra)>>
  281. <<actCLA 'Go outside in your underwear'>>
  282. <<set $menu_off = 1>>
  283. <<set $time.minutes += 1>>
  284. <<run $pc.skillExperienceGain('inhibition',rand(0,1))>>
  285. <<setinit $grandmaQW['nudity_trouble'] += rand(0,1)>>
  286. <<image "locations/gadukino/grandparents/gaddvor_nude.jpg">>
  287. <!-- !!gs 'clothing', 'recover_lost_clothes', 'gadbana'-->
  288. <<arouse 'flashlite' 10 `['exhibitionism']`>>
  289. <<set $banya_underwear to null>>
  290. <<act 'Continue'>>
  291. <<gt 'gaddvor'>>
  292. <</act>>
  293. <</actCLA>>
  294. <</if>>
  295. <<actCLA 'Undress and bathe with Mira'>>
  296. <<set $menu_off = 1>>
  297. <!-- !!gs 'clothing', 'strip', 'gadbana'-->
  298. <<gs 'clothing' 'strip_all'>>
  299. <<image "characters/gadukino/mira/miraban.jpg">>
  300. While you undress, you notice Mira removing her panties from the corner of your eye.
  301. <<arouse 'erotic_nudity' 5 >>
  302. <<actCLA 'Watch Mira clean herself'>>
  303. <<image "characters/gadukino/mira/miraban1.jpg">>
  304. You feel the hot steam penetrate into your pores while you blissfully watch Mira lather up. She sometimes throws at you short glances and smiles hesitantly in response...
  305. <<arouse 'erotic_nudity' 5 >>
  306. <<actCLA 'Steam'>>
  307. <<set $noShampoo = 1>>
  308. <<gs 'cleanBody'>>
  309. <<set $pc.pcs_hairbsh = 0>>
  310. <<set $pc.pcs_makeup = 1>>
  311. <!-- ! WD: Missing Var ~ 'banaday'-->
  312. <<set $banaday = $time.daystart>>
  313. <<if $pc.frost > 0>>
  314. <<set $pc.frost = 0>>
  315. <</if>>
  316. <<set $pc.pcs_skin += 5>>
  317. <<image "characters/gadukino/mira/miraban2.jpg">>
  318. <p>Mira finally finishes lathering herself; you take the loofah and lather yourself from head to toe. You enjoy yourselves in the warm bath, relaxing in each other's company, occasionally exchanging meaningless anecdotes...</p>
  319. <<if $pc.deodorant_on == 1>>
  320. <<gs 'sweat' 'remove_deo'>>
  321. <</if>>
  322. <<arouse 'erotic_nudity' 25 >>
  323. <<if $wardrobe.clothingworntype == 'nude'>>
  324. <<actCLA 'Get dressed and leave'>>
  325. <<set $time.minutes += 1>>
  326. <<set $menu_off = 1>>
  327. <!-- !!gs 'clothing', 'recover_lost_clothes', 'gadbana', 1-->
  328. <<gs 'clothing' 'wear_last_worn'>>
  329. <<if getvar("$banya_underwear") == 1>>
  330. <<gs 'underwear' 'wear'>>
  331. <</if>>
  332. <<set $banya_underwear to null>>
  333. <<gt 'gaddvor'>>
  334. <</actCLA>>
  335. <</if>>
  336. <<if $wardrobe.clothingworntype != 'nude'>>
  337. <<actCLA 'Go outside'>>
  338. <<set $time.minutes += 1>> <<gt 'gaddvor'>>
  339. <</actCLA>>
  340. <<elseif $wardrobe.clothingworntype == 'nude'>>
  341. <<actCLA 'Go outside naked'>>
  342. <<set $menu_off = 1>>
  343. <<set $time.minutes += 1>>
  344. <<run $pc.skillExperienceGain('inhibition',rand(0,2))>>
  345. <<setinit $grandmaQW['nudity_trouble'] += rand(0,2)>>
  346. <<image "locations/gadukino/grandparents/gaddvor_nude.jpg">>
  347. <!-- !!gs 'clothing', 'recover_lost_clothes', 'gadbana'-->
  348. <<arouse 'flash' 10 `['exhibitionism']`>>
  349. <<set $banya_underwear to null>>
  350. <<act 'Continue'>>
  351. <<gt 'gaddvor'>>
  352. <</act>>
  353. <</actCLA>>
  354. <<elseif $wardrobe.clothingworntype == 'nude' and ($wardrobe.isWearingPanties or $wardrobe.isWearingBra)>>
  355. <<actCLA 'Go outside in your underwear'>>
  356. <<set $menu_off = 1>>
  357. <<set $time.minutes += 1>>
  358. <<run $pc.skillExperienceGain('inhibition',rand(0,1))>>
  359. <<setinit $grandmaQW['nudity_trouble'] += rand(0,1)>>
  360. <<image "locations/gadukino/grandparents/gaddvor_nude.jpg">>
  361. <!-- !!gs 'clothing', 'recover_lost_clothes', 'gadbana'-->
  362. <<arouse 'flashlite' 10 `['exhibitionism']`>>
  363. <<set $banya_underwear to null>>
  364. <<act 'Continue'>>
  365. <<gt 'gaddvor'>>
  366. <</act>>
  367. <</actCLA>>
  368. <</if>>
  369. <</actCLA>>
  370. <</actCLA>>
  371. <</actCLA>>
  372. <</if>>