dachamy.qsrc 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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':minut += 15 & gt 'dachi'
  15. act 'Go into the house':gt 'dachain'
  16. if sunWeather = 1:
  17. if pcs_stam >=15 or (pcs_stam >= 10 and bookYog + obruch > 0):
  18. if $clothingworntype = 'exercise':
  19. *nl
  20. 'You can do some exercises here.'
  21. act 'Exercise': gt 'exercise', 'workout'
  22. else
  23. *nl
  24. 'You could do some exercises here if you were wearing exercise clothes.'
  25. end
  26. end
  27. end
  28. if hour < 23 and hour >= 7:
  29. act 'Inspect garden':
  30. cla
  31. menu_off = 1
  32. minut += 5
  33. if etoexhib < 16:gt 'dachaogr0'
  34. if etoexhib = 16:gt 'dachaogr'
  35. end
  36. end
  37. if pcs_horny >= 90: act 'Masturbate in the garden': gt 'ugol1','start'
  38. --- dachamy ---------------------------------