12345678910111213141516171819202122232425 |
- # dachamy
- $metka = $ARGS[0]
- $loc = $CURLOC
- clr
- gs 'stat'
- gs 'time'
- '<center><h4>Cottage</h4></center>'
- '<center><img src="images/etogame/dachamy.jpg"></center>'
- 'Your favorite summer residence.'
- act 'Go into the house':gt 'dachain'
- if hour < 23 and hour >= 7:
- act 'Inspect garden':
- cla
- minut += 5
- if etoexhib < 16:gt 'dachaogr0'
- if etoexhib = 16:gt 'dachaogr'
- end
- end
- act 'Exit the alley':minut += 15 & gt 'dachi'
- --- dachamy ---------------------------------
|