Gadbana.qsrc 9.2 KB

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