123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- # dachaogr
- *clr
- $metka = $ARGS[0]
- $loc = $CURLOC
- $metkaBed = $ARGS[0]
- $locBed = $CURLOC
- $metkaP = $ARGS[0]
- $locP = $CURLOC
- $metkaFight = $ARGS[0]
- $locFight = $CURLOC
- <<<<<<< 387_dachaogr
- '<center><H4>Garden</H4></center>'
- if month > 4 and month < 10:
- '<center><img src="images\etogame\vspah.jpg"></center>'
- 'Well-kept garden.'
- end
- if month <= 4 or month >= 10:
- '<center><img src="images\etogame\vspah.jpg"></center>'
- 'Not for planting season'
- end
- gs 'stat'
- !fcolor = rgb(0,0,0)
- !bcolor = rgb(255,255,255)
- !LCOLOR = rgb(106,90,205)
- gs 'time'
- act 'Leave':
- minut = minut + 5
- gt 'dachamy'
- =======
- '<center><H4>garden</H4></center>'
- if month>4 and month<10:
- '<center><img src="etogame/vspah.jpg" ></center>'
- 'Landscaped garden.'
- end
- if month<=4 or month>=10:
- '<center><img src="etogame/vspah.jpg" ></center>'
- 'Not for planting season'
- end
- gs'stat'
- !fcolor=rgb(0,0,0)
- !bcolor=rgb(255,255,255)
- !LCOLOR = rgb(106,90,205)
- gs'time'
- act 'Get_Away':
- minut=minut+5
- gt'dachamy'
- >>>>>>> 387_dachaogr
- end
- --- dachaogr ---------------------------------
|