1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- # beg
- <<<<<<< 476_beg
- if $ARGS[0] = 'start':
- =======
- if $ARGS[0]='start':
- >>>>>>> 476_beg
- cla
- *clr
- <<<<<<< 476_beg
- set minut += 5
- set razdtumbler = 0
- '<center><img src="images\etogame\fit1.jpg"></center>'
- 'You are stretching and warming up before your practice. From where you are you can see your coach, Ygor Y., coaching other athletes.'
- act 'Section races':
- cla
- *clr
- set minut += 120
- set speed += RAND(1,3)
- set manna -= 5
- set fat -= 5
- set sweat += 3
- set beg += RAND(2,5)
- '<center><img src="images\etogame\fit5.jpg"></center>'
- 'You ran around the stadium practicing the skill of running and developing speed.'
- act 'Leave': gt 'fit','razd'
- end
- =======
- set minut = minut + 5
- set razdtumbler = 0
- act 'section jogging':
- cla
- *clr
- set minut = minut + 120
- set speed = speed + RAND (1,3)
- set manna = manna - 5
- set fat = fat - 5
- set sweat = sweat + 3
- set beg = beg + RAND(2,5)
- '<center><img src="pic/fit5.jpg" ></center>'
- 'You ran through the stadium practicing and developing the skill of running speed.'
- act 'Get_Away':gt'fit','razd'
- end
- >>>>>>> 476_beg
- end
- if begsec > 0:
- <<<<<<< 476_beg
- act 'Go to coaching':
- cla
- ' Igor Y. in his coaching. You are interested in your success at it.'
- if beg < 50:
- '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.'
- act 'Exit': gt 'beg','start'
- end
- if beg >= 50 and razradbegEG = 0:
- '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.'
- act 'Leave': gt 'beg','start'
- end
- end
- =======
- act 'Go to coaching':
- cla
- ' Igor Y. in his coaching. Are you interested in him your progress.'
- if beg < 50:
- '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.'
- act 'Go_Out':gt'beg','start'
- end
- if beg >= 50 and razradbegEG = 0:
- '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.'
- act 'Get_Away':gt'beg','start'
- end
- end
- >>>>>>> 476_beg
- end
- --- beg ---------------------------------
|