parks.qsrc 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # parks
  2. if $ARGS[0] = 'start':
  3. cls
  4. $location_type = 'public_outdoors'
  5. $metka = 'start'
  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_exhib = 100 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 hour >= 20 or hour < 6 :
  27. if home_owned[4] = 0:
  28. !nowhere to live in town
  29. 'It''s quite dark now, and you have no where to stay nearby. Maybe you should try to sleep on a bench?'
  30. else
  31. 'It''s quite dark now, and you don''t feel like walking. Maybe you should try sleeping on a bench?'
  32. end
  33. act 'Sleep on a bench': gt'placer_sex','sleeping_park_bench'
  34. end
  35. act 'Sit down on the bench':gs 'placer_sex', 'sitting_park_bench'
  36. if pcs_inhib >= 35 or exhibitionist_lvl > 0:
  37. act 'Flash your tits':
  38. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  39. cls
  40. gs 'exhibitionism', 1
  41. inhib_exp += rand(1,3)
  42. gs 'flash', 'tits', 'outdoors', 5
  43. gs 'stat'
  44. act 'Continue': gt 'parks', 'start'
  45. end
  46. end
  47. if exhibitionist_lvl > 1:
  48. act 'Flash your pussy':
  49. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  50. cls
  51. gs 'exhibitionism', 3
  52. gs 'flash', 'pussy', 'outdoors', 5
  53. gs 'stat'
  54. act 'Continue': gt 'parks', 'start'
  55. end
  56. end
  57. end
  58. --- parks ---------------------------------