dachamy.qsrc 659 B

12345678910111213141516171819202122232425262728293031
  1. # dachamy
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. $location_type = 'public_outdoors'
  5. clr
  6. gs 'stat'
  7. '<center><h2>Suburban Cooperative</h2></center>'
  8. '<center><h4>Cottage</h4></center>'
  9. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/dachamy.jpg"></center>'
  10. 'Your favorite summer residence.'
  11. act 'Go into the house':gt 'dachain'
  12. if hour < 23 and hour >= 7:
  13. act 'Inspect garden':
  14. cla
  15. minut += 5
  16. if etoexhib < 16:gt 'dachaogr0'
  17. if etoexhib = 16:gt 'dachaogr'
  18. end
  19. end
  20. if pcs_horny >= 90:
  21. act 'Masturbate in the garden':gt 'ugol1','start'
  22. end
  23. act 'Exit the alley':minut += 15 & gt 'dachi'
  24. --- dachamy ---------------------------------