parks 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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 <<$set_imgh>> 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. 'Wander deeper into the <a href="exec:GT ''lug'',''start''">park</a> .'
  13. act 'Go to the high street': minut += 10 & gt 'liames'
  14. act 'Go to the town center': minut += 10 & gt 'liam'
  15. act 'Walk around the park (1 hour)':
  16. if pcs_exhibition >= 50 and exhibitionQW = 0: gt 'kseniyaQW', 'event1', 1
  17. cla
  18. minut += 60
  19. pcs_mood += 10
  20. pcs_willpwr += 10
  21. gs'stat'
  22. 'You leisurely stroll through the park of the Old Town. Breathe in the fresh air, reflecting on the vicissitudes of fate.'
  23. act 'Complete outing':gt 'parks','start'
  24. end
  25. gs 'parkivent', 'run'
  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 <<$set_imgh>> src="images/locations/shared/park/bench_6.jpg"></center>'
  32. waiting = input ("How many minutes of sitting? (Not more 120 minutes)")
  33. if waiting > 120:
  34. minut = minut + 15
  35. elseif waiting > 0:
  36. minut = minut + waiting
  37. pcs_mood += 10
  38. pcs_willpwr = pcs_willpwr + 10
  39. if pcs_sleep < 90:pcs_sleep += 10
  40. else
  41. 'Invalid time.'
  42. end
  43. act 'Consult a watch': gt 'parks', 'start'
  44. end
  45. end
  46. end
  47. if pcs_exhibition >= 35:
  48. act 'Flash your tits':
  49. if pcs_exhibition >= 50 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  50. cls
  51. minut += 5
  52. gs 'arousal', 'flash_breasts', 5, 'exhibition'
  53. gs 'arousal', 'end'
  54. exhibition_exp += rand(5,8)
  55. gs 'stat'
  56. '<center><img <<$set_imgh>> src="images/shared/sex/exhibitionism/flash_tits.jpg"></center>'
  57. 'You find an area far from where the children play in the park and flash your tits to some passers-by.'
  58. act 'Continue': gt 'parks', 'start'
  59. end
  60. end
  61. if pcs_exhibition >= 40:
  62. act 'Flash your pussy':
  63. if pcs_exhibition >= 50 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  64. cls
  65. minut += 5
  66. gs 'arousal', 'flash_pussy', 5, 'exhibition'
  67. gs 'arousal', 'end'
  68. exhibition_exp += rand(9,12)
  69. gs 'stat'
  70. if pcs_pubes >= 10:
  71. '<center><img <<$set_imgh>> src="images/shared/sex/exhibitionism/flash_hairy.jpg"></center>'
  72. else
  73. '<center><img <<$set_imgh>> src="images/shared/sex/exhibitionism/flash_nohairy.jpg"></center>'
  74. end
  75. 'You find an area far from where the children play in the park and flash your pussy to some passers-by.'
  76. act 'Continue': gt 'parks', 'start'
  77. end
  78. end
  79. end
  80. --- parks ---------------------------------