Gadbana.qsrc 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. # Gadbana
  2. CLOSE ALL
  3. $metka = ''
  4. $loc = 'Gadbana'
  5. $metkaM = ''
  6. $locM = 'Gadbana'
  7. $location_type = 'bathroom'
  8. $menu_loc = 'Gadbana'
  9. $menu_arg = ''
  10. menu_off = 0
  11. frost = 0
  12. if banya_underwear = 0:
  13. if $pantyworntype ! 'none' and $braworntype ! 'none':
  14. banya_underwear = 1
  15. else
  16. banya_underwear = 2
  17. end
  18. end
  19. !!clothesAtLocation = FUNC('lost_clothes_here','Gadbana')
  20. '<center><h4>bath</h4></center>'
  21. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/bana.jpg"></center>'
  22. 'Quite a small room with a low smoky ceiling, low stove, stainless steel water tanks and a blackened wooden shelf.'
  23. 'Grandma''s enema bulb is hidden behind some stuff on the shelf.'
  24. gs 'stat'
  25. if mira = 0:
  26. if $clothingworntype = 'nude':
  27. act 'Get dressed and leave':
  28. minut += 1
  29. menu_off = 1
  30. !!gs 'clothing', 'recover_lost_clothes', 'Gadbana', 1
  31. gs 'clothing', 'wear_last_worn'
  32. if banya_underwear = 1: gs 'underwear', 'wear'
  33. gs 'stat'
  34. killvar 'banya_underwear'
  35. gt 'Gaddvor'
  36. end
  37. end
  38. if $clothingworntype ! 'nude':
  39. act 'Go outside':minut += 1 & gt'Gaddvor'
  40. elseif $clothingworntype = 'nude':
  41. act 'Go outside naked':
  42. *clr & cla
  43. menu_off = 1
  44. minut += 1
  45. if gadbana_stripping ! daystart:
  46. gadbana_stripping = daystart
  47. inhib_exp += 2
  48. grandma_trouble += 1
  49. end
  50. '<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/gaddvor_nude.jpg"></center>''It''s certainly risky leaving the hosue like this, and while it''s unlikely anyone saw you go outside naked, there''s a thrill in almost getting caught'
  51. !!gs 'clothing', 'recover_lost_clothes', 'Gadbana'
  52. gs 'arousal', 'flash', 10, 'exhibitionism'
  53. killvar 'banya_underwear'
  54. gs 'stat'
  55. act 'Continue': gt 'Gaddvor'
  56. end
  57. elseif $clothingworntype = 'nude' and ($pantyworntype ! 'none' or $braworntype ! 'none'):
  58. act 'Go outside in your underwear':
  59. *clr & cla
  60. menu_off = 1
  61. minut += 1
  62. if gadbana_stripping ! daystart:
  63. gadbana_stripping = daystart
  64. inhib_exp += 1
  65. grandma_trouble += rand(0,1)
  66. end
  67. '<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/gaddvor_nude.jpg"></center>''It''s certainly risky leaving the hosue like this, and while it''s unlikely anyone saw you go outside in your underwear, there''s a thrill in almost getting caught'
  68. !!gs 'clothing', 'recover_lost_clothes', 'Gadbana'
  69. gs 'arousal', 'flashlite', 10, 'exhibitionism'
  70. killvar 'banya_underwear'
  71. gs 'stat'
  72. act 'Continue': gt 'Gaddvor'
  73. end
  74. end
  75. if week >= 6:
  76. if hour >= 12 and 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 hour > 18 and hour < 22:
  79. 'The banya is now ready.'
  80. if banaday ! daystart:
  81. act 'Relax in the banya (2:00)':
  82. cls
  83. menu_off = 1
  84. minut += 120
  85. pcs_sweat = rand(0,5)
  86. noShampoo = 1
  87. dynamic $showerdin
  88. pcs_hairbsh = 0
  89. pcs_makeup = 1
  90. if $pantyworntype ! 'none' and $braworntype ! 'none': gs 'underwear', 'remove'
  91. if $clothingworntype ! 'nude': gs 'clothing', 'strip'
  92. banaday = daystart
  93. if frost > 0:frost = 0
  94. pcs_skin += 5
  95. gs 'stat'
  96. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/par.jpg"></center>'
  97. 'You strip, sit down and relax. After a proper banya session, you pick up a bucket filled with cold water and pour it over yourself and head over to the shower. You feel like a completely new person.'
  98. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  99. act 'Finish': gt $loc, $metka
  100. end
  101. end
  102. else
  103. 'The banya is not in use at this time, it is available between 19:00 and 22:00 during the weekend.'
  104. end
  105. elseif week < 6:
  106. 'The banya is not used during the week, it is usually ready to use from 19:00 during the weekend.'
  107. end
  108. *nl
  109. if shampoo > 0:
  110. act 'Wash your body (0:25)':
  111. cls
  112. menu_off = 1
  113. minut += 25
  114. dynamic $showerdin
  115. if frost > 0:frost = 0
  116. !!gs 'clothing', 'strip', 'Gadbana'
  117. gs 'clothing', 'strip'
  118. if $pantyworntype ! 'none' and $braworntype ! 'none': gs 'underwear', 'remove'
  119. gs 'stat'
  120. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mit.jpg"></center>'
  121. 'You lather your body washcloth and start scrubbing your body. You rinse off the soap and start to lather the hair with the shampoo. After rising off the shampoo you are completely clean.'
  122. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  123. act 'Finish':gt $loc, $metka
  124. end
  125. else
  126. '<font color="red">You''ve run out of shampoo and will have to buy some more before you can wash yourself.</font>'
  127. end
  128. dynamic $bteeth
  129. gs 'din_van', 'prvt_pee'
  130. dynamic $tampon
  131. if $clothingworntype ! 'nude':
  132. act 'Remove clothes':
  133. minut += 1
  134. !!gs 'clothing', 'strip', 'Gadbana'
  135. gs 'clothing', 'strip'
  136. gs 'stat'
  137. gt 'Gadbana'
  138. end
  139. end
  140. dynamic $wearpan
  141. dynamic $removepan
  142. dynamic $basin
  143. if painkiller > 0:
  144. $pluralS = 's'
  145. if painkiller = 1:$pluralS = ''
  146. 'You have <b><<painkiller>></b> painkiller<<$pluralS>>.'
  147. if pain['total'] > 0 and pain['killer'] = 0:
  148. act 'Take a painkiller':
  149. cla
  150. menu_off = 1
  151. pain['killer'] += 1
  152. painkiller -= 1
  153. pcs_hydra += 20
  154. gs 'stat'
  155. *nl
  156. 'You take a painkiller and gulp it down with a glass of water.'
  157. act 'Finish':gt $loc, $metka
  158. end
  159. end
  160. end
  161. if stanok > 0:'Your razor will last for <b><<stanok>></b> more shavings. <a href="exec:gs ''din_van'', ''shave_options''">Shave Options</a>.'
  162. 'There''s a small shaving <a href="exec:gt ''mirror'', ''start''">mirror</a> resting on the window sill, which you can use to ' +iif(pcs_hairbsh = 0,'<a href="exec:gt ''mirror'',''brush''">brush</a>','brush') + ' your hair.'
  163. !WD: heal chafe
  164. if mosolmaz>0:'On a shelf is a tube of ointment for chafing, which will be enough for <b><<mosolmaz>></b> applications.'
  165. if tampon = 0 and sanpad = 0:
  166. '<b><font color="red">You have no tampons left.</font></b>'
  167. elseif tampon = 1:
  168. '<font color="red">You have only <b><<tampon>></b> tampon left.</font>'
  169. else
  170. 'You have <b><<tampon>></b> tampons.'
  171. end
  172. if sanpad = 0 and tampon = 0:
  173. '<b><font color="red">You have no pads left.</font></b>'
  174. elseif sanpad = 1:
  175. '<font color="red">You have only <b><<sanpad>></b> pads left.</font>'
  176. else
  177. 'You have <b><<sanpad>></b> pads.'
  178. end
  179. if bcream_have > 0:
  180. '<a href="exec:dynamic $use_bcream & gt $loc, $metka">Apply breast cream.</a> Uses left: <<bcream_have>>.'
  181. end
  182. if (cumloc[6] = 1 or cumloc[7] = 1):
  183. act 'Rinse the cum stains off your clothes in luke warm water(0:10)':
  184. cla
  185. menu_off = 1
  186. cumspclnt = 6
  187. gs 'cum_cleanup'
  188. minut += 10
  189. gs 'stat'
  190. '<center><img <<$set_imgh>> src="images/shared/sex/cum/frotsp.jpg"></center>'
  191. 'You remove traces of cum from the clothes.'
  192. act 'Finish':gt $curloc
  193. end
  194. end
  195. dynamic $brit
  196. if breastpump > 0 and bp_unbox >= 1:
  197. act 'Use breast pump':
  198. gt 'lact_bp', 'bp_milking'
  199. end
  200. end
  201. dynamic $toymanage
  202. dynamic $enema
  203. if mosolmaz > 0 and mosol > 0 and mosal_time ! (daystart * 100) + hour:
  204. act 'Rub ointment onto your pussy (0:05)':
  205. cla
  206. menu_off = 1
  207. mosal_time = (daystart * 100) + hour
  208. minut += 5
  209. mosolmaz -= 1
  210. mosol -= 5
  211. 'You take a tube of cream and rub it onto your itchy vulva.'
  212. act 'Finish':gt $loc, $metka
  213. end
  214. end
  215. else
  216. !125st
  217. act 'Undress':
  218. cls
  219. menu_off = 1
  220. !!gs 'clothing', 'strip', 'Gadbana'
  221. gs 'clothing', 'strip'
  222. if $pantyworntype ! 'none' and $braworntype ! 'none': gs 'underwear', 'remove'
  223. gs 'stat'
  224. '<center><img <<$set_imgh>> src="images/characters/village/mira/miraban.jpg"></center>'
  225. 'While you undress, through the corner of your eye you notice Mira removing her panties.'
  226. gs 'arousal', 'voyeur', 10, 'lesbian'
  227. gs 'stat'
  228. act 'Watch Mira clean herself':
  229. cls
  230. gs 'stat'
  231. '<center><img <<$set_imgh>> src="images/characters/village/mira/miraban1.jpg"></center>'
  232. '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...'
  233. gs 'arousal', 'voyeur', 10
  234. gs 'stat'
  235. act 'Steam':
  236. cls
  237. noShampoo = 1
  238. dynamic $showerdin
  239. pcs_hairbsh = 0
  240. pcs_makeup = 1
  241. ! WD: Missing Var ~ 'banaday'
  242. banaday = daystart
  243. if frost > 0:frost = 0
  244. pcs_skin += 5
  245. gs 'stat'
  246. '<center><img <<$set_imgh>> src="images/characters/village/mira/miraban2.jpg"></center>'
  247. '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...'
  248. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  249. gs 'arousal', 'voyeur', 120
  250. gs 'arousal', 'end'
  251. gs 'stat'
  252. if clothesAtLocation = 1 and $clothingworntype = 'nude':
  253. act 'Get dressed and leave':
  254. cla
  255. mira = 0
  256. minut += 1
  257. !!gs 'clothing', 'recover_lost_clothes', 'Gaddvor', 1
  258. if banya_underwear = 1: gs 'underwear', 'wear'
  259. killvar 'banya_underwear'
  260. gs 'stat'
  261. act 'Continue': gt 'Gaddvor'
  262. end
  263. end
  264. act 'Go outside naked':
  265. *clr & cla
  266. mira = 0
  267. minut += 1
  268. grandma_trouble += rand(0,1)
  269. '<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/gaddvor_nude.jpg"></center>'
  270. 'Luckily no one saw you outside naked, but there''s a thrill in almost getting caught'
  271. !!gs 'clothing', 'recover_lost_clothes', 'Gaddvor'
  272. gs 'arousal', 'flash', 10, 'exhibitionism'
  273. gs 'arousal', 'end'
  274. killvar 'banya_underwear'
  275. gs 'stat'
  276. act 'Continue': gt 'Gaddvor'
  277. end
  278. end
  279. end
  280. end
  281. !125ed
  282. end
  283. --- Gadbana ---------------------------------