Nudelake.qsrc 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. # Nudelake
  2. !!2021/03/27
  3. $loc = 'Nudelake'
  4. $loc_arg = ''
  5. $menu_loc = 'Nudelake'
  6. $menu_arg = ''
  7. killvar '$locclass'
  8. menu_off = 0
  9. $location_type = 'secluded'
  10. gs 'stat'
  11. '<center><b>nudist beach</b></center>'
  12. '<center><img <<$set_imgh>> src="images/locations/city/residential/lake/nudelake.jpg"></center>'
  13. 'The nudist beach, where clothing is optional.'
  14. if PCloswimwear = 1 or $clothingworntype = 'nude':
  15. act'Get dressed':
  16. cla
  17. *clr
  18. minut+=5
  19. gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
  20. gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
  21. gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
  22. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/dress_nudebeach.jpg"></center>'
  23. 'You put your clothes back on.'
  24. act 'Continue': gt'Nudelake'
  25. end
  26. end
  27. if temper >= 15 and month >= 5 and month <= 9 and hour >= 6 and hour <= 20:
  28. if func('changingroom','count_swim_item') > 0 and PCloswimwear = 0:
  29. act'Change into your swimwear':
  30. menu_off = 1
  31. cla
  32. *clr
  33. minut+=5
  34. if pcs_horny >= 90:
  35. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/self/wetpussypants1.jpg"></center>'
  36. 'You want to change into a swimsuit, but with no changing room here and your pussy oozing juices down your leg, coupled with the thought that people will see, horrifies you. You abandon the idea.'
  37. '"I should sort out my arousal first." you think to yourself.'
  38. act 'Continue': gt'Nudelake'
  39. else
  40. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/swimsuit_nudebeach.jpg"></center>'
  41. 'You wrap a towel around yourself and you''re ready to change into your swimsuit.'
  42. act 'Choose outfit': gt'changingroom', 'view_swim_list'
  43. end
  44. end
  45. end
  46. if $clothingworntype ! 'nude':
  47. act'Take off your clothes':
  48. menu_off = 1
  49. if pcs_inhib > 30:
  50. cla
  51. *clr
  52. minut += 5
  53. if pcs_horny >= 80 and exhibitionist_lvl > 1 and (PCloPanties = 1 or $pantyworntype ! 'none'):
  54. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/self/wetpussypants3.jpg"></center>'
  55. 'You strip off. A few passing men do a double-take and pause to look at your sopping wet panties, probably thinking about what is making you so excited. You don''t care about what they might say or think of you.'
  56. elseif pcs_inhib >= 60:
  57. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/undressnudebeach.jpg"></center>'
  58. 'Not caring if anyone is looking at you, you slowly take off your clothes. You peel off each item like a stripper. Soon, you are completely naked.'
  59. elseif pcs_inhib < 60:
  60. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/undressnudebeach.jpg"></center>'
  61. 'You quickly check to see if anyone is watching, and when you''re satisfied no one is paying you undue attention, you take off your clothes. You''re naked now.'
  62. end
  63. $lastwornclothingtype['swim'] = $clothingworntype
  64. lastwornclothingnumber['swim'] = clothingwornnumber
  65. $lastwornpantytype['swim'] = $pantyworntype
  66. lastwornpantynumber['swim'] = pantywornnumber
  67. $lastwornbratype['swim'] = $braworntype
  68. lastwornbranumber['swim'] = brawornnumber
  69. gs 'clothing', 'strip_all'
  70. gs 'stat'
  71. else
  72. cla
  73. *clr
  74. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/self/shyness.jpg"></center>'
  75. 'Even though no one is around, you don''t feel confident enough to actually take your clothes off.'
  76. end
  77. act 'Continue': gt'Nudelake'
  78. end
  79. end
  80. if $clothingworntype = 'nude':
  81. 'Here you can <a href="exec:gt ''Nudelake'', ''zagarat''">sunbathe</a> and <a href="exec:gt ''Nudelake'', ''swim''">swim</a>'
  82. if pcs_stam >= (20 * (10 - sport_clothes_exercise_bonus)) / 2:
  83. act 'Go swimming': gt 'Nudelake', 'swim'
  84. end
  85. act 'Sunbathe': gt 'Nudelake', 'zagarat'
  86. 'You can play <a href="exec:gt ''Nudelake'', ''voleybol''">beach volleyball</a>.'
  87. end
  88. if katday ! daystart and kat >= 1:
  89. 'You see Kat on the beach.'
  90. act 'Approach Kat':gt 'Katlake', 'kat'
  91. end
  92. elseif hour >= 6 and hour <= 20:
  93. 'It''s too cold for any nudist activities.'
  94. else
  95. 'The nudist beach is closed.'
  96. end
  97. if $clothingworntype = 'nude':
  98. act 'Get dressed':
  99. gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
  100. gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
  101. gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
  102. end
  103. else
  104. act 'Return to the main beach':gt 'city_lake', 'start'
  105. end
  106. if $ARGS[0] = 'voleybol':
  107. $location_type = 'event_outdoors'
  108. $menu_loc = 'Nudelake'
  109. $menu_arg = 'voleybol'
  110. menu_off = 0
  111. *clr & cla
  112. minut += 1
  113. '<center><img <<$set_imgh>> src="images/locations/city/residential/lake/volleyball.jpg"></center>'
  114. 'You go to the volleyball court.'
  115. act 'Watch':gt 'Nudelake', 'smotr'
  116. act 'Leave':gt 'Nudelake'
  117. act 'Play':
  118. menu_off = 1
  119. cla
  120. *clr
  121. gs 'exp_gain', 'agil', 1
  122. gs 'exp_gain', 'react', 1
  123. gs 'exp_gain', 'vball', rand(1,3)
  124. minut += 30
  125. inhib_exp += rand(1,3)
  126. '<center><img <<$set_imgh>> src="images/locations/city/residential/lake/volleyball.jpg"></center>'
  127. 'You go up to the players and ask whether it is possible to join in. They are happy to put you on a team.'
  128. act 'Finish':gt 'Nudelake'
  129. end
  130. end
  131. if $ARGS[0] = 'zagarat':
  132. $location_type = 'event_outdoors'
  133. *clr & cla
  134. minut += 30
  135. if pcs_sweat < 35 : gs 'sweat', 'add', 5
  136. inhib_exp += rand(1,3)
  137. pcs_mood += 5
  138. menu_off = 1
  139. gs 'stat'
  140. '<center><img <<$set_imgh>> src="images/locations/shared/lake/tanning_nude.jpg"></center>'
  141. if mc_inventory['suncream'] = 0:
  142. pcs_tan += 1
  143. 'You go to the beach and sunbathe.'
  144. else
  145. mc_inventory['suncream'] -= 1
  146. pcs_tan += 3
  147. 'You smear sunblock on your body and sunbathe.'
  148. end
  149. nzagrand = rand(0, 100)
  150. if nzagrand >= 60 and nzagrand < 70 and npc_rel['A219'] > 30 and katkey = 0:gt 'Katlake', 'key'
  151. if nzagrand >= 70 and nzagrand < 80 and kat = 0 and katday ! daystart:gt 'Katlake'
  152. if nzagrand >= 80 and nzagrand < 90:gt 'Vnlake1'
  153. if nzagrand >= 90:gt 'Vnlake2'
  154. act 'Finish':gt 'Nudelake'
  155. end
  156. if $ARGS[0] = 'swim':
  157. $location_type = 'event_outdoors'
  158. menu_off = 0
  159. cla
  160. *clr
  161. pcs_makeup = 1
  162. cumspclnt = 4
  163. gs 'cum_cleanup'
  164. gs 'exercise', 'tier1', 60, 'stren', 'vital'
  165. if $clothingworntype = 'nude':
  166. gs 'exercise', 'tier1', 1, 'stren', 'vital'
  167. minut -= 1
  168. inhib_exp += rand(1,3)
  169. else
  170. if pcs_inhib < 50:inhib_exp += rand(1,3)
  171. end
  172. pcs_sweat = 10 + rand(0,4)
  173. '<center><img <<$set_imgh>> src="images/pc/activities/swim/lake/swim_nude_<<rand(0,10)>>.jpg"></center>'
  174. 'You go for a swim.'
  175. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  176. act 'Finish':gt 'Nudelake'
  177. end
  178. if $ARGS[0] = 'smotr':
  179. $location_type = 'event_outdoors'
  180. menu_off = 0
  181. *clr & cla
  182. minut += 30
  183. gs 'stat'
  184. '<center><img <<$set_imgh>> src="images/locations/city/residential/lake/volleyball.jpg"></center>'
  185. 'You watch the others play.'
  186. act 'Leave':gt 'Nudelake'
  187. end
  188. --- Nudelake ---------------------------------