1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # lager
- $metka = $ARGS[0]
- $loc = $CURLOC
- $metkaM = $ARGS[0]
- $locM = $CURLOC
- $metkaStreet = $ARGS[0]
- $locStreet = $CURLOC
- cla
- *clr
- alkoblock = 0
- boynumBlock = 0
- music_on = 0
- '<center><H4>Pionerlager</H4></center>'
- '<center><img src="images/qwest/lager/lager.jpg"></center>'
- if hour=8:
- 'Now the camp ruler and all lined up at the site until the counsellor checks everything is in place.'
- act'On the line':
- cls
- minut+=60
- gs'stat'
- minut=0
- 'You, too, have risen along with all, Squad leader is checked. Finally, the test is over.'
- act'Move away':gt $curloc
- end
- end
- if hour=9:
- 'Now the camp began Breakfast.'
- act'Go for breakfast':
- minut += 30
- gs 'food', 'm_meal'
- end
- end
- if hour=10:
- 'Under the guidance counselor squad went to the river to bathe and sunbathe.'
- act'Go to the river':
- cls
- gs'stat'
- act'Escape':gt $curloc
- end
- end
- --- lager ---------------------------------
|