Gadbana 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. # Gadbana
  2. CLOSE ALL
  3. $metka = ''
  4. $loc = 'Gadbana'
  5. $location_type = 'bathroom'
  6. frost = 0
  7. '<center><h4>bath</h4></center>'
  8. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/bana.jpg"></center>'
  9. 'Quite a small room with a low smoky ceiling, low stove, stainless steel water tanks and a blackened wooden shelf.'
  10. 'Grandma''s enema bulb is hidden behind some stuff on the shelf.'
  11. gs 'stat'
  12. if mira = 0:
  13. if $clothingworntype = 'nude':
  14. act 'Get dressed':
  15. gs 'clothing', 'wear_last_worn'
  16. gs 'underwear', 'wear'
  17. end
  18. end
  19. act 'Go outside':
  20. if $clothingworntype ! 'nude':
  21. minut += 5 & gt'Gaddvor'
  22. else
  23. cls
  24. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/noundress.jpg"></center>'
  25. 'You can''t go out without any clothes on.'
  26. act 'Back':gt'Gadbana'
  27. end
  28. end
  29. if week >= 6:
  30. if hour >= 12 and hour <= 18:
  31. canpar = 1
  32. 'You put the wood into the stove and start a fire. It will take several hours before the banya is ready.'
  33. elseif hour > 18 and hour < 22:
  34. canpar = 1
  35. 'The banya is now ready.'
  36. if banaday ! daystart:
  37. act 'Relax in the banya (2:00)':
  38. cls
  39. minut += 120
  40. pcs_sweat = rand(0,5)
  41. dynamic $showerdin
  42. pcs_hairbsh = 0
  43. pcs_makeup = 1
  44. ! WD: Missing Var ~ 'banaday'
  45. banaday = daystart
  46. if frost > 0:frost = 0
  47. pcs_skin += 5
  48. gs 'stat'
  49. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/par.jpg"></center>'
  50. '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.'
  51. act 'Go outside':gt 'Gaddvor'
  52. end
  53. end
  54. elseif hour >= 22:
  55. canpar = 0
  56. end
  57. elseif week ! 6:
  58. canpar = 0
  59. end
  60. if canpar = 0:
  61. act 'Wash (1:00)':
  62. cls
  63. dynamic $showerdin
  64. minut += 60
  65. pcs_hairbsh = 0
  66. pcs_makeup = 1
  67. if frost > 0:frost = 0
  68. gs 'stat'
  69. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/mit.jpg"></center>'
  70. '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.'
  71. act 'Leave':gt $loc, $metka
  72. end
  73. end
  74. dynamic $bteeth
  75. dynamic $tampon
  76. dynamic $quickwash
  77. dynamic $wearpan
  78. dynamic $basin
  79. if (cumloc[6] = 1 or cumloc[7] = 1):
  80. act 'Rinse the cum stains off your clothes in luke warm water(0:10)':
  81. cla
  82. cumspclnt = 6
  83. gs 'cum_cleanup'
  84. minut += 10
  85. gs 'stat'
  86. '<center><img <<$set_imgh>> src="images/shared/sex/cum/frotsp.jpg"></center>'
  87. 'You remove traces of cum from the clothes.'
  88. act 'Finish':gt $curloc
  89. end
  90. end
  91. dynamic $brit
  92. if (washingbelo = 1 or washingbra = 1) and $loc = 'Gadbana':
  93. act 'Wash underwear (30 Minutes)':
  94. cla
  95. *clr
  96. minut += 30
  97. gs 'underwear', 'cleaning'
  98. pcs_mood -= 10
  99. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/washclothes1.jpg"></center>'
  100. *nl
  101. 'You soak your dirty underwear in the basin and pour in washing powder, then you scrub them until they are finally clean.'
  102. act 'Finish':gt $loc, $metka
  103. end
  104. end
  105. if dirtyclothes = 1 and $loc = 'Gadbana':
  106. act 'Wash your clothes (1:00)':
  107. cla
  108. *clr
  109. minut += 60
  110. gs 'underwear', 'cleaning'
  111. dirtyclothes = 0
  112. pcs_mood -= 10
  113. cumspclnt = 6 & gs 'cum_cleanup'
  114. gs 'stat'
  115. if $clothingworntype = 'nude':
  116. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/basinwash.jpg"></center>'
  117. else
  118. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/washclothes1.jpg"></center>'
  119. 'You undress and wash your dirty clothes.'
  120. end
  121. *nl
  122. 'You soak your muddy clothes and underwear in the basin and pour in washing powder, then you scrub them until they are finally clean.'
  123. act 'Finish':gt $loc, $metka
  124. end
  125. end
  126. if (klismaday ! daystart or arrpos('sparrloc', 3) ! -1):
  127. act 'Give yourself an enema (0:05)':
  128. cla
  129. *clr
  130. cumspclnt = 7
  131. gs 'cum_cleanup'
  132. minut += 5
  133. klismaday = daystart
  134. klismaday1= 1
  135. '<center><img <<$set_imgh>> src="images/shared/home/bathroom/klisma.jpg"></center>'
  136. 'You use Baba''s enema to clean yourself out down there. Your ass is now ready for anal sex without any awkward surprises.'
  137. act 'Finish':gt 'Gadbana'
  138. end
  139. end
  140. else
  141. !125st
  142. act 'Undress':
  143. cls
  144. gs 'clothing', 'strip'
  145. gs 'underwear', 'remove'
  146. gs 'stat'
  147. '<center><img <<$set_imgh>> src="images/characters/village/mira/miraban.jpg"></center>'
  148. 'While you undress, through the corner of your eye you notice Mira removing her panties.'
  149. gs 'arousal', 'voyeur', 10, 'lesbian'
  150. gs 'stat'
  151. act 'Watch Mira clean herself':
  152. cls
  153. gs 'stat'
  154. '<center><img <<$set_imgh>> src="images/characters/village/mira/miraban1.jpg"></center>'
  155. '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...'
  156. gs 'arousal', 'voyeur', 10
  157. gs 'stat'
  158. act 'Steam':
  159. !{
  160. dynamic $showerdin
  161. vidageday += 1
  162. pcs_mood += 20
  163. pcs_health += healthmax/20
  164. pcs_skin += 5
  165. if pcs_skin >= 20:pcs_skin = 0 & skin += 1
  166. }
  167. !copy from 40~62, different sauna in Russian.
  168. cls
  169. dynamic $showerdin
  170. pcs_hairbsh = 0
  171. pcs_makeup = 1
  172. ! WD: Missing Var ~ 'banaday'
  173. banaday = daystart
  174. if frost > 0:frost = 0
  175. pcs_skin += 5
  176. gs 'stat'
  177. '<center><img <<$set_imgh>> src="images/characters/village/mira/miraban2.jpg"></center>'
  178. '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...'
  179. gs 'arousal', 'voyeur', 120
  180. gs 'arousal', 'end'
  181. gs 'stat'
  182. act 'Finish': mira = 0 & gt 'gaddvor'
  183. end
  184. end
  185. end
  186. !125ed
  187. end
  188. --- Gadbana ---------------------------------