backwater.qsrc 7.4 KB

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