12345678910111213141516171819202122232425262728293031 |
- # dachaogr
- *clr
- $metka = $ARGS[0]
- $loc = $CURLOC
- $metkaBed = $ARGS[0]
- $locBed = $CURLOC
- $metkaP = $ARGS[0]
- $locP = $CURLOC
- $metkaFight = $ARGS[0]
- $locFight = $CURLOC
- '<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'
- end
- --- dachaogr ---------------------------------
|