gLakeNudeForest.qsrc 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # gLakeNudeForest
  2. $menu_loc = 'gLakeNudeForest'
  3. $menu_arg = ''
  4. menu_off = 0
  5. gs 'stat'
  6. !gs 'time'
  7. $loc = 'gLakeNudeForest'
  8. 'The woods near the secludeed beach'
  9. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/voyeurism/voyeurism_start_event_4.jpg"></center>'
  10. 'You are in the woods near the secluded beach'
  11. if voyeurism_forest = 0:
  12. '<font color="red" SIZE="4" FACE="Calibri">Walking past you is a sexy blonde in a dark dress. 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>'
  13. else
  14. '<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>'
  15. end
  16. if temper >= 20 and month >= 5 and month <= 9 and hour >= 6 and hour <= 20:
  17. if voyeurism_forest = 0:
  18. voyeurism_forest = 1
  19. gs 'willpower', 'voyeur', 'self'
  20. if will_cost <= pcs_willpwr:
  21. act 'Follow the girl (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' & gt 'gLakeNudeEvent', 'gLakeNudeForest_piss'
  22. else
  23. 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>'
  24. end
  25. else
  26. gs 'willpower', 'voyeur', 'self', 'easy'
  27. if will_cost <= pcs_willpwr:
  28. act 'Spy on nudists (<<will_cost>> Willpower)':
  29. menu_off = 1
  30. gs 'willpower', 'voyeur', 'self', 'easy'
  31. gs 'willpower', 'pay', 'self'
  32. gs 'gLakeNudeEvent','gLakeNude_nudist'
  33. act 'Look': gt 'gLakeNudeForest'
  34. end
  35. else
  36. 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>'
  37. end
  38. gs 'willpower', 'voyeur', 'self'
  39. if will_cost <= pcs_willpwr:
  40. act 'Spy on girl going for a pee (<<will_cost>> Willpower)':
  41. *clr & cla
  42. menu_off = 1
  43. gs 'willpower', 'voyeur', 'self'
  44. gs 'willpower', 'pay', 'self'
  45. gs 'arousal', 'voyeur', 10
  46. voyeurism += 1
  47. kol_foto_piss = 169
  48. viewforestpiss = rand(1,kol_foto_piss)
  49. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/piss_forest/piss_forest_<<rand(1,kol_foto_piss)>>.jpg"></center>'
  50. '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 dare to peek your head around the tree trunk for a better look as the girl finds her balance and appears to relax. A torrent of hot piss begins to flow from the young woman''s nether lips. You hear a light moan escape her mouth. "Wow, she must have been holding it awhile.", you think as heat radiates through your groin from the naughtiness of what you just saw.'
  51. act'Back': gt 'gLakeNudeForest'
  52. end
  53. else
  54. 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>'
  55. end
  56. end
  57. end
  58. act'Go to the beach': gt 'gLakeNude'
  59. --- gLakeNudeForest ---------------------------------