# Nudelake $location_type = 'secluded' '
nudist beach
' '
' 'The nudist beach - clothing optional.' if $clothingworntype ! 'swimwear' and $clothingworntype ! 'nude': minut += 5 if tanga = 1: remtanga = 1 tanga = 0 gs 'clothing', 'strip' 'You strip naked, enjoying the warm breeze on your bare skin.' elseif $clothingworntype = 'swimwear': act'Strip naked': cls minut += 5 if tanga = 1: remtanga = 1 tanga = 0 gs 'clothing', 'strip' xgt 'Nudelake' end end gs 'stat' if hour >= 6 and hour <= 20 and temper >= 20: 'Here you can sunbathe and swim' 'Also, you can play beach volleyball' elseif hour >= 6 and hour <= 20: 'Its too cold for any nudist activities.' else 'The nudist beach is closed.' end act 'Return to the main beach': if $clothingworntype = 'nude':gs 'clothing', 'wear_last_worn' if remtanga = 1: tanga = 1 & remtanga = 0 gt 'lake', 'start' end if katday ! daystart and kat >= 1: 'You see Kat on the beach.' act 'Approach Kat':gt 'Katlake', 'kat' end if $ARGS[0] = 'voleybol': $location_type = 'event_outdoors' cls minut += 1 '
' 'You go to the volleyball court.' act 'Watch':gt 'Nudelake', 'smotr' act 'Leave':gt 'Nudelake' act 'Play': cla *clr agil += 1 react += 1 speed += 1 minut += 30 '
' 'You go up to the players and ask whether it is possible to join in, they are happy to put you on a team.' act 'Finish':gt 'Nudelake' end end if $ARGS[0] = 'zagarat': $location_type = 'event_outdoors' cls minut += 30 sweat += 1 manna += 5 gs 'stat' '
' if krem = 0: tan += 1 'You go to the beach and sunbathe.' else krem -= 1 tan += 3 'You smear sunblock on your body and sunbathe.' end nzagrand = rand(0, 100) if nzagrand >= 60 and nzagrand < 70 and kat > 30 and katkey = 0:gt 'Katlake', 'key' if nzagrand >= 70 and nzagrand < 80 and kat = 0 and katday ! daystart:gt 'Katlake' if nzagrand >= 80 and nzagrand < 90:gt 'Vnlake1' if nzagrand >= 90:gt 'Vnlake2' act 'Finish':gt 'Nudelake' end if $ARGS[0] = 'swim': $location_type = 'event_outdoors' cla *clr cumspclnt = 4 gs 'cum_cleanup' minut += 60 sweat = -3 manna += 5 willpower += 5 if stren < 30:stren += 1 + (steroid_dose - rand(0,steroid_dose)) & gs 'obj_din', 'steroids' '
' 'You go for a swim.' act 'Finish':gt 'Nudelake' end if $ARGS[0] = 'smotr': $location_type = 'event_outdoors' cls minut += 30 gs 'stat' '
' 'You watch the others play.' act 'Leave':gt 'Nudelake' end --- Nudelake ---------------------------------