beg 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # beg
  2. if $ARGS[0] = 'start':
  3. cla
  4. *clr
  5. set minut += 5
  6. set razdtumbler = 0
  7. '<center><img src="images/etogame/fit1.jpg"></center>'
  8. 'You are stretching and warming up before your practice. From where you are you can see your coach, Ygor Y., coaching other athletes.'
  9. act 'Section races':
  10. cla
  11. *clr
  12. set minut += 120
  13. set speed += rand(1, 3)
  14. set manna -= 5
  15. set fat -= 5
  16. set sweat += 3
  17. set beg += rand(2, 5)
  18. '<center><img src="images/etogame/fit5.jpg"></center>'
  19. 'You ran around the stadium practicing the skill of running and developing speed.'
  20. act 'Leave':gt 'fit', 'razd'
  21. end
  22. end
  23. if begsec > 0:
  24. act 'Go to coaching':
  25. cla
  26. ' Igor Y. in his coaching. You are interested in your success at it.'
  27. if beg < 50:
  28. 'You have to train, you have not even the third digit is not pulling in the main race and athleticism dyhalka. More importantly what would not be overweight, but diets undermine physical shape, so the coach recommends to use the sauna to dry.'
  29. act 'Exit':gt 'beg', 'start'
  30. end
  31. if beg >= 50 and razradbegEG = 0:
  32. 'You´re doing fine, really well done, you can have a very good sporting future. May even become European champion. But remember, the key to victory, dyhalka, athleticism and an ounce.'
  33. act 'Leave':gt 'beg', 'start'
  34. end
  35. end
  36. end
  37. --- beg ---------------------------------