Gadbana.qsrc 9.0 KB

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