dachaogr.qsrc 552 B

123456789101112131415161718192021222324
  1. # dachaogr
  2. $metka = ''
  3. $loc = 'dachaogr'
  4. $menu_loc = 'dachaogr'
  5. $menu_arg = ''
  6. menu_off = 0
  7. $location_type = 'secluded'
  8. gs 'stat'
  9. '<center><h4>Garden</h4></center>'
  10. if month > 4 and month < 10:
  11. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/vspah.jpg"></center>'
  12. 'Well-kept garden.'
  13. elseif month <= 4 or month >= 10:
  14. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/vspah.jpg"></center>'
  15. 'Not for planting season'
  16. end
  17. act 'Leave': minut += 5 & gt 'dachamy'
  18. --- dachaogr ---------------------------------