lug.qsrc 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. # lug
  2. if $ARGS[0] = 'start':
  3. $loc_arg = 'start'
  4. $loc = 'lug'
  5. $location_type = 'public_outdoors'
  6. $menu_loc = 'lug'
  7. $menu_arg = 'start'
  8. $locclass = 'city_park'
  9. menu_off = 0
  10. gs'stat'
  11. '<center><img <<$set_imgh>> src="images/locations/oldtown/park/lug.jpg" ></center>'
  12. 'It''s a small but well maintained meadow with evergreen grass, perfect for laying down to rest, have a picnic or just sunbathe. Mothers with small children regularly visit this place. Despite that, if you feel like exposing yourself here, there would be less people to see it, making it easier to find the bravery to do so.'
  13. streetrand = RAND(0,100)
  14. if streetrand >= 60 and pcs_lover < 3:
  15. vnerand = RAND(0,300)
  16. if vnerand <= pcs_apprnc:
  17. gs'boy'
  18. '<<$boybody>> <<$boybod>> <<$boyface>> comes up to you. He is wearing <<$boyClo>>'
  19. 'The guy introduces himself as <<$boydesc>> and asks for your telephone number.'
  20. act 'Tell him your number':
  21. cla
  22. gs'boyfrend', 'start'
  23. stopboy = 0
  24. '<<$boydesc>> thanks you and leaves.'
  25. act 'Complete outing':gt'lug', 'start'
  26. end
  27. end
  28. end
  29. if pavserhom = 0 and psiha = 0 and home_owned[1] = 0:
  30. temp = RAND(1,100)
  31. if temp >= 90:
  32. pcs_horny += 20
  33. gs'stat'
  34. 'On the path stands a <a href="exec:dynamic $pavserjil">man</a> looking like he is waiting for someone.'
  35. end
  36. end
  37. gs 'kseniyaQW', 'events'
  38. if pcs_inhib >= 35:
  39. act 'Flash your tits':
  40. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  41. cls
  42. inhib_exp += rand(1,3)
  43. gs 'flash', 'tits', 'outdoors', 5
  44. gs 'stat'
  45. act 'Continue': gt 'lug', 'start'
  46. end
  47. end
  48. if exhibitionist_lvl > 0:
  49. act 'Flash your pussy':
  50. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  51. cls
  52. gs 'flash', 'pussy', 'outdoors', 5
  53. gs 'stat'
  54. act 'Continue': gt 'lug', 'start'
  55. end
  56. end
  57. act 'Visit the pond':
  58. set minut += 10
  59. gt 'lug', 'prut'
  60. end
  61. act 'Go toward the park entrance':
  62. set minut += 5
  63. gt 'parks', 'start'
  64. end
  65. gs 'events', 'street_cum'
  66. end
  67. if $ARGS[0] = 'prut':
  68. cls
  69. gs'stat'
  70. $location_type = 'public_outdoors'
  71. '<center><B>Park Pond</B></center>'
  72. '<center><img <<$set_imgh>> src="images/locations/oldtown/park/prut.jpg" ></center>'
  73. 'A large and pretty pond near the end of the park, it continues off in to a wooded area.'
  74. act 'Explore the wooded area':
  75. set minut += 10
  76. gt 'lug', 'prut2'
  77. end
  78. act 'Return to the small meadow':
  79. set minut += 10
  80. gt'lug', 'start'
  81. end
  82. end
  83. if $ARGS[0] = 'prut2':
  84. cls
  85. gs'stat'
  86. $location_type = 'public_outdoors'
  87. '<center><B>Woodland Pond</B></center>'
  88. '<center><img <<$set_imgh>> src="images/locations/oldtown/park/prut2.jpg" ></center>'
  89. 'The pond is still and beautiful here and the trees offer some privacy, it feels quite magical.'
  90. 'There is a large field beyond that is hidden from the tourist trail.'
  91. act 'Go to the field':
  92. set minut += 15
  93. gt 'lug', 'luzhayka'
  94. end
  95. act 'Follow the pond back out of the woods':
  96. set minut += 10
  97. gt 'lug', 'prut'
  98. end
  99. ! Setup for teleport circle
  100. if tpKnown['PushkinPark'] = 1:
  101. act 'Enter the hidden circle of trees': gt 'treeCircle', 'PushkinPark'
  102. else
  103. act 'Investigate a mysterious copse of trees': gt 'treeCircle', 'PushkinPark'
  104. end
  105. if MagikDostup ! 1 and rand (1, 4) <= pcs_magik and (hour <=6 or hour >=19):
  106. if knowsfairy < 1 and fairyskip = 0:
  107. $loc_arg = 'prut2'
  108. xgt 'MagEncounterFairy'
  109. elseif fairyskip = 0:
  110. act 'Go to where the Fairy may be': xgt 'MagEncounterFairy'
  111. end
  112. end
  113. if temper >= 15 and month >= 5 and month <= 9:
  114. if pcs_inhib > 30:
  115. act 'Strip off and skinny dip (1:00)':
  116. cla
  117. *clr
  118. cumspclnt = 4
  119. gs 'cum_cleanup'
  120. minut += 60
  121. pcs_sweat = 10 + rand(0,4)
  122. pcs_mood += 5
  123. if pcs_stren < 30: stren_exp += 1
  124. gs 'arousal', 'flash', 10, 'exhibitionism'
  125. gs 'clothing', 'strip'
  126. gs 'underwear', 'remove'
  127. if pcs_horny >= 80 and pcs_inhib >= 60:
  128. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/self/wetpussypants3.jpg"></center>'
  129. 'AS 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 and carry on stripping.'
  130. 'Once you are naked you play around and have fun in the pond, enjoying the feel of the warm water on your body. The clean pond water refreshes and invigorates you.'
  131. elseif pcs_inhib >= 60:
  132. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/undressnudebeach.jpg"></center>'
  133. '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.'
  134. 'You play around and have fun in the pond, enjoying the feel of the warm water on your naked body. The clean pond water refreshes and invigorates you.'
  135. else
  136. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/undressnudebeach.jpg"></center>'
  137. '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.'
  138. 'You play around and have fun in the pond, enjoying the feel of the warm water on your naked body. The clean pond water refreshes and invigorates you.'
  139. end
  140. act'Get out and dressed':
  141. gs 'underwear', 'wear'
  142. gs 'clothing', 'wear_last_worn'
  143. gt 'lug', 'prut2'
  144. end
  145. end
  146. else
  147. 'It would be a good place for skinny dipping but you''re too worry about what people would think to do such a thing.'
  148. end
  149. end
  150. end
  151. if $ARGS[0] = 'luzhayka':
  152. cls
  153. gs'stat'
  154. '<center><img <<$set_imgh>> src="images/locations/oldtown/park/luzhayka.jpg" ></center>'
  155. 'A quiet hidden field that is well maintained but apart from the occasional grounds keeper you feel like it is all yours.'
  156. act 'Return to the woodland pond':
  157. set minut += 15
  158. gt 'lug', 'prut2'
  159. end
  160. end
  161. --- lug ---------------------------------