1
0

backwater.qsrc 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. # backwater
  2. $location_type = 'secluded'
  3. $loc = 'backwater'
  4. $metka = ''
  5. $menu_loc = 'backwater'
  6. $menu_arg = ''
  7. menu_off = 0
  8. gs 'gadukino_event', 'sound'
  9. cls
  10. gs'stat'
  11. clothesAtLocation = FUNC('lost_clothes_here',$CURLOC)
  12. if $ARGS[0] = '':
  13. act 'Go back to the hut':minut += 5 & gt'swamp_yard'
  14. '<center><B>Backwater</B></center>'
  15. if month >= 4 and month <= 10:
  16. if hour >= 6 and hour < 22:
  17. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwater.jpg"></center>'
  18. else
  19. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwater_night.jpg"></center>'
  20. end
  21. else
  22. if hour >= 8 and hour < 18:
  23. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwater_winter.jpg"></center>'
  24. else
  25. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwater_winter_night.jpg"></center>'
  26. end
  27. end
  28. *nl
  29. 'A small creek with relatively clean water. If the weather is warm you can clean yourself up. Also, if your clothes are dirty you can wash them here.'
  30. *nl
  31. if clothesAtLocation = 1:'Your clothes lie on the shore.'
  32. if $clothingworntype = 'nude':
  33. act 'Wash self':
  34. cla
  35. *clr
  36. menu_off = 1
  37. dynamic $showerdin
  38. face_write = 0
  39. body_write = 0
  40. minut += 30
  41. pcs_mood += 10
  42. pcs_willpwr += 5
  43. inhib_exp += rand(1,3)
  44. if huntersRape = 1: huntersRape = 2
  45. if $pantyworntype = 'none':
  46. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterswim2.jpg"></center>'
  47. else
  48. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterswim1.jpg"></center>'
  49. end
  50. *nl
  51. 'You washed yourself in the creek.'
  52. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  53. act 'Finish':gt 'backwater'
  54. end
  55. end
  56. if cumloc[11] = 1 or cumloc[12] = 1:
  57. act 'Clean the sperm from your face (0:10)':
  58. cla
  59. *clr
  60. menu_off = 1
  61. pcs_makeup = 1
  62. cumspclnt = 9
  63. gs 'cum_cleanup'
  64. cumspclnt = 13
  65. gs 'cum_cleanup'
  66. if pcs_sweat > 19 : pcs_sweat -= 5
  67. minut += 10
  68. if huntersRape = 1: huntersRape = 2
  69. gs 'stat'
  70. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterswim1.jpg"></center>'
  71. *nl
  72. 'You carefully wash off the sperm in the creek.'
  73. act 'Finish':gt 'backwater'
  74. end
  75. end
  76. if body_write > 0 or face_write > 0:
  77. act 'Wash the writings off your body (0:10)':
  78. cla
  79. *clr
  80. menu_off = 1
  81. body_write = 0
  82. face_write = 0
  83. minut += 10
  84. gs'stat'
  85. '<center><img <<$set_imgh>> src="images/shared/home/bathroom/wash1.jpg"></center>'
  86. *nl
  87. 'You wash off the indecent inscriptions on your body.'
  88. act 'Finish':menu_off = 0 & gt $loc, $metka
  89. end
  90. end
  91. if cumloc[6] = 1 or cumloc[7] = 1:
  92. act 'Wipe the cum off your clothes (0:10)':
  93. cla
  94. *clr
  95. menu_off = 1
  96. cumspclnt = 6
  97. gs 'cum_cleanup'
  98. minut += 10
  99. if huntersRape = 1: huntersRape = 2
  100. gs'stat'
  101. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/cumwash.jpg"></center>'
  102. *nl
  103. 'You clean the cum stains off your clothes.'
  104. act 'Finish':gt 'backwater'
  105. end
  106. end
  107. if spdirty > 0:
  108. act 'Quick wash (0:15)':
  109. cla
  110. *clr
  111. menu_off = 1
  112. cumspclnt = 4
  113. gs 'cum_cleanup'
  114. if pcs_sweat < 30:
  115. pcs_sweat = 15 + rand(0,4)
  116. else
  117. pcs_sweat -= 10 + rand(0,4)
  118. end
  119. minut += 15
  120. if huntersRape = 1: huntersRape = 2
  121. gs'stat'
  122. '<center><img <<$set_imgh>> src="images/shared/home/bathroom/facesp.jpg"></center>'
  123. *nl
  124. 'You carefully wash your face, removing any impurities.'
  125. act 'Finish':gt 'backwater'
  126. end
  127. end
  128. if clothesAtLocation = 0:
  129. if $clothingworntype ! 'nude' and temper >= 15:
  130. act'Get undressed':
  131. menu_off = 1
  132. if huntersKnowSlut > 0 or hunters = 0 or hour < 8 or hour >= 20 or pcs_inhib > 35:
  133. cla
  134. *clr
  135. minut+=5
  136. gs 'underwear', 'remove'
  137. if huntersRape = 1: huntersRape = 2
  138. if CloSkirtShortness > 0:
  139. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterundress_ski.jpg"></center>'
  140. else
  141. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterundress.jpg"></center>'
  142. end
  143. gs 'clothing', 'strip', 'backwater'
  144. 'You do not hesitate getting undressed, not caring if anyone is watching.'
  145. act'Back':gt'backwater'
  146. else
  147. cla
  148. *clr
  149. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/noundress.jpg"></center>'
  150. 'You hesitate getting undressed, what if someone suddenly sees you?'
  151. act'Back':gt'backwater'
  152. end
  153. end
  154. else
  155. 'It''s too cold to undress. Maybe you should bathe inside the hut'
  156. end
  157. else
  158. if $clothingworntype ! 'nude':
  159. act 'Pick up your clothes':
  160. cla
  161. *clr
  162. menu_off = 1
  163. gs 'clothing', 'recover_lost_clothes', 'backwater'
  164. 'You pick up your clothes laying on the ground.'
  165. gt $loc, $metka
  166. end
  167. elseif forced_naked_day < daystart:
  168. act 'Get dressed':
  169. cla
  170. *clr
  171. menu_off = 1
  172. gs 'clothing', 'recover_lost_clothes', 'backwater', 1
  173. gs 'underwear', 'wear'
  174. 'You pick up your clothes laying on the ground and get dressed.'
  175. gt $loc, $metka
  176. end
  177. end
  178. end
  179. end
  180. if $ARGS[0] = 'creekside_relax':
  181. end
  182. if $clothingworntype = 'nude' and igor_away = 'no' and rand(1,10) = 1:
  183. cla
  184. *clr
  185. menu_off = 1
  186. minut += 5
  187. gs 'stat'
  188. '<center><B>Backwater</B></center>'
  189. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hunter_looks.jpg"></center>'
  190. 'While cleaning yourself in the backwater, you suddenly get the feeling that you are not alone here. Turning around, you see one of the hunters. He''s just standing there watching you, his camouflage is almost indistinguishable compared to the bushes and trees.'
  191. if clothesAtLocation = 1:
  192. act'Get dressed':
  193. cls
  194. minut += 5
  195. gs 'underwear', 'wear'
  196. gs 'clothing', 'recover_lost_clothes', 'backwater', 1
  197. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampbackwaternude1.jpg"></center>'
  198. 'Noticing the hunter, you rush over to your clothes and begin dressing yourself in panic. As you get fully dressed, you look over your shoulder, expecting the hunter standing there, but there is no one there.'
  199. act'Further':gt 'backwater'
  200. end
  201. else
  202. act'Hide':
  203. cls
  204. minut += 1
  205. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampbackwaternude2.jpg"></center>'
  206. 'Covering your breasts and crotch you jump into the nearest bush. In your state of fear and confusion, you start scanning the area but you don''t see anyone there. You quickly run back towards the cabin.'
  207. act'Go back to the hut':gt 'swamp_yard'
  208. end
  209. end
  210. act'Stay naked':
  211. cls
  212. hunterslut += 1
  213. hunterknowday = day
  214. gs'stat'
  215. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampbackwaternude3.jpg"></center>'
  216. 'You decide that you have nothing to be afraid of, and continue on completely nude. The hunter looks at you for a minute or so, all of a sudden you hear a "Hmph", him turning around and going away.'
  217. act'Further':gt 'backwater'
  218. end
  219. exit
  220. end
  221. if huntersRape = 2:
  222. cla
  223. *clr
  224. menu_off = 1
  225. minut += 5
  226. huntersRape = 3
  227. gs 'stat'
  228. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/backwaterrelax.jpg"></center>'
  229. 'You sit down by the shore, resting.'
  230. act 'Further':gt 'hunters', 'start'
  231. end
  232. --- backwater ---------------------------------