dachaogr0 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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:
  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.'
  12. elseif etoexhib = 11:
  13. 'Working with lazy and smoke breaks dig in the ground, pull weeds.'
  14. elseif etoexhib >= 12 and etoexhib < 14:
  15. 'Workers digging the ground. Stumps removed.'
  16. elseif etoexhib = 14 and temp ! daystart:
  17. cls
  18. gs 'stat'
  19. '<center><b><font color="maroon">Vegetable</font></b></center>'
  20. '<center><img src="images/etogame/vspah.jpg"></center>'
  21. 'Your kitchen garden plowed. Razchercheny beds neatly. Planted with apple trees.'
  22. 'Satisfied drunken workers rest in the shade. Clearly, for the money they took a drink. And, apparently under doping, finished faster.'
  23. act 'Pay':gt 'etoexhib', 'pos14'
  24. elseif etoexhib = 15 and temp ! daystart:
  25. cls
  26. gs 'stat'
  27. '<center><b><font color="maroon">Vegetable</font></b></center>'
  28. '<center><img src="images/etogame/vspah.jpg"></center>'
  29. 'Your kitchen garden plowed. Razchercheny beds neatly. Planted with apple trees.'
  30. 'Tired workers rest in the shade.'
  31. act 'Pay money (3,000 rubles)':
  32. cla
  33. *clr
  34. money -= 3000
  35. etoexhib = 16
  36. gs 'stat'
  37. 'You paid a working 3000 rubles.'
  38. act 'To lodge':minut += 15 & gt 'dachamy'
  39. end
  40. if etoexhib = 15 and horny > 30:
  41. act 'Pay body':gt 'etoexhib', 'pos13'
  42. end
  43. end
  44. act 'To lodge':minut += 15 & gt 'dachamy'
  45. --- dachaogr0 ---------------------------------