1
0

beg 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # beg
  2. if $ARGS[0] = 'start':
  3. cla
  4. *clr
  5. minut += 5
  6. 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. minut += 120
  13. speed += rand(1, 3)
  14. manna -= 5
  15. fat -= 5
  16. sweat += 3
  17. 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. ! WD: Argument is 'dressing room'
  21. act 'Leave':gt 'fit', 'dressing room'
  22. end
  23. end
  24. if begsec > 0:
  25. act 'Go to coaching':
  26. cla
  27. ' Igor Y. in his coaching. You are interested in your success at it.'
  28. if beg < 50:
  29. '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.'
  30. act 'Leave':gt 'beg', 'start'
  31. elseif 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 ---------------------------------