dachamy.qsrc 724 B

123456789101112131415161718192021222324252627282930313233343536
  1. # dachamy
  2. *clr & cla
  3. $metka = ''
  4. $loc = $curloc
  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':minut += 15 & gt 'dachi'
  15. act 'Go into the house':gt 'dachain'
  16. if hour < 23 and hour >= 7:
  17. act 'Inspect garden':
  18. cla
  19. menu_off = 1
  20. minut += 5
  21. if etoexhib < 16:gt 'dachaogr0'
  22. if etoexhib = 16:gt 'dachaogr'
  23. end
  24. end
  25. if pcs_horny >= 90: act 'Masturbate in the garden': gt 'ugol1','start'
  26. --- dachamy ---------------------------------