parks.qsrc 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # parks
  2. if $ARGS[0] = 'start':
  3. *clr & cla
  4. $location_type = 'public_outdoors'
  5. $metka = 'start'
  6. $loc = 'parks'
  7. $menu_loc = 'parks'
  8. $menu_arg = 'start'
  9. menu_off = 0
  10. gs'stat'
  11. '<center><B>Old Town Park</B></center>'
  12. '<center><img <<$set_imgh>> src="images/locations/oldtown/park/parkus.jpg" ></center>'
  13. 'These gardens of the old palace have been sculpted over many years into wonderful, landscaped gardens with a tranquil atmosphere.'
  14. 'The old park is a favorite vacation spot for tourists and the main feature of old town.'
  15. 'Wander deeper into the <a href="exec:gt ''lug'',''start''">park</a> .'
  16. act 'Go to the high street': minut += 10 & gt 'liames'
  17. act 'Go to the town center': minut += 10 & gt 'liam'
  18. act 'Walk around the park (1 hour)':
  19. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1', 1
  20. cla
  21. minut += 60
  22. pcs_mood += 10
  23. pcs_willpwr += 10
  24. gs'stat'
  25. 'You leisurely stroll through the park of the Old Town. Breathe in the fresh air, reflecting on the vicissitudes of fate.'
  26. act 'Complete outing':gt 'parks','start'
  27. end
  28. gs 'parkivent', 'run'
  29. if hour >= 20 or hour < 6 :
  30. if home_owned[4] = 0:
  31. !nowhere to live in town
  32. 'It''s quite dark now, and you have no where to stay nearby. Maybe you should try to sleep on a bench?'
  33. else
  34. 'It''s quite dark now, and you don''t feel like walking. Maybe you should try sleeping on a bench?'
  35. end
  36. act 'Sleep on a bench': gt'placer_sex','sleeping_park_bench'
  37. end
  38. act 'Sit down on the bench':gs 'placer_sex', 'sitting_park_bench'
  39. if pcs_inhib >= 35 or exhibitionist_lvl > 0:
  40. act 'Flash your tits':
  41. menu_off = 1
  42. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  43. *clr & cla
  44. inhib_exp += rand(1,3)
  45. gs 'flash', 'tits', 'outdoors', 5
  46. gs 'stat'
  47. act 'Continue': gt 'parks', 'start'
  48. end
  49. end
  50. if exhibitionist_lvl > 1:
  51. act 'Flash your pussy':
  52. menu_off = 1
  53. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  54. *clr & cla
  55. gs 'flash', 'pussy', 'outdoors', 5
  56. gs 'stat'
  57. act 'Continue': gt 'parks', 'start'
  58. end
  59. end
  60. end
  61. --- parks ---------------------------------