Gadbana.qsrc 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  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', 'voyeur', 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', 'voyeur', 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. dynamic $showerdin
  87. pcs_hairbsh = 0
  88. pcs_makeup = 1
  89. if $pantyworntype ! 'none' and $braworntype ! 'none': gs 'underwear', 'remove'
  90. if $clothingworntype ! 'nude': gs 'clothing', 'strip'
  91. banaday = daystart
  92. if frost > 0:frost = 0
  93. pcs_skin += 5
  94. gs 'stat'
  95. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/par.jpg"></center>'
  96. '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.'
  97. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  98. act 'Finish': gt $loc, $metka
  99. end
  100. end
  101. else
  102. 'The banya is not in use at this time, it is available between 19:00 and 22:00 during the weekend.'
  103. end
  104. elseif week < 6:
  105. 'The banya is not used during the week, it is usually ready to use from 19:00 during the weekend.'
  106. end
  107. *nl
  108. act 'Wash your body (0:25)':
  109. cls
  110. menu_off = 1
  111. minut += 25
  112. dynamic $showerdin
  113. if frost > 0:frost = 0
  114. !!gs 'clothing', 'strip', 'Gadbana'
  115. gs 'clothing', 'strip'
  116. if $pantyworntype ! 'none' and $braworntype ! 'none': gs 'underwear', 'remove'
  117. gs 'stat'
  118. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mit.jpg"></center>'
  119. '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.'
  120. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  121. act 'Finish':gt $loc, $metka
  122. end
  123. dynamic $bteeth
  124. gs 'din_van', 'prvt_pee'
  125. dynamic $tampon
  126. if $clothingworntype ! 'nude':
  127. act 'Remove clothes':
  128. minut += 1
  129. !!gs 'clothing', 'strip', 'Gadbana'
  130. gs 'clothing', 'strip'
  131. gs 'stat'
  132. gt 'Gadbana'
  133. end
  134. end
  135. dynamic $wearpan
  136. dynamic $removepan
  137. dynamic $basin
  138. if painkiller > 0:
  139. $pluralS = 's'
  140. if painkiller = 1:$pluralS = ''
  141. 'You have <b><<painkiller>></b> painkiller<<$pluralS>>.'
  142. if pain['total'] > 0 and pain['killer'] = 0:
  143. act 'Take a painkiller':
  144. cla
  145. menu_off = 1
  146. pain['killer'] += 1
  147. painkiller -= 1
  148. pcs_hydra += 20
  149. gs 'stat'
  150. *nl
  151. 'You take a painkiller and gulp it down with a glass of water.'
  152. act 'Finish':gt $loc, $metka
  153. end
  154. end
  155. end
  156. if stanok > 0:'Your razor will last for <b><<stanok>></b> more shavings. <a href="exec:gs ''din_van'', ''shave_options''">Shave Options</a>.'
  157. '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.'
  158. !WD: heal chafe
  159. if mosolmaz>0:'On a shelf is a tube of ointment for chafing, which will be enough for <b><<mosolmaz>></b> applications.'
  160. if tampon = 0 and sanpad = 0:
  161. '<b><font color="red">You have no tampons left.</font></b>'
  162. elseif tampon = 1:
  163. '<font color="red">You have only <b><<tampon>></b> tampon left.</font>'
  164. else
  165. 'You have <b><<tampon>></b> tampons.'
  166. end
  167. if sanpad = 0 and tampon = 0:
  168. '<b><font color="red">You have no pads left.</font></b>'
  169. elseif sanpad = 1:
  170. '<font color="red">You have only <b><<sanpad>></b> pads left.</font>'
  171. else
  172. 'You have <b><<sanpad>></b> pads.'
  173. end
  174. if bcream_have > 0:
  175. '<a href="exec:dynamic $use_bcream & gt $loc, $metka">Apply breast cream.</a> Uses left: <<bcream_have>>.'
  176. end
  177. if (cumloc[6] = 1 or cumloc[7] = 1):
  178. act 'Rinse the cum stains off your clothes in luke warm water(0:10)':
  179. cla
  180. menu_off = 1
  181. cumspclnt = 6
  182. gs 'cum_cleanup'
  183. minut += 10
  184. gs 'stat'
  185. '<center><img <<$set_imgh>> src="images/shared/sex/cum/frotsp.jpg"></center>'
  186. 'You remove traces of cum from the clothes.'
  187. act 'Finish':gt $curloc
  188. end
  189. end
  190. dynamic $brit
  191. if breastpump > 0 and bp_unbox >= 1:
  192. act 'Use breast pump':
  193. gt 'lact_bp', 'bp_milking'
  194. end
  195. end
  196. dynamic $toymanage
  197. dynamic $enema
  198. if mosolmaz > 0 and mosol > 0 and mosal_time ! (daystart * 100) + hour:
  199. act 'Rub ointment onto your pussy (0:05)':
  200. cla
  201. menu_off = 1
  202. mosal_time = (daystart * 100) + hour
  203. minut += 5
  204. mosolmaz -= 1
  205. mosol -= 5
  206. 'You take a tube of cream and rub it onto your itchy vulva.'
  207. act 'Finish':gt $loc, $metka
  208. end
  209. end
  210. else
  211. !125st
  212. act 'Undress':
  213. cls
  214. menu_off = 1
  215. !!gs 'clothing', 'strip', 'Gadbana'
  216. gs 'clothing', 'strip'
  217. if $pantyworntype ! 'none' and $braworntype ! 'none': gs 'underwear', 'remove'
  218. gs 'stat'
  219. '<center><img <<$set_imgh>> src="images/characters/village/mira/miraban.jpg"></center>'
  220. 'While you undress, through the corner of your eye you notice Mira removing her panties.'
  221. gs 'arousal', 'voyeur', 10, 'lesbian'
  222. gs 'stat'
  223. act 'Watch Mira clean herself':
  224. cls
  225. gs 'stat'
  226. '<center><img <<$set_imgh>> src="images/characters/village/mira/miraban1.jpg"></center>'
  227. '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...'
  228. gs 'arousal', 'voyeur', 10
  229. gs 'stat'
  230. act 'Steam':
  231. cls
  232. dynamic $showerdin
  233. pcs_hairbsh = 0
  234. pcs_makeup = 1
  235. ! WD: Missing Var ~ 'banaday'
  236. banaday = daystart
  237. if frost > 0:frost = 0
  238. pcs_skin += 5
  239. gs 'stat'
  240. '<center><img <<$set_imgh>> src="images/characters/village/mira/miraban2.jpg"></center>'
  241. '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...'
  242. gs 'arousal', 'voyeur', 120
  243. gs 'arousal', 'end'
  244. gs 'stat'
  245. if clothesAtLocation = 1 and $clothingworntype = 'nude':
  246. act 'Get dressed and leave':
  247. cla
  248. mira = 0
  249. minut += 1
  250. !!gs 'clothing', 'recover_lost_clothes', 'Gaddvor', 1
  251. if banya_underwear = 1: gs 'underwear', 'wear'
  252. killvar 'banya_underwear'
  253. gs 'stat'
  254. act 'Continue': gt 'Gaddvor'
  255. end
  256. end
  257. act 'Go outside naked':
  258. *clr & cla
  259. mira = 0
  260. minut += 1
  261. grandma_trouble += rand(0,1)
  262. '<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/gaddvor_nude.jpg"></center>'
  263. 'Luckily no one saw you outside naked, but there''s a thrill in almost getting caught'
  264. !!gs 'clothing', 'recover_lost_clothes', 'Gaddvor'
  265. gs 'arousal', 'voyeur', 10, 'exhibitionism'
  266. gs 'arousal', 'end'
  267. killvar 'banya_underwear'
  268. gs 'stat'
  269. act 'Continue': gt 'Gaddvor'
  270. end
  271. end
  272. end
  273. end
  274. !125ed
  275. end
  276. --- Gadbana ---------------------------------