389_dachi 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # dachi
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. <<<<<<< 389_dachi
  5. '<center><H4>Suburban Cooperative</H4></center>'
  6. '<center><img src="images\etogame\dachi.jpg"></center>'
  7. clr
  8. gs 'stat'
  9. gs 'time'
  10. if car > 0 and cardrive = 17:
  11. set cardrive = 17
  12. 'In the parking stands <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
  13. end
  14. 'Initially alley dug into the ground <a href="exec:GT ''etoexhib'',''pos7''">column with ads</a>.'
  15. 'At the end of the alley to be <a href="exec:GT ''etoexhib'',''pos6''">a spring with spring water</a>.'
  16. if dachaest = 1:
  17. 'Either <a href="exec:GT ''dachamy'',''start''">suburban area</a>.'
  18. 'On the contrary your 6 acres situated exactly the same <a href="exec: GT ''etoexhib'',''pos8''">plot neighbor</a>.'
  19. end
  20. if etoexhib < 13: 'You chuvtvuete slight presence of magic.'
  21. act 'Stroll through the alleys': gt 'etoexhib','pos2'
  22. act 'Exit the highway': minut += 15 & nroad = 5 & gt 'road'
  23. =======
  24. '<center><H4>dacha cooperative</H4></center>'
  25. '<center><img src="pic/dachi.jpg" ></center>'
  26. clr
  27. gs'stat'
  28. gs'time'
  29. if car > 0 and cardrive = 18:
  30. set cardrive = 18
  31. 'In the parking lot is worth <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
  32. end
  33. 'Initially alley embedded in the ground <a href="exec:GT ''etoexhib'',''pos7''">column advertisement</a>.'
  34. 'At the end of the alley located <a href="exec:GT ''etoexhib'',''pos6''">spring with spring water</a>.'
  35. if dachaest=1:
  36. 'your <a href="exec:GT ''dachamy'',''start''">country cottage area</a>.'
  37. 'On the contrary your 6 hectare is exactly the same <a href="exec:GT ''etoexhib'',''pos8''">plot neighbor</a>.'
  38. end
  39. if etoexhib<13:'You chuvtvuete slight presence of magic.'
  40. act 'Stroll through the alleys': gt 'etoexhib','pos2'
  41. act 'Exit the highway':minut+=15&nroad=5&gt'road'
  42. >>>>>>> 389_dachi
  43. --- dachi ---------------------------------