1
0

parks 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. # parks
  2. if $ARGS[0] = 'start':
  3. cls
  4. $location_type = 'public_outdoors'
  5. $metka = ''
  6. $loc = 'parks'
  7. gs'stat'
  8. '<center><B>Old Town Park</B></center>'
  9. '<center><img src="images/locations/oldtown/park/parkus.jpg" ></center>'
  10. 'These gardens of the old palace have been sculpted over many years into wonderful, landscaped gardens with a tranquil atmosphere.'
  11. 'The old park is a favorite vacation spot for tourists and the main feature of old town.'
  12. 'Explore the narrow <a href="exec:GT ''parks'',''allea''">footpath</a> .'
  13. 'Wander deeper into the <a href="exec:GT ''lug'',''start''">park</a> .'
  14. act 'Go to the high street': minut += 10 & gt 'liames'
  15. act 'Go to the town center': minut += 10 & gt 'liam'
  16. act 'Walk around the park (1 hour)':
  17. if pcs_exhibition >= 50 and exhibitionQW = 0: gt 'kseniyaQW', 'event1', 1
  18. cla
  19. minut += 60
  20. pcs_mood += 10
  21. pcs_willpwr += 10
  22. gs'stat'
  23. 'You leisurely stroll through the park of the Old Town. Breathe in the fresh air, reflecting on the vicissitudes of fate.'
  24. act 'Complete outing':gt 'parks','start'
  25. end
  26. if month = 5 or month = 6 or month = 7 or month = 8 or month = 9:
  27. if hour > 6 and hour < 23:
  28. act 'Rest on the bench':
  29. cla
  30. *clr
  31. '<center><img src="images/locations/shared/park/bench_6.jpg"></center>'
  32. waiting = input ("How many minutes of sitting? (Not more 120 minutes)")
  33. if waiting <= 0 or waiting > 120:
  34. minut = minut + 15
  35. elseif waiting > 0 and waiting <= 120:
  36. minut = minut + waiting
  37. pcs_mood += 10
  38. pcs_willpwr = pcs_willpwr + 10
  39. if pcs_sleep < 90:pcs_sleep += 10
  40. end
  41. act 'Consult a watch': gt 'parks', 'start'
  42. end
  43. end
  44. end
  45. if pcs_exhibition >= 35:
  46. act 'Flash your tits':
  47. if pcs_exhibition >= 50 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  48. cls
  49. minut += 5
  50. exhibition_exp += 3
  51. gs 'stat'
  52. '<center><img src="images/shared/sex/exhibitionism/flash_tits.jpg"></center>'
  53. 'You find an area far from where the children play in the park and flash your tits to some passers-by.'
  54. act 'Continue': gt 'parks', 'start'
  55. end
  56. end
  57. if pcs_exhibition >= 40:
  58. act 'Flash your pussy':
  59. if pcs_exhibition >= 50 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  60. cls
  61. minut += 5
  62. exhibition_exp += 5
  63. gs 'stat'
  64. if pcs_pubes >= 10:
  65. '<center><img src="images/shared/sex/exhibitionism/flash_hairy.jpg"></center>'
  66. else
  67. '<center><img src="images/shared/sex/exhibitionism/flash_nohairy.jpg"></center>'
  68. end
  69. 'You find an area far from where the children play in the park and flash your pussy to some passers-by.'
  70. act 'Continue': gt 'parks', 'start'
  71. end
  72. end
  73. end
  74. if $ARGS[0] = 'allea':
  75. cls
  76. $location_type = 'public_outdoors'
  77. $metka = 'allea'
  78. $loc = 'parks'
  79. gs'stat'
  80. '<center><img src="images/pic/allea.jpg" ></center>'
  81. 'Wander still further into the <a href="exec:GT ''lug'',''luzhayka''">park</a>.'
  82. act 'Go back toward the old town':
  83. minut += 15
  84. gt 'parks', 'start'
  85. end
  86. gs 'kseniyaQW', 'events'
  87. if pcs_exhibition >= 35:
  88. act 'Flash your tits':
  89. if pcs_exhibition >= 50 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  90. cls
  91. minut += 5
  92. exhibition_exp += 3
  93. gs 'stat'
  94. '<center><img src="images/shared/sex/exhibitionism/flash_tits.jpg"></center>'
  95. 'You find an area far from where the children play in the park and flash your tits to some passers-by.'
  96. act 'Continue': gt 'parks', 'start'
  97. end
  98. end
  99. if pcs_exhibition >= 40:
  100. act 'Flash your pussy':
  101. if pcs_exhibition >= 50 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  102. cls
  103. minut += 5
  104. exhibition_exp += 5
  105. gs 'stat'
  106. if pcs_pubes >= 10:
  107. '<center><img src="images/shared/sex/exhibitionism/flash_hairy.jpg"></center>'
  108. else
  109. '<center><img src="images/shared/sex/exhibitionism/flash_nohairy.jpg"></center>'
  110. end
  111. 'You find an area far from where the children play in the park and flash your pussy to some passers-by.'
  112. act 'Continue': gt 'parks', 'start'
  113. end
  114. end
  115. end
  116. --- parks ---------------------------------