1
0

dachaogr 685 B

12345678910111213141516171819202122232425262728293031323334
  1. # dachaogr
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. $metkaBed = $ARGS[0]
  5. $locBed = $CURLOC
  6. $metkaP = $ARGS[0]
  7. $locP = $CURLOC
  8. $metkaFight = $ARGS[0]
  9. $locFight = $CURLOC
  10. $location_type = 'secluded'
  11. *clr
  12. gs 'stat'
  13. !!fcolor = rgb(0, 0, 0)
  14. !!bcolor = rgb(255, 255, 255)
  15. !!lcolor = rgb(106, 90, 205)
  16. '<center><h4>Garden</h4></center>'
  17. if month > 4 and month < 10:
  18. '<center><img src="images/locations/suburban/cottage/vspah.jpg"></center>'
  19. 'Well-kept garden.'
  20. elseif month <= 4 or month >= 10:
  21. '<center><img src="images/locations/suburban/cottage/vspah.jpg"></center>'
  22. 'Not for planting season'
  23. end
  24. act 'Leave':
  25. minut += 5
  26. gt 'dachamy'
  27. end
  28. --- dachaogr ---------------------------------