387_dachaogr 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # dachaogr
  2. *clr
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $metkaBed = $ARGS[0]
  6. $locBed = $CURLOC
  7. $metkaP = $ARGS[0]
  8. $locP = $CURLOC
  9. $metkaFight = $ARGS[0]
  10. $locFight = $CURLOC
  11. <<<<<<< 387_dachaogr
  12. '<center><H4>Garden</H4></center>'
  13. if month > 4 and month < 10:
  14. '<center><img src="images\etogame\vspah.jpg"></center>'
  15. 'Well-kept garden.'
  16. end
  17. if month <= 4 or month >= 10:
  18. '<center><img src="images\etogame\vspah.jpg"></center>'
  19. 'Not for planting season'
  20. end
  21. gs 'stat'
  22. !fcolor = rgb(0,0,0)
  23. !bcolor = rgb(255,255,255)
  24. !LCOLOR = rgb(106,90,205)
  25. gs 'time'
  26. act 'Leave':
  27. minut = minut + 5
  28. gt 'dachamy'
  29. =======
  30. '<center><H4>garden</H4></center>'
  31. if month>4 and month<10:
  32. '<center><img src="etogame/vspah.jpg" ></center>'
  33. 'Landscaped garden.'
  34. end
  35. if month<=4 or month>=10:
  36. '<center><img src="etogame/vspah.jpg" ></center>'
  37. 'Not for planting season'
  38. end
  39. gs'stat'
  40. !fcolor=rgb(0,0,0)
  41. !bcolor=rgb(255,255,255)
  42. !LCOLOR = rgb(106,90,205)
  43. gs'time'
  44. act 'Get_Away':
  45. minut=minut+5
  46. gt'dachamy'
  47. >>>>>>> 387_dachaogr
  48. end
  49. --- dachaogr ---------------------------------