gLakeNude.qsrc 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  1. # gLakeNude
  2. $location_type = 'secluded'
  3. $loc = 'gLakeNude'
  4. $loc_arg = ''
  5. $menu_loc = 'gLakeNude'
  6. $menu_arg = ''
  7. $locclass = 'beach'
  8. menu_off = 0
  9. *clr & cla
  10. gs 'stat'
  11. if sound = 0: PLAY 'sound/lakeshore2.mp3',20
  12. '<center><H4>Secluded beach</H4></center>'
  13. if month >= 3 and month <= 5:
  14. if hour >= 6 and hour <= 17:
  15. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.spring.jpg"></center>'
  16. else
  17. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.spring.night.jpg"></center>'
  18. end
  19. '<center>This small natural beach is hidden away from the general public on a inlet of the lake. To reach it you had to travel around the lake along a forest trail. Not many people use this area of the beach, other than some those seeking privacy, or some of the local kids. Except in winter, so they can use the sauna at the edge of the forest.</center>'
  20. *nl
  21. elseif month >= 6 and month <= 8:
  22. if hour >= 6 and hour <= 19:
  23. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.summer.jpg"></center>'
  24. else
  25. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.summer.night.jpg"></center>'
  26. end
  27. '<center>This small natural beach is hidden away from the general public on a inlet of the lake. To reach it you had to travel around the lake along a forest trail. Not many people use this area of the beach, other than some those seeking privacy, or some of the local kids. Except in winter, so they can use the sauna at the edge of the forest.</center>'
  28. *nl
  29. elseif month >= 9 and month <= 11:
  30. if hour >= 6 and hour <= 18:
  31. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.autumn.jpg"></center>'
  32. else
  33. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.autumn.night.jpg"></center>'
  34. end
  35. '<center>This small natural beach is hidden away from the general public on a inlet of the lake. To reach it you had to travel around the lake along a forest trail. Not many people use this area of the beach, other than some those seeking privacy, or some of the local kids. Except in winter, so they can use the sauna at the edge of the forest.</center>'
  36. *nl
  37. elseif month < 3 or month = 12:
  38. if hour >= 7 and hour <= 16:
  39. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.winter.jpg"></center>'
  40. else
  41. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.winter.night.jpg"></center>'
  42. end
  43. '<center>This small natural beach is hidden away from the general public on a inlet of the lake. To reach it you had to travel around the lake along a forest trail. Not many people use this area of the beach, other than some those seeking privacy, or some of the local kids. Except in winter, so they can use the sauna at the edge of the forest.</center>'
  44. '<center>Ever since winter arrived, the lake in Pavlovsk has been frozen over. A small part of the inlet has the ice broken, so those that wish to take a refershing dip in the icy cold water can, after using the sauna.</center>'
  45. *nl
  46. end
  47. if storyline = 1 and month >= 3 and month <= 8 and week >= 6 and hour >= 8 and hour <= 10 and ivanfedorseennaked ! daystart and rand(0,3) = 0 and fedorKozlovQW >= 0:
  48. if $clothingworntype = 'nude':
  49. gs 'exhibitionism', 3
  50. gs 'fame', 'pav', 'sex', 3
  51. 'You''re walking down the secluded beach, enjoying the sensation of feeling free and the cool breeze on your naked body. When all of a sudden you hear some heavy running steps coming up behind you followed by heavy panting. Expecting the worse, you turn around only to see a sweaty Ivan with a huge grin on his face, closely followed by Fedor. As they get a look at your face and realize who you are, they slow down and stop, looking a bit surprised to see... well all of you on display.'
  52. act 'Run away': ivanfedorseennaked = daystart & gt 'gLakeNude'
  53. act 'Say hi to them': ivanfedorseennaked = daystart & gt 'gschool_socialchg1', 'ivan_fedor_naked'
  54. else
  55. 'You''re walking down the secluded beach, enjoying the tranquility when all of a sudden you hear some heavy running steps coming up behind you followed by heavy panting. Expecting the worse, you turn around only to see a sweaty <a href="exec:gt ''gschool_socialchg1'', ''tIvan''">Ivan</a>, closely followed by <a href="exec:gt ''gschool_socialchg1'', ''tFedor''">Feodor</a>.'
  56. end
  57. end
  58. act'Leave the secluded beach': minut += 10 & gt 'glake'
  59. if month >= 5 and month <= 9:
  60. if func('changingroom','count_swim_item') > 0:
  61. act 'Use changing room':gt 'changingroom', 'view_swim_list'
  62. else
  63. *nl
  64. 'You should probably buy some swimwear if you intend of spending time at the beach'
  65. *nl
  66. end
  67. if $clothingworntype ! 'nude' and (pcs_inhib > 30 or (exhibitionist_lvl > 1 and pcs_horny >= 60)):
  68. gs 'willpower', 'exhib', 'self'
  69. if will_cost <= pcs_willpwr:
  70. act 'Take off your clothes (<<will_cost>> Willpower)':
  71. *clr & cla
  72. minut += 5
  73. menu_off = 1
  74. sauna_stripped = 0
  75. if pcs_inhib < 60: inhib_exp += rand(1,3)
  76. gs 'willpower', 'exhib', 'self', 'easy'
  77. gs 'willpower', 'pay', 'self'
  78. gs 'clothing', 'strip_all'
  79. gs 'stat'
  80. if pcs_horny >= 80 and exhibitionist_lvl > 1:
  81. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/self/wetpussypants3.jpg"></center>'
  82. 'You strip off. A couple of passing men do a double-take and pause a moment 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.'
  83. elseif pcs_inhib >= 60:
  84. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/undressnudebeach.jpg"></center>'
  85. '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.'
  86. elseif pcs_inhib < 60:
  87. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/undressnudebeach.jpg"></center>'
  88. '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.'
  89. end
  90. act 'Continue': gt 'gLakeNude'
  91. end
  92. else
  93. act 'Take off your clothes (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  94. end
  95. elseif $clothingworntype = 'nude' and sauna_stripped = 0:
  96. act 'Put your clothes back on':
  97. *clr & cla
  98. menu_off = 1
  99. minut += 5
  100. gs 'clothing', 'wear_last_worn'
  101. gs 'underwear', 'wear'
  102. nudelake = rand(1,10)
  103. if nudelake <= 2 and home_owned[2] = 1:
  104. minut += 5
  105. pcs_mood -= 5
  106. gs 'exhibitionism', 4
  107. gs 'stat'
  108. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/event/noclothes.jpg"></center>'
  109. 'You return to the place where you thought you put your clothes to get dressed... except you can''t find them. Oh crap, you can''t find them! You desperately search the beach for a while, while a few passers-by look amused at the naked girl running around the beach. When you can''t find them, you panic and run all the way home... hopefully they''ll turn up.'
  110. act 'Run home naked': gt 'glake', 'nude_home'
  111. else
  112. 'You return to the place where you left your clothes, and put them back on.'
  113. act 'Continue': gt 'gLakeNude'
  114. end
  115. end
  116. end
  117. end
  118. act 'Go to the sauna': gt 'gLakeNude', 'sauna'
  119. if temper >= 15 and month >= 5 and month <= 9:
  120. act 'Take a walk along the beach (30 minutes)':
  121. *clr & cla
  122. menu_off = 1
  123. minut += 30
  124. pcs_mood += 5
  125. gs 'stat'
  126. if (PCloswimwear = 1) and pcs_hips<=90:
  127. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.walk.bikini0,'+rand(0,3)+'.jpg"></center>'
  128. elseif (PCloswimwear = 1) and pcs_hips >= 90 and pcs_hips<=110:
  129. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.walk.bikini.fat0,0.jpg"></center>'
  130. elseif (PCloswimwear = 1) and pcs_hips>=110:
  131. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.walk.bikini.fat0,1.jpg"></center>'
  132. if pcs_inhib < 50:inhib_exp += rand(1,2)
  133. elseif $clothingworntype = 'nude':
  134. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/walknude.jpg"></center>'
  135. inhib_exp += rand(1,3)
  136. else
  137. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.walk0,'+rand(0,2)+'.jpg"></center>'
  138. end
  139. 'You walk along the beach, enjoying the feeling of the sun on your body.'
  140. act 'Continue':gt'gLakeNude'
  141. end
  142. if hour >= 6 and hour <= 20 and (PCloswimwear = 1 or $clothingworntype = 'nude'):
  143. act 'Go swimming (30 minutes)':
  144. menu_off = 1
  145. *clr & cla
  146. cumspclnt = 4
  147. gs 'cum_cleanup'
  148. minut = minut + 30
  149. pcs_mood += 5
  150. ! Seems appropriate. Potentially worth revisiting
  151. if willday_swim ! daystart: willday_swim = daystart & pcs_willpwr += 1
  152. if PCloswimwear = 1:
  153. if pcs_inhib < 50:inhib_exp += rand(1,2)
  154. elseif $clothingworntype = 'nude':
  155. inhib_exp += rand(1,3)
  156. end
  157. if pcs_sweat > 10: pcs_sweat = 10 + rand(0,4)
  158. if pcs_stren < 30: stren_exp += 1
  159. fat -= 1
  160. if $clothingworntype = 'nude':
  161. '<center><img <<$set_imgh>> src="images/locations/shared/lake/swim_nude.jpg"></center>'
  162. if pcs_inhib < 60:inhib_exp += rand(1,2)
  163. else
  164. '<center><img <<$set_imgh>> src="images/locations/shared/lake/swim_swimsuit.jpg"></center>'
  165. if pcs_inhib < 40:inhib_exp += rand(1,2)
  166. end
  167. 'You play around and have fun in the lake, enjoying the feeling of the warm water on your naked body. The clean lake water refreshes and invigorates you.'
  168. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  169. act 'Get out of the water': gt 'gLakeNude'
  170. end
  171. end
  172. if sunWeather = 1 and hour >= 6 and hour <= 20 and (PCloswimwear = 1 or $clothingworntype = 'nude'):
  173. act 'Go sunbathing (30 minutes)':
  174. menu_off = 1
  175. if PCloswimwear = 1 or $clothingworntype = 'nude':
  176. *clr & cla
  177. minut = minut + 30
  178. if pcs_sweat < 35 : gs 'sweat', 'add', 5
  179. pcs_mood += 5
  180. if PCloswimwear = 1:
  181. '<center><img <<$set_imgh>> src="images/locations/shared/lake/tanning_swimsuit.jpg"></center>'
  182. if pcs_inhib < 50:inhib_exp += rand(1,2)
  183. else
  184. '<center><img <<$set_imgh>> src="images/locations/shared/lake/tanning_nude.jpg"></center>'
  185. inhib_exp += rand(1,3)
  186. end
  187. if krem = 0:
  188. pcs_tan += 1
  189. 'You lie down on your towel for some sunbathing and hopefully a nicer tan, and enjoy the warm rays of the sun on your body.'
  190. else
  191. krem -= 1
  192. pcs_tan += 3
  193. 'You smear your body with sunscreen and lie down on your towel for some sunbathing, hoping to work on your tan. You enjoy the warm rays of the sun on your body.'
  194. end
  195. act 'Continue': gt 'gLakeNude'
  196. else
  197. cla
  198. 'You have to take off your clothes before you can lay down to sunbathe.'
  199. act 'Continue': gt 'gLakeNude'
  200. end
  201. end
  202. end
  203. if voyeurism_start = 0:
  204. act 'Look around the beach':
  205. *clr & cla
  206. menu_off = 1
  207. voyeurism_start_view = rand(1,3)
  208. gs 'stat'
  209. if voyeurism_start_view <= 2:
  210. minut += 5
  211. '<center><img <<$set_imgh>> src="images/locations/shared/lake/lake_beach1.jpg"></center>'
  212. 'You look around, but see nothing interesting. Just a few others in swimwear or relaxing on the beach.'
  213. else
  214. voyeurism_start = 1
  215. voyeurism += 1
  216. gs 'arousal', 'voyeur_sex', 5
  217. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/voyeurism/voyeurism_start_event.jpg"></center>'
  218. 'You look around and notice that a little ways off at the end of the small beach is a pair of lovers laying on the sand. The girl is completely naked and her hand is stroking the guy''s cock through his white pants. The guy turns his head and notices that you look at them. You immediately turn away, blushing terribly and begin to explore your feet as if seeing them for the first time.'
  219. end
  220. act'Back': gt 'gLakeNude'
  221. end
  222. elseif voyeurism_start = 1:
  223. gs 'willpower', 'voyeur', 'self'
  224. if will_cost <= pcs_willpwr:
  225. act 'Watch couple on the beachs (<<will_cost>> Willpower)':
  226. *clr & cla
  227. gs 'willpower', 'voyeur', 'self'
  228. gs 'willpower', 'pay', 'self'
  229. menu_off = 1
  230. gs 'stat'
  231. if voyeurism = 0:
  232. gs 'arousal', 'voyeur_sex', 5
  233. voyeurism += 1
  234. gs 'stat'
  235. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/self/lake_legs.jpg"></center>'
  236. 'From the corner of your eye you see several naked people. You think they look right at you. You blush and you freeze in terror, tears well up in the corner of your eyes. After a few moments you find yourself looking at your own feet.<br><dh>"Wha-... what am I doing?! Why do I feel like watching... am I a voyeur? Yes, I am! I''m a girl who likes to watch nude people!"</dh> you think.<br> You can''t remember a single instance in your life when you were watching someone. So is it worth to start doing it now? YES!'
  237. act'Stop Watching!': gt'gLakeNude'
  238. else
  239. voyeurism_start = 2
  240. gs 'arousal', 'voyeur_sex', 30
  241. voyeurism += 1
  242. gs 'stat'
  243. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/voyeurism/voyeurism_start_event.jpg"></center>'
  244. 'From the corner of your eye you see several naked people. You think they look right at you. You blush and you freeze in terror, tears well up in the corner of your eyes. After a few moments you find yourself looking at your own feet.<br><dh>"Wha-... what am I doing?! Why do I feel like watching... am I a voyeur? Yes, I am! I''m a girl who likes to watch nude people!"</dh> you think.<br> But then you remember how you recently were watching others on the beach and think: <dh>"That was scary, cool, and hot. I need to keep at least one eye always watching."</dh>'
  245. act'Watch the couple': gs'gLakeNudeEvent','gLakeNude_sex'
  246. end
  247. end
  248. else
  249. act 'Watch couple on the beach (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  250. end
  251. elseif voyeurism_start = 2 and (pcs_horny < 90 or pav_slut < 100):
  252. gs 'willpower', 'voyeur', 'self', 'easy'
  253. if will_cost <= pcs_willpwr:
  254. act 'Spy on other nudists on the beach (<<will_cost>> Willpower)':
  255. gs 'willpower', 'voyeur', 'self', 'easy'
  256. gs 'willpower', 'pay', 'self'
  257. menu_off = 1
  258. gs 'stat'
  259. if voyeurism_nudist <= 14 or pav_slut >= 100:
  260. voyeurism_nudist += 1
  261. gs 'gLakeNudeEvent','gLakeNude_nudist'
  262. act 'Continue': gt 'gLakeNude'
  263. else
  264. *clr & cla
  265. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/self/nudebeachself'+rand(1,3)+'.jpg"></center>'
  266. 'You want to watch for nudists, but suddenly notice that you start to feel weird.<br><dh>"Probably spying too much."</dh> you think and look straight ahead.'
  267. act 'Continue': gt'gLakeNude'
  268. end
  269. end
  270. else
  271. act 'Spy on other nudists on the beach (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  272. end
  273. end
  274. if voyeurism >= 17 and voyeurism_start = 2:
  275. if voyeurism_forest = 0:
  276. act 'Explore the forest': gt 'gLakeNudeForest'
  277. else
  278. act 'Hide in the woods near the beach': gt 'gLakeNudeForest'
  279. end
  280. end
  281. end
  282. if $ARGS[0] = 'sauna':
  283. *clr & cla
  284. $menu_loc = 'gLakeNude'
  285. $menu_arg = 'sauna'
  286. $loc_arg = 'sauna'
  287. menu_off = 0
  288. minut += 3
  289. gs 'stat'
  290. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/sauna.jpg"></center>'
  291. 'You walk up the small trail from the beach to the sauna, it is newly built. They say it was built for the tourist, but if that is true, you wonder why they put it on the secluded beach and even then a little ways back from the beach. Surely no tourist would ever find it, either way you and many others are glad they built it. It is well built and nice inside and out, there is three areas to the sauna. The mens section, womens section, and a co-ed section, to use the sauna you need a bikini or some people use it naked.'
  292. if $clothingworntype ! 'nude' or sauna_stripped = 0:
  293. act 'Go back to the beach': gt 'gLakeNude'
  294. else
  295. gs 'willpower', 'exhib', 'self'
  296. if will_cost <= pcs_willpwr:
  297. act 'Go to the beach (<<will_cost>> Willpower)':
  298. gs 'willpower', 'pay', 'self'
  299. gt 'gLakeNude'
  300. end
  301. else
  302. act 'Go to the beach (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  303. end
  304. end
  305. if func('changingroom','count_swim_item') > 0:
  306. act 'Use changing room':gt 'changingroom', 'view_swim_list'
  307. else
  308. *nl
  309. 'You should probably buy some swimwear if you intend of spending time at the beach'
  310. end
  311. if $clothingworntype ! 'nude' and (pcs_inhib > 25 or (exhibitionist_lvl > 1 and pcs_horny >= 60)):
  312. act 'Take off your clothes':
  313. *clr & cla
  314. menu_off = 1
  315. minut += 5
  316. sauna_stripped = 1
  317. gs 'clothing', 'strip_all'
  318. gs 'stat'
  319. 'You strip out of your clothes, folding them neatly and placing them in one of the open shelves.'
  320. act 'Continue': gt 'gLakeNude', 'sauna'
  321. end
  322. elseif sauna_stripped = 1:
  323. act 'Put your clothes back on':
  324. cla
  325. menu_off = 1
  326. minut += 5
  327. gs 'clothing', 'wear_last_worn'
  328. gs 'underwear', 'wear'
  329. 'You put your clothes back on.'
  330. act 'Continue': gt 'gLakeNude', 'sauna'
  331. end
  332. end
  333. if $clothingworntype = 'nude' or PCloswimwear = 1:
  334. act 'Go to the womens section':
  335. *clr & cla
  336. menu_off = 1
  337. minut += 2
  338. gs 'stat'
  339. if hour < 8 or hour > 22:
  340. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunaempty.jpg"></center>'
  341. 'It appears to be empty at the moment.'
  342. else
  343. saunarand = rand(1,5)
  344. if saunarand = 4:
  345. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/womennude.jpg"></center>'
  346. 'You find several other girls inside completely naked using the sauna.'
  347. elseif saunarand > 4:
  348. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/womenbikini.jpg"></center>'
  349. 'You find several other girls inside using the sauna while wearing their bikinis.'
  350. else
  351. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunaempty.jpg"></center>'
  352. 'It appears to be empty at the moment.'
  353. end
  354. end
  355. act 'Leave': gt 'gLakeNude', 'sauna'
  356. act 'Use the sauna':
  357. *clr & cla
  358. minut +=30
  359. pcs_mood += 10
  360. if sauna_daystart ! daystart:
  361. sauna_daystart = daystart
  362. pcs_skin += rand(2,4)
  363. pcs_willpwr += 3
  364. end
  365. if PCloswimwear = 1:
  366. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunabikini.jpg"></center>'
  367. if pcs_inhib < 40: inhib_exp += rand(0,1)
  368. else
  369. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunanude.jpg"></center>'
  370. if pcs_inhib < 60: inhib_exp += rand(1,2)
  371. end
  372. gs 'stat'
  373. 'You spend 30 minutes relaxing in the sauna.'
  374. act 'Leave': gt 'gLakeNude', 'sauna'
  375. if month = 12 or month < 3: gs 'gLakeNude', 'ice_plunge'
  376. end
  377. end
  378. act 'Go to the mens section':
  379. *clr & cla
  380. menu_off = 1
  381. minut += 2
  382. gs 'stat'
  383. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunaempty.jpg"></center>'
  384. 'It appears to be empty at the moment.'
  385. act 'Leave': gt 'gLakeNude', 'sauna'
  386. gs 'willpower', 'exhib', 'self', 'hard'
  387. if saunarand < 4 or PCloswimwear = 1: will_cost = 3
  388. if will_cost <= pcs_willpwr:
  389. act 'Use the sauna (<<will_cost>> Willpower)':
  390. *clr & cla
  391. minut += 30
  392. pcs_mood += 10
  393. if sauna_daystart ! daystart:
  394. sauna_daystart = daystart
  395. pcs_skin += rand(2,4)
  396. pcs_willpwr += 3
  397. end
  398. if PCloswimwear = 1:
  399. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunabikini.jpg"></center>'
  400. if pcs_inhib < 40: inhib_exp += rand(0,1)
  401. else
  402. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunanude.jpg"></center>'
  403. if pcs_inhib < 60: inhib_exp += rand(1,2)
  404. end
  405. 'You spend 30 minutes relaxing in the sauna.'
  406. act 'Leave': gt 'gLakeNude', 'sauna'
  407. if month = 12 or month < 3: gs 'gLakeNude', 'ice_plunge'
  408. end
  409. else
  410. act 'Use the sauna (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  411. end
  412. end
  413. act 'Go to the co-ed section':
  414. *clr & cla
  415. menu_off = 1
  416. minut += 2
  417. gs 'stat'
  418. if hour < 8 or hour > 22:
  419. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunaempty.jpg"></center>'
  420. 'It appears to be empty at the moment.'
  421. else
  422. saunarand = rand(1,5)
  423. if saunarand = 4:
  424. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/coednude.jpg"></center>'
  425. 'You find several other people in here, men and women. All of them completely naked.'
  426. elseif saunarand > 4:
  427. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/coedtowel.jpg"></center>'
  428. 'You find several other people in here, men and women. Some are wearing swim wear and others towels.'
  429. else
  430. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunaempty.jpg"></center>'
  431. 'It appears to be empty at the moment.'
  432. end
  433. end
  434. gs 'willpower', 'exhib', 'self', 'easy'
  435. if saunarand < 4 or PCloswimwear = 1: will_cost = 0
  436. if will_cost <= pcs_willpwr:
  437. act iif(saunarand < 4 or PCloswimwear = 1, 'Use the sauna', 'Use the sauna (<<will_cost>> Willpower)'):
  438. *clr & cla
  439. gs 'willpower', 'pay', 'self'
  440. minut += 30
  441. pcs_mood += 10
  442. if sauna_daystart ! daystart:
  443. sauna_daystart = daystart
  444. pcs_skin += rand(2,4)
  445. pcs_willpwr += 3
  446. end
  447. if PCloswimwear = 1:
  448. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunabikini.jpg"></center>'
  449. if pcs_inhib < 40: inhib_exp += rand(0,1)
  450. else
  451. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunanude.jpg"></center>'
  452. if pcs_inhib < 60: inhib_exp += rand(1,3)
  453. end
  454. gs 'stat'
  455. 'You spend 30 minutes relaxing in the sauna.'
  456. act 'Leave': gt 'gLakeNude', 'sauna'
  457. if month = 12 or month < 3: gs 'gLakeNude', 'ice_plunge'
  458. end
  459. else
  460. act 'Use the sauna (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  461. end
  462. act 'Leave': gt 'gLakeNude', 'sauna'
  463. end
  464. else
  465. *nl
  466. 'You need to undress or wear a swimsuit to enter the sauna.'
  467. end
  468. end
  469. if $ARGS[0] = 'ice_plunge':
  470. act 'Take an ice plunge':
  471. *clr & cla
  472. minut += 10
  473. pcs_mood += 10
  474. if pcs_sweat > 10: pcs_sweat = 10 + rand(0,4)
  475. if PCloswimwear = 1:
  476. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/icedipbikini.jpg"></center>'
  477. if pcs_inhib < 50:inhib_exp += rand(0,1)
  478. else
  479. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/icedipnude.jpg"></center>'
  480. inhib_exp += rand(1,2)
  481. end
  482. gs 'stat'
  483. 'You leave the sauna and as soon as you do the cold air nips at your body, you rush down to the edge of the lake where the ice is broken and a ladder as been put in place and you take the plunge into the ice cold water. It is refreshing the sudden change from the hot sauna to the freezing waters of the lake. After a couple of minutes you climb out of the water.'
  484. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  485. act 'Go back to the sauna': gt 'gLakeNude', 'sauna'
  486. end
  487. end
  488. --- gLakeNude ---------------------------------