1
0

backwater.qsrc 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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':
  14. if $clothingworntype = 'nude' and ((hunterknowday ! daystart and hunters_outside = 1 and hunters_available = 1) or (inhibitioncheck ! daystart and pcs_inhib >= 25) or exhibitionist_lvl < 1):
  15. $loc = 'swamp_yard'
  16. $metka = 'start'
  17. hunter_refuse = 0
  18. inhibitionbackwater = daystart
  19. gs 'stat'
  20. gt 'swamphouse', 'get_dressed'
  21. else
  22. minut += 5
  23. hunter_refuse = 0
  24. gs 'stat'
  25. gt 'swamp_yard', 'start'
  26. end
  27. end
  28. '<center><B>Backwater</B></center>'
  29. if month >= 4 and month <= 10:
  30. if hour >= 6 and hour < 22:
  31. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwater.jpg"></center>'
  32. else
  33. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwater_night.jpg"></center>'
  34. end
  35. else
  36. if hour >= 8 and hour < 18:
  37. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwater_winter.jpg"></center>'
  38. else
  39. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwater_winter_night.jpg"></center>'
  40. end
  41. end
  42. *nl
  43. '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.'
  44. *nl
  45. if clothesAtLocation = 1:'Your clothes lie on the shore.'
  46. if $clothingworntype = 'nude':
  47. act 'Wash self':
  48. cla
  49. *clr
  50. menu_off = 1
  51. noShampoo = 1
  52. dynamic $showerdin
  53. face_write = 0
  54. body_write = 0
  55. minut += 30
  56. pcs_mood += 10
  57. if willday_bath ! daystart: willday_bath = daystart & pcs_willpwr += 1
  58. inhib_exp += rand(1,3)
  59. if huntersRape = 1: huntersRape = 2
  60. if $pantyworntype = 'none':
  61. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterswim2.jpg"></center>'
  62. else
  63. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterswim1.jpg"></center>'
  64. end
  65. *nl
  66. 'You washed yourself in the creek.'
  67. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  68. act 'Finish':gt 'backwater'
  69. end
  70. end
  71. if cumloc[11] = 1 or cumloc[12] = 1:
  72. act 'Clean the sperm from your face (0:10)':
  73. cla
  74. *clr
  75. menu_off = 1
  76. pcs_makeup = 1
  77. cumspclnt = 9
  78. gs 'cum_cleanup'
  79. cumspclnt = 13
  80. gs 'cum_cleanup'
  81. if pcs_sweat > 19 : pcs_sweat -= 5
  82. minut += 10
  83. if huntersRape = 1: huntersRape = 2
  84. gs 'stat'
  85. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterswim1.jpg"></center>'
  86. *nl
  87. 'You carefully wash off the sperm in the creek.'
  88. act 'Finish':gt 'backwater'
  89. end
  90. end
  91. if body_write > 0 or face_write > 0:
  92. act 'Wash the writings off your body (0:10)':
  93. cla
  94. *clr
  95. menu_off = 1
  96. body_write = 0
  97. face_write = 0
  98. minut += 10
  99. gs'stat'
  100. '<center><img <<$set_imgh>> src="images/shared/home/bathroom/wash1.jpg"></center>'
  101. *nl
  102. 'You wash off the indecent inscriptions on your body.'
  103. act 'Finish':menu_off = 0 & gt $loc, $metka
  104. end
  105. end
  106. if cumloc[6] = 1 or cumloc[7] = 1:
  107. act 'Wipe the cum off your clothes (0:10)':
  108. cla
  109. *clr
  110. menu_off = 1
  111. cumspclnt = 6
  112. gs 'cum_cleanup'
  113. minut += 10
  114. if huntersRape = 1: huntersRape = 2
  115. gs'stat'
  116. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/cumwash.jpg"></center>'
  117. *nl
  118. 'You clean the cum stains off your clothes.'
  119. act 'Finish':gt 'backwater'
  120. end
  121. end
  122. if spdirty > 0:
  123. act 'Quick wash (0:15)':
  124. cla
  125. *clr
  126. menu_off = 1
  127. cumspclnt = 4
  128. gs 'cum_cleanup'
  129. if pcs_sweat < 30:
  130. pcs_sweat = 15 + rand(0,4)
  131. else
  132. pcs_sweat -= 10 + rand(0,4)
  133. end
  134. minut += 15
  135. if huntersRape = 1: huntersRape = 2
  136. gs'stat'
  137. '<center><img <<$set_imgh>> src="images/shared/home/bathroom/facesp.jpg"></center>'
  138. *nl
  139. 'You carefully wash your face, removing any impurities.'
  140. act 'Finish':gt 'backwater'
  141. end
  142. end
  143. if clothesAtLocation = 0:
  144. if $clothingworntype ! 'nude' and temper >= 15:
  145. act'Get undressed':
  146. menu_off = 1
  147. if huntersKnowSlut > 0 or (hunters_outside = 0 and hunters_available = 0) or (hour < 7 or hour > 22) or (pcs_inhib >= 25 or exhibitionist_lvl > 1):
  148. cla
  149. *clr
  150. minut+=5
  151. gs 'underwear', 'remove'
  152. if huntersRape = 1: huntersRape = 2
  153. if CloSkirtShortness > 0:
  154. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterundress_ski.jpg"></center>'
  155. else
  156. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/backwaterundress.jpg"></center>'
  157. end
  158. gs 'clothing', 'strip', 'backwater'
  159. 'You do not hesitate getting undressed, not caring if anyone is watching.'
  160. act'Back':gt'backwater'
  161. else
  162. cla
  163. *clr
  164. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/noundress.jpg"></center>'
  165. 'You hesitate getting undressed, what if someone suddenly sees you?'
  166. act'Back':gt'backwater'
  167. end
  168. end
  169. else
  170. 'It''s too cold to undress. Maybe you should bathe inside the hut'
  171. end
  172. else
  173. if $clothingworntype ! 'nude':
  174. act 'Pick up your clothes':
  175. cla
  176. *clr
  177. menu_off = 1
  178. gs 'clothing', 'recover_lost_clothes', 'backwater'
  179. 'You pick up your clothes laying on the ground.'
  180. gt $loc, $metka
  181. end
  182. elseif forced_naked_day < daystart:
  183. act 'Get dressed':
  184. cla
  185. *clr
  186. menu_off = 1
  187. gs 'clothing', 'recover_lost_clothes', 'backwater', 1
  188. gs 'underwear', 'wear'
  189. 'You pick up your clothes laying on the ground and get dressed.'
  190. gt $loc, $metka
  191. end
  192. end
  193. end
  194. end
  195. if $ARGS[0] = 'creekside_relax':
  196. end
  197. if $clothingworntype = 'nude' and igor_away = 'no' or (hunters_outside = 1 and hunters_available = 1) and rand(1,10) = 1:
  198. cla
  199. *clr
  200. menu_off = 1
  201. minut += 5
  202. gs 'stat'
  203. '<center><B>Backwater</B></center>'
  204. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hunter_looks.jpg"></center>'
  205. '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.'
  206. if clothesAtLocation = 1:
  207. act'Get dressed':
  208. cls
  209. minut += 5
  210. gs 'underwear', 'wear'
  211. gs 'clothing', 'recover_lost_clothes', 'backwater', 1
  212. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampbackwaternude1.jpg"></center>'
  213. '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.'
  214. act'Further':gt 'backwater'
  215. end
  216. else
  217. act'Hide':
  218. cls
  219. minut += 1
  220. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampbackwaternude2.jpg"></center>'
  221. '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.'
  222. act'Go back to the hut':gt 'swamp_yard', 'start'
  223. end
  224. end
  225. act'Stay naked':
  226. cls
  227. hunterslut += 1
  228. hunterknowday = day
  229. gs'stat'
  230. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampbackwaternude3.jpg"></center>'
  231. '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.'
  232. act'Further':gt 'backwater'
  233. end
  234. exit
  235. end
  236. if huntersRape = 2:
  237. cla
  238. *clr
  239. menu_off = 1
  240. minut += 5
  241. huntersRape = 3
  242. gs 'stat'
  243. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/backwaterrelax.jpg"></center>'
  244. 'You sit down by the shore, resting.'
  245. act 'Further':gt 'hunters', 'start'
  246. end
  247. --- backwater ---------------------------------