1
0

pav_lake_nude_forest.qsrc 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # pav_lake_nude_forest
  2. $menu_loc = 'pav_lake_nude_forest'
  3. $menu_arg = ''
  4. menu_off = 0
  5. gs 'stat'
  6. $loc = 'pav_lake_nude_forest'
  7. 'The woods near the secludeed beach'
  8. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/voyeurism/voyeurism_start_event_4.jpg"></center>'
  9. 'You are in the woods near the secluded beach.'
  10. if voyeurism_forest = 0:
  11. '<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>'
  12. else
  13. '<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>'
  14. end
  15. if temper >= 20 and month >= 5 and month <= 9 and hour >= 6 and hour <= 20:
  16. if voyeurism_forest = 0:
  17. voyeurism_forest = 1
  18. gs 'willpower', 'voyeur', 'self'
  19. if will_cost <= pcs_willpwr:
  20. act 'Follow the girl (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' & gt 'pav_lake_nude_events', 'pav_lake_nude_forest_piss'
  21. else
  22. 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>'
  23. end
  24. else
  25. gs 'willpower', 'voyeur', 'self', 'easy'
  26. if will_cost <= pcs_willpwr:
  27. act 'Spy on nudists (<<will_cost>> Willpower)':
  28. menu_off = 1
  29. gs 'willpower', 'voyeur', 'self', 'easy'
  30. gs 'willpower', 'pay', 'self'
  31. gs 'pav_lake_nude_events','pav_lake_nude_nudist'
  32. act 'Look': gt 'pav_lake_nude_forest'
  33. end
  34. else
  35. 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>'
  36. end
  37. gs 'willpower', 'voyeur', 'self'
  38. if will_cost <= pcs_willpwr:
  39. act 'Spy on girl going for a pee (<<will_cost>> Willpower)':
  40. *clr & cla
  41. menu_off = 1
  42. gs 'willpower', 'voyeur', 'self'
  43. gs 'willpower', 'pay', 'self'
  44. gs 'arousal', 'voyeur', 10
  45. voyeurism += 1
  46. viewforestpiss = rand(1, 169)
  47. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/piss_forest/piss_forest_<<viewforestpiss>>.jpg"></center>'
  48. '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.'
  49. act'Go back': gt 'pav_lake_nude_forest'
  50. end
  51. else
  52. 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>'
  53. end
  54. end
  55. end
  56. act'Go to the beach': gt 'pav_lake_nude'
  57. --- pav_lake_nude_forest ---------------------------------