parks 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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 <= 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. gs 'arousal', 'flash_breasts', 5, 'exhibition'
  51. gs 'arousal', 'end'
  52. exhibition_exp += rand(5,8)
  53. gs 'stat'
  54. '<center><img <<$set_imgh>> src="images/shared/sex/exhibitionism/flash_tits.jpg"></center>'
  55. 'You find an area far from where the children play in the park and flash your tits to some passers-by.'
  56. act 'Continue': gt 'parks', 'start'
  57. end
  58. end
  59. if pcs_exhibition >= 40:
  60. act 'Flash your pussy':
  61. if pcs_exhibition >= 50 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  62. cls
  63. minut += 5
  64. gs 'arousal', 'flash_pussy', 5, 'exhibition'
  65. gs 'arousal', 'end'
  66. exhibition_exp += rand(9,12)
  67. gs 'stat'
  68. if pcs_pubes >= 10:
  69. '<center><img <<$set_imgh>> src="images/shared/sex/exhibitionism/flash_hairy.jpg"></center>'
  70. else
  71. '<center><img <<$set_imgh>> src="images/shared/sex/exhibitionism/flash_nohairy.jpg"></center>'
  72. end
  73. 'You find an area far from where the children play in the park and flash your pussy to some passers-by.'
  74. act 'Continue': gt 'parks', 'start'
  75. end
  76. end
  77. end
  78. --- parks ---------------------------------