1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # dachi
- $metka = $ARGS[0]
- $loc = $CURLOC
- <<<<<<< 389_dachi
- '<center><H4>Suburban Cooperative</H4></center>'
- '<center><img src="images\etogame\dachi.jpg"></center>'
- clr
- gs 'stat'
- gs 'time'
- if car > 0 and cardrive = 17:
- set cardrive = 17
- 'In the parking stands <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
- end
- 'Initially alley dug into the ground <a href="exec:GT ''etoexhib'',''pos7''">column with ads</a>.'
- 'At the end of the alley to be <a href="exec:GT ''etoexhib'',''pos6''">a spring with spring water</a>.'
- if dachaest = 1:
- 'Either <a href="exec:GT ''dachamy'',''start''">suburban area</a>.'
- 'On the contrary your 6 acres situated exactly the same <a href="exec: GT ''etoexhib'',''pos8''">plot neighbor</a>.'
- end
- if etoexhib < 13: 'You chuvtvuete slight presence of magic.'
- act 'Stroll through the alleys': gt 'etoexhib','pos2'
- act 'Exit the highway': minut += 15 & nroad = 5 & gt 'road'
- =======
- '<center><H4>dacha cooperative</H4></center>'
- '<center><img src="pic/dachi.jpg" ></center>'
- clr
- gs'stat'
- gs'time'
- if car > 0 and cardrive = 18:
- set cardrive = 18
- 'In the parking lot is worth <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
- end
- 'Initially alley embedded in the ground <a href="exec:GT ''etoexhib'',''pos7''">column advertisement</a>.'
- 'At the end of the alley located <a href="exec:GT ''etoexhib'',''pos6''">spring with spring water</a>.'
- if dachaest=1:
- 'your <a href="exec:GT ''dachamy'',''start''">country cottage area</a>.'
- 'On the contrary your 6 hectare is exactly the same <a href="exec:GT ''etoexhib'',''pos8''">plot neighbor</a>.'
- end
- if etoexhib<13:'You chuvtvuete slight presence of magic.'
- act 'Stroll through the alleys': gt 'etoexhib','pos2'
- act 'Exit the highway':minut+=15&nroad=5>'road'
- >>>>>>> 389_dachi
- --- dachi ---------------------------------
|