310_dachaogr0 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # dachaogr0
  2. clr
  3. gs 'stat'
  4. gs 'time'
  5. fcolor = rgb(0,0,0)
  6. bcolor = rgb(255,255,255)
  7. LCOLOR = rgb(106,90,205)
  8. '<center><B><font color = maroon>Vegetable</font></B></center>'
  9. '<center><img src="images\etogame\burjan.jpg"></center>'
  10. if etoexhib < 11: 'Whole vegetable garden overgrown with weeds and weeds. Any crop here outgrowths impossible. Looks like the former owners did not care about him. We must figure out how to dig up the garden.'
  11. if etoexhib = 11: 'Working with lazy and smoke breaks dig in the ground, pull weeds.'
  12. if etoexhib >= 12 and etoexhib < 14: 'Workers digging the ground. Stumps removed.'
  13. if etoexhib = 14 and temp ! day:
  14. cls
  15. gs 'stat'
  16. '<center><B><font color = maroon>Vegetable</font></B></center>'
  17. '<center><img src="images\etogame\vspah.jpg"></center>'
  18. 'Your kitchen garden plowed. Razchercheny beds neatly. Planted with apple trees.'
  19. 'Satisfied drunken workers rest in the shade. Clearly, for the money they took a drink. And, apparently under doping, finished faster.'
  20. act 'Pay': gt 'etoexhib', 'pos14'
  21. end
  22. if etoexhib = 15 and temp ! day:
  23. cls
  24. gs 'stat'
  25. '<center><B><font color = maroon>Vegetable</font></B></center>'
  26. '<center><img src="images\etogame\vspah.jpg"></center>'
  27. 'Your kitchen garden plowed. Razchercheny beds neatly. Planted with apple trees.'
  28. 'Tired workers rest in the shade.'
  29. act 'Pay money':
  30. cla
  31. *clr
  32. 'You paid a working 3000 rubles.'
  33. money -= 3000
  34. etoexhib = 16
  35. gs 'stat'
  36. act 'To lodge': minut += 15 & gt 'dachamy'
  37. end
  38. if etoexhib = 15 and horny > 30:
  39. act 'Pay body': gt 'etoexhib','pos13'
  40. end
  41. end
  42. act 'To lodge': minut += 15 & gt 'dachamy'
  43. --- dachaogr0 ---------------------------------