1
0

backwater.qsrc 7.0 KB

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