386_dachamy 906 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # dachamy
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. <<<<<<< 386_dachamy
  5. '<center><H4>Cottage</H4></center>'
  6. '<center><img src="images\etogame\dachamy.jpg"></center>'
  7. =======
  8. '<center><H4>dacha</H4></center>'
  9. '<center><img src="etogame/dachamy.jpg" ></center>'
  10. >>>>>>> 386_dachamy
  11. 'Your favorite summer residence.'
  12. clr
  13. <<<<<<< 386_dachamy
  14. gs 'stat'
  15. gs 'time'
  16. act 'Go into the house': gt 'dachain'
  17. if hour < 23 and hour >= 7:
  18. act 'Inspect garden':
  19. cla
  20. minut += 5
  21. if etoexhib < 16: gt 'dachaogr0'
  22. if etoexhib = 16: gt 'dachaogr'
  23. end
  24. end
  25. act 'Exit the alley': minut += 15 & gt 'dachi'
  26. =======
  27. gs'stat'
  28. gs'time'
  29. act 'Go to the house':gt'dachain'
  30. if hour <23 and hour=>7:
  31. act 'inspect the garden':
  32. cla
  33. minut+=5
  34. if etoexhib<16:gt'dachaogr0'
  35. if etoexhib=16: gt'dachaogr'
  36. end
  37. end
  38. act 'Get off at the mall':minut+=15&gt'dachi'
  39. >>>>>>> 386_dachamy
  40. --- dachamy ---------------------------------