123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- # liam
- $metka = $ARGS[0]
- $loc = $CURLOC
- CLOSE ALL
- if sound = 0:PLAY 'sound/street.mp3',30
- gs'dinam'
- set minut = minut + 5
- '<center><B>Old town center</B></center>'
- '<center><img src="images/pic/liam.jpeg" ></center>'
- 'The old part of the city, usually call old town. A couple of centuries ago, this was an ordinary village, located near a town that is now the city.'
- 'Later, the rich bought land of the poor here and knocked down the wooden shacks and farm houses to build large houses.'
- 'As the city continued to grow rapidly, it became a desirable suburb.'
- 'Since then even the old huts, have long since lost there original appearance, improved, extended and modernized.'
- CLOSE ALL
- clr
- gs'stat'
- gs 'outdoors'
- set palMir=0
- set bordysh=0
- set housrA=0
- set palMir=0
- set obdysh=0
- set tanhouse1=0
- set obMir=0
- set obLoker=0
- set houseob=0
- set borMir=0
- set minut+=10
- '<a href="exec:GT ''dvorik'',''start''">Patio</a> .'
- !'On narrow <a href="exec:GT ''dvor'',''start''">street</a> .'
- 'Closeby is a quiet <a href="exec:GT ''liamel'',''start''">street</a> .'
- 'You can <a href="exec:GT ''spusk'',''start''">Climb to the top</a> .'
- if car > 0 and cardrive = 24:
- set cardrive = 24
- 'I parked at the curb <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
- end
- act 'Taxi':
- cla
- *clr
- minut += 5
- '<center><img src="images/pic/taxi1.jpg"></center>'
- 'You caught a passing taksishku.'
- 'Fare 250 RUB.'
- if $loc!'street':
- act 'Go to the sleeping area':
- set $loc='street'
- dynamic $taxi
- end
- end
- if $loc!'down':
- act 'To go to the center':
- set $loc='down'
- dynamic $taxi
- end
- end
- !'if $loc!'liam':
- act 'Go to Old Town':
- set $loc='liam'
- dynamic $taxi
- end
- end'
- if $loc!'vokzal':
- act 'Go to the station':
- set $loc='vokzal'
- dynamic $taxi
- end
- end
- if $loc!'Nord':
- act 'To go into the northern area':
- set $loc='Nord'
- dynamic $taxi
- end
- end
- act 'Takeout':gt'<<$loc>>'
- end
- act '<font size = 1>Wait</font>':
- cla
- waiting = input ("How many minutes to wait? (Not more 120 minutes)")
- if waiting <= 0 or waiting > 120:
- set minut = minut + 15
- end
- if waiting > 0 and waiting <= 120:
- set minut = minut + waiting
- end
- act 'Consult a watch':gt curloc
- end
- act 'Walk 1 h':
- cla
- set minut+=60
- set manna = manna + 10
- set willpower = willpower + 10
- gs'stat'
- 'You slowly walk along the narrow streets of the Old Town, It became one of the areas of the big city, admiring the beautiful architecture buildings, built long ago and miraculously survived to our times. Breathe in the fresh air, reflecting on the vicissitudes of fate.'
- act 'Complete outing':gt'liam','start'
- end
- if hour >= 4 and hour <= 23:'Station <a href="exec:GT ''metro'',''start''">Metro</a> located at 5 walking distance.'
- if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
- --- liam ---------------------------------
|