dachamy.qsrc 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # dachamy
  2. *clr & cla
  3. $loc_arg = ''
  4. $loc = 'dachamy'
  5. $menu_loc = 'dachamy'
  6. $menu_arg = ''
  7. menu_off = 0
  8. $location_type = 'public_outdoors'
  9. gs 'stat'
  10. '<center><h2>Suburban Cooperative</h2></center>'
  11. '<center><h4>Cottage</h4></center>'
  12. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/dachamy.jpg"></center>'
  13. 'Your favorite summer residence.'
  14. act 'Exit the alley':
  15. minut += 15
  16. gt 'dachi'
  17. end
  18. act 'Go into the house':gt 'dachain', 'start'
  19. if sunWeather = 1:
  20. if pcs_stam >=15 or (pcs_stam >= 10 and mc_inventory['book_yoga'] + mc_inventory['hula_hoop'] > 0):
  21. if PCloSport = 0:
  22. *nl
  23. 'You could do some exercises here if you were wearing exercise clothes.'
  24. else
  25. *nl
  26. 'You can do some exercises here.'
  27. act 'Exercise': gt 'exercise', 'workout'
  28. end
  29. end
  30. end
  31. if hour < 23 and hour >= 7:
  32. act 'Inspect garden':
  33. cla
  34. menu_off = 1
  35. minut += 5
  36. if etoexhib < 16:gt 'dachaogr0'
  37. if etoexhib = 16:gt 'dachaogr'
  38. end
  39. end
  40. if pcs_horny >= 90: act 'Masturbate in the garden': gt 'ugol1','start'
  41. --- dachamy ---------------------------------