476_beg 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # beg
  2. <<<<<<< 476_beg
  3. if $ARGS[0] = 'start':
  4. =======
  5. if $ARGS[0]='start':
  6. >>>>>>> 476_beg
  7. cla
  8. *clr
  9. <<<<<<< 476_beg
  10. set minut += 5
  11. set razdtumbler = 0
  12. '<center><img src="images\etogame\fit1.jpg"></center>'
  13. 'You are stretching and warming up before your practice. From where you are you can see your coach, Ygor Y., coaching other athletes.'
  14. act 'Section races':
  15. cla
  16. *clr
  17. set minut += 120
  18. set speed += RAND(1,3)
  19. set manna -= 5
  20. set fat -= 5
  21. set sweat += 3
  22. set beg += RAND(2,5)
  23. '<center><img src="images\etogame\fit5.jpg"></center>'
  24. 'You ran around the stadium practicing the skill of running and developing speed.'
  25. act 'Leave': gt 'fit','razd'
  26. end
  27. =======
  28. set minut = minut + 5
  29. set razdtumbler = 0
  30. act 'section jogging':
  31. cla
  32. *clr
  33. set minut = minut + 120
  34. set speed = speed + RAND (1,3)
  35. set manna = manna - 5
  36. set fat = fat - 5
  37. set sweat = sweat + 3
  38. set beg = beg + RAND(2,5)
  39. '<center><img src="pic/fit5.jpg" ></center>'
  40. 'You ran through the stadium practicing and developing the skill of running speed.'
  41. act 'Get_Away':gt'fit','razd'
  42. end
  43. >>>>>>> 476_beg
  44. end
  45. if begsec > 0:
  46. <<<<<<< 476_beg
  47. act 'Go to coaching':
  48. cla
  49. ' Igor Y. in his coaching. You are interested in your success at it.'
  50. if beg < 50:
  51. '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.'
  52. act 'Exit': gt 'beg','start'
  53. end
  54. if beg >= 50 and razradbegEG = 0:
  55. '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.'
  56. act 'Leave': gt 'beg','start'
  57. end
  58. end
  59. =======
  60. act 'Go to coaching':
  61. cla
  62. ' Igor Y. in his coaching. Are you interested in him your progress.'
  63. if beg < 50:
  64. 'You need to train, you have not even a third category can not be withdrawn, in running the main athleticism and dyhalki. Yet it is important that there was no excess weight, but undermine the diet in shape, therefore recommends that the coach used to dry sauna.'
  65. act 'Go_Out':gt'beg','start'
  66. end
  67. if beg >= 50 and razradbegEG = 0:
  68. 'you`re doing fine, really well done, you can have a very good sporting future. It may even become European champion. But do not forget, The key to victory, dyhalki, athleticism and an ounce.'
  69. act 'Get_Away':gt'beg','start'
  70. end
  71. end
  72. >>>>>>> 476_beg
  73. end
  74. --- beg ---------------------------------