gad_backwater.qsrc 7.0 KB

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