123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- # pav_lake_nude_forest
- $menu_loc = 'pav_lake_nude_forest'
- $menu_arg = ''
- menu_off = 0
- gs 'stat'
- $loc = 'pav_lake_nude_forest'
- 'The woods near the secludeed beach'
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/voyeurism/voyeurism_start_event_4.jpg"></center>'
- 'You are in the woods near the secluded beach.'
- if voyeurism_forest = 0:
- '<font color="red" SIZE="4" FACE="Calibri">A sexy blonde in a dark dress wals past you. She seems to be heading through the woods with purpose in a direction you''ve never gone. Intrigued by her, you decide to follow her to see what she is doing.</font>'
- else
- '<font color="black" SIZE="4" FACE="Calibri">You find a good place to hide behind several bushes where you''ll have a clear view of the beach, but the people won''t see you. Excitement twists in your belly at the thought of being caught spying on the lounging beach bums. After spending some time observing the beach-goers you notice that the girls are often going into the forest to pee. You figure that following one of them wouldn''t be difficult.</font>'
- end
- if temper >= 20 and month >= 5 and month <= 9 and hour >= 6 and hour <= 20:
- if voyeurism_forest = 0:
- voyeurism_forest = 1
- gs 'willpower', 'voyeur', 'self'
- if will_cost <= pcs_willpwr:
- act 'Follow the girl (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' & gt 'pav_lake_nude_events', 'pav_lake_nude_forest_piss'
- else
- act 'Follow the girl (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
- end
- else
- gs 'willpower', 'voyeur', 'self', 'easy'
- if will_cost <= pcs_willpwr:
- act 'Spy on nudists (<<will_cost>> Willpower)':
- menu_off = 1
- gs 'willpower', 'voyeur', 'self', 'easy'
- gs 'willpower', 'pay', 'self'
- gs 'pav_lake_nude_events','pav_lake_nude_nudist'
- act 'Look': gt 'pav_lake_nude_forest'
- end
- else
- act 'Spy on nudists (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
- end
- gs 'willpower', 'voyeur', 'self'
- if will_cost <= pcs_willpwr:
- act 'Spy on girl going for a pee (<<will_cost>> Willpower)':
- *clr & cla
- menu_off = 1
- gs 'willpower', 'voyeur', 'self'
- gs 'willpower', 'pay', 'self'
- gs 'arousal', 'voyeur', 10
- voyeurism += 1
- viewforestpiss = rand(1, 169)
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/piss_forest/piss_forest_<<viewforestpiss>>.jpg"></center>'
- 'You slip behind a tree and watch as a cute girl looks for a private spot to do her business. She finally decides on a patch of dirt near some bushes and squats down. You peek your head around the tree for a better look as the girl finds her balance and appears to relax. A stream of urine begins to flow from her and you hear a light moan escape her mouth.'
- act'Go back': gt 'pav_lake_nude_forest'
- end
- else
- act 'Spy on girl going for a pee (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
- end
- end
- end
- act'Go to the beach': gt 'pav_lake_nude'
- --- pav_lake_nude_forest ---------------------------------
|