123456789101112131415161718192021 |
- # dachamy
- $metka = $ARGS[0]
- $loc = $CURLOC
- '<center><H4>Cottage</H4></center>'
- '<center><img src="images\etogame\dachamy.jpg"></center>'
- 'Your favorite summer residence.'
- clr
- gs 'stat'
- gs 'time'
- 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 ---------------------------------
|