311_dachi 937 B

1234567891011121314151617181920212223
  1. # dachi
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. '<center><H4>Suburban Cooperative</H4></center>'
  5. '<center><img src="images\etogame\dachi.jpg"></center>'
  6. clr
  7. gs 'stat'
  8. gs 'time'
  9. if car > 0 and cardrive = 17:
  10. set cardrive = 17
  11. 'In the parking stands <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
  12. end
  13. 'Initially alley dug into the ground <a href="exec:GT ''etoexhib'',''pos7''">column with ads</a>.'
  14. 'At the end of the alley to be <a href="exec:GT ''etoexhib'',''pos6''">a spring with spring water</a>.'
  15. if dachaest = 1:
  16. 'Either <a href="exec:GT ''dachamy'',''start''">suburban area</a>.'
  17. 'On the contrary your 6 acres situated exactly the same <a href="exec: GT ''etoexhib'',''pos8''">plot neighbor</a>.'
  18. end
  19. if etoexhib < 13: 'You chuvtvuete slight presence of magic.'
  20. act 'Stroll through the alleys': gt 'etoexhib','pos2'
  21. act 'Exit the highway': minut += 15 & nroad = 5 & gt 'road'
  22. --- dachi ---------------------------------