# beg1 if $ARGS[0] = 'start': *clr & cla menu_off = 1 gs 'stat' minut += 30 kolsorev += 1 razdtumbler = 0 begmon = month begminus = 0 if razradbeg = 0: 'You''re registered for an amateur''s race. The results will determine if you join the club''s junior squad and entry in the semi-professional runner circuit.' act 'Go to the track field.':gt 'beg1', 'br' elseif razradbeg = 1: 'As a member of your club''s junior squad, you''re registered for a semi-professional''s race. The results will determine if you join the veteran squad.' act 'Go to the track field.':gt 'beg1', 'kms' elseif razradbeg = 2: 'As a member of your club''s veteran squad, you''re registered for a semi-professional''s race. The results will determine your entry in the professional runner circuit.' act 'Go to the track field.':gt 'beg1', 'ross' elseif razradbeg >= 3 and razradbeg < 14: 'As one of your club''s best athletes, you can take part in a series of qualifying races in the professional circuit. Winning 9 out of 11 would qualify you for the St. Petersburg Track Championship, that is celebrated seasonally.' nl 'Qualifying Races Attended: <>' 'Top 3 finishes in Qualifying Races: <>' act 'Go to the stadium':gt 'beg1', 'kval' elseif razradbeg = 14 and razradbegK < 9: cla razradbegK = 0 razradbeg = 3 'You were unable to qualify for the St. Petersburg Championship.' ! WD: Argument is 'dressing room' act 'Go back to the dressing room':gt 'fit', 'dressing room' elseif razradbeg = 14 and razradbegK >= 9: cla razradbegK = 0 razradbeg = 3 'You qualified for the <> St. Petersburg Track Championship, taking place this season in the Petrovsky Stadium.' act 'Go to the stadium':gt 'beg1', 'evro' end end if $ARGS[0] = 'br': cla gs 'exercise', 'tier2', 30, 'run' begminus = 0 if pcs_bmi > 25: begminus = ((pcs_bmi - 25)*4) elseif pcs_bmi < 20: begminus = ((20 - pcs_bmi)*(20-pcs_bmi)) end begresult = pcs_run - begminus '
> src="images/locations/city/citycenter/gym/race/ready.jpg">
' 'Your discipline: The Women''s 400 Meter Dash.' 'After changing into your running gear, you spend some time warming up near the track before the race starts. Beyond some casual bystanders and encouraging familiars, no spectators are attending this competition.' 'When you and the other runners are called, you walk to your starting position, tense but ready.' wait 725 'You get in position. Then, you hear the starting shot: The race begins!' wait 725 'On your marks...' wait 725 'Get set...' wait 725 'Go! - You''re away!' wait 725 if begresult < 5: grupvalue[2] -= 3 'Sadly, you barely managed to reach the finish line, walking the last 100 meters. Of course, you came in last - but you also made a bit of a fool of yourself.' elseif begresult < 10: grupvalue[2] -= 2 'You performed well for an amateur but still only came in last (8th place).' elseif begresult < 15: grupvalue[2] -= 1 'You fought hard, but managed to only take the penultimate place (7th place).' elseif begresult < 20: 'You fought hard, but only managed to take 6th place.' elseif begresult < 35: grupvalue[2] += 1 'You fought hard, but only managed to take 5th place.' elseif begresult < 40: grupvalue[2] += 2 'You fought hard, but only managed to take 4th place.' elseif begresult < 45: grupvalue[2] += 3 gs 'fame', 'city', 'running', 14 bronzebeg += 1 & money += 150 & 'You fought hard and managed to take 3rd place, earning a prize: You receive a bronze badge and a prize of 150 ' elseif begresult < 50: grupvalue[2] += 4 gs 'fame', 'city', 'running', rand(14,15) silverbeg += 1 & money += 300 & 'You fought hard and managed to take 2nd place, earning a prize: You receive a silver badge and a prize of 300 ' else grupvalue[2] += 5 gs 'fame', 'city', 'running', rand(14,16) razradbeg = 1 & goldbeg += 1 & money += 600 & 'You fought hard and managed to take 1st place! You receive a gold badge, a prize of 600 and are now part of your club''s junior squad, performing at the semi-professional level.' end act 'Leave':gt 'fit', 'dressing room' end if $ARGS[0] = 'kms': cla gs 'exercise', 'tier2', 30, 'run' begminus = 0 if pcs_bmi > 25: begminus = ((pcs_bmi - 25)*4) elseif pcs_bmi < 20: begminus = ((20 - pcs_bmi)*(20-pcs_bmi)) end begresult = pcs_run - begminus '
> src="images/locations/city/citycenter/gym/race/ready.jpg">
' 'Your discipline: The Women''s 400 Meter Dash.' 'After changing into your running gear, you spend some time warming up near the track before the race starts. Beyond the encouraging familiars, now, you appreciate some genuinely interested spectators, some with cameras, but, even with that, no more than a hundred spectators are attending this competition. The track field is far from full.' 'When you and the other runners are called, you walk to your starting position, tense but ready.' wait 725 'You get in position. Then, you hear the starting shot: The race begins!' wait 725 'On your marks...' wait 725 'Get set...' wait 725 'Go! - You''re away!' wait 725 if begresult < 20: grupvalue[2] -= 2 razradbeg = 0 & 'But you barely managed to reach the finish line, walking the last 100 meters. Of course, you came in last - but you also made of a fool of yourself. People on the ranks seem to be asking themselves how you even managed to make it this far. Maybe they are right? Your performance is so atrocious that the coach decides to return you to the amateur rank.' elseif begresult < 25: grupvalue[2] -= 1 'You fought hard but still have a lot of work ahead of you if you want to be better than your competition. You didn''t manage to reach any classification.' elseif begresult < 30: 'You fought hard but still have a lot of work ahead of you if you want to be better than your competition. You only came in last (8th place).' elseif begresult < 35: 'You fought hard, but managed to only take the penultimate place (7th place).' elseif begresult < 40: grupvalue[2] += 1 'You fought hard, but only managed to take 6th place.' elseif begresult < 45: grupvalue[2] += 2 'You fought hard, but only managed to take 5th place.' elseif begresult < 50: grupvalue[2] += 3 gs 'fame', 'city', 'running', 14 'You fought hard, but only managed to take 4th place.' elseif begresult < 55: grupvalue[2] += 4 gs 'fame', 'city', 'running', rand(14,15) bronzebeg += 1 & money += 300 & 'You fought hard and managed to take 3rd place, earning a prize: You get a bronze medal and a prize of 300 ' elseif begresult < 60: grupvalue[2] += 5 gs 'fame', 'city', 'running', rand(14,16) silverbeg += 1 & money += 600 & 'You fought hard and managed to take 2nd place, earning a prize: You get a silver medal and a prize of 600 ' else grupvalue[2] += 6 gs 'fame', 'city', 'running', rand(14,17) razradbeg = 3 & goldbeg += 1 & money += 1000 & 'You fought hard and managed to take 1st place! You get a gold medal, a prize of 1,000 and are now part of your club''s veteran squad, performing at the semi-professional level.' end act 'Leave':gt 'fit', 'dressing room' end if $ARGS[0] = 'ross': cla gs 'exercise', 'tier2', 30, 'run' begminus = 0 if pcs_bmi > 25: begminus = ((pcs_bmi - 25)*4) elseif pcs_bmi < 20: begminus = ((20 - pcs_bmi)*(20-pcs_bmi)) end begresult = pcs_run - begminus '
> src="images/locations/city/citycenter/gym/race/ready.jpg">
' 'Your discipline: The Women''s 400 Meter Dash.' 'After changing into your running gear, you spend some time warming up near the track before the race starts. Familiars, the club''s fans, track''s lovers and students on a school trip, fill the place. You even see some photo journalists. All of them showing genuine interest in this competition. A gross appraisal put the spectators'' numbers in several hundred attending this competition. The track field is in full occupation.' 'When you and the other runners are called, you walk to your starting position, tense but ready.' wait 725 'You get in position. Then, you hear the starting shot: The race begins!' wait 725 'On your marks...' wait 725 'Get set...' wait 725 'Go! - You''re away!' wait 725 if begresult < 30: razradbeg = 1 & 'But you barely managed to reach the finish line, walking the last 100 meters. Of course, you came in last - but you also made of a fool of yourself. People on the ranks seem to be asking themselves how you even managed to make it this far. Maybe they are right? Your performance is so atrocious that the coach decides to return you to the junior rank.' elseif begresult < 35: 'You fought hard but still have a lot of work ahead of you if you want to be better than your competition. You didn''t manage to reach any classification.' elseif begresult < 40: 'You fought hard but still have a lot of work ahead of you if you want to be better than your competition. You only came in last (8th place).' elseif begresult < 45: grupvalue[2] += 1 'You fought hard, but managed to only take the penultimate place (7th place).' elseif begresult < 50: grupvalue[2] += 2 'You fought hard, but only managed to take 6th place.' elseif begresult < 55: grupvalue[2] += 3 gs 'fame', 'city', 'running', 14 'You fought hard, but only managed to take 5th place.' elseif begresult < 60: grupvalue[2] += 4 gs 'fame', 'city', 'running', rand(14,15) 'You fought hard, but only managed to take 4th place.' elseif begresult < 65: grupvalue[2] += 5 gs 'fame', 'city', 'running', rand(14,16) bronzebeg += 1 & money += 600 & 'You fought hard and managed to take 3rd place, earning a prize: You get a bronze medal and a prize of 600 ' elseif begresult < 70: grupvalue[2] += 6 gs 'fame', 'city', 'running', rand(14,17) silverbeg += 1 & money += 1000 & 'You fought hard and managed to take 2nd place, earning a prize: You get a silver medal and a prize of 1,000 ' else grupvalue[2] += 7 gs 'fame', 'city', 'running', rand(14,18) razradbeg = 3 & goldbeg += 1 & money += 1500 & 'You fought hard and managed to take 1st place! You get a gold medal, a prize of 1,500 and gain entry to the professional circuit.' end act 'Leave':gt 'fit', 'dressing room' end if $ARGS[0] = 'kval': cla gs 'exercise', 'tier2', 30, 'run' razradbeg += 1 minut += 60 begminus = 0 if pcs_bmi > 25: begminus = ((pcs_bmi - 25)*4) elseif pcs_bmi < 20: begminus = ((20 - pcs_bmi)*(20-pcs_bmi)) end begresult = pcs_run - begminus '
> src="images/locations/city/citycenter/gym/race/ready.jpg">
' 'Your discipline: The Women''s 400 Meter Dash.' 'At the professional level, your club takes you, to the Petrovsky Stadium. After changing into your running gear, you spend some time warming up before the race starts and observe the current attendance. Now, this is what you call a spectacle. Thousands of people, come to see the race, including photo journalists, TV crews and all class of sports enthusiasts. Even with that, the stadium is far from full, with maybe a quarter capacity, that is around 5000 spectators.' !! Took the Krestovsky Stadium for reference. !!THX note. the Krestovsky Stadium is football-only. Better use the Petrovsky Stadium(20000), have track fields. 'When you and the other runners are called, you walk to your starting position, tense but ready.' wait 725 'You get in position. Then, you hear the starting shot: The race begins!' wait 725 'On your marks...' wait 725 'Get set...' wait 725 'Go! - You''re away!' wait 725 if begresult < 40: grupvalue[2] -= 1 razradbeg = 2 & razradbegK = 0 & 'But you barely managed to reach the finish line, walking the last 100 meters. Of course, you came in last - but you also made of a fool of yourself. People on the ranks seem to be asking themselves how you even managed to make it this far. Maybe they are right? Your performance is so atrocious that the coach decides to return you to the semi-professional rank.' elseif begresult < 45: 'You fought hard but still have a lot of work ahead of you if you want to be better than your competition. You didn''t manage to reach any classification.' elseif begresult < 50: 'You fought hard but still have a lot of work ahead of you if you want to be better than your competition. You only came in last (8th place).' elseif begresult < 55: grupvalue[2] += 2 'You fought hard, but managed to only take the penultimate place (7th place).' elseif begresult < 60: grupvalue[2] += 3 gs 'fame', 'city', 'running', 14 'You fought hard, but only managed to take 6th place.' elseif begresult < 65: grupvalue[2] += 4 gs 'fame', 'city', 'running', rand(14,15) 'You fought hard, but only managed to take 5th place.' elseif begresult < 70: grupvalue[2] += 5 gs 'fame', 'city', 'running', rand(14,16) 'You fought hard, but only managed to take 4th place.' elseif begresult < 75: grupvalue[2] += 6 gs 'fame', 'city', 'running', rand(14,17) razradbegK += 1 & bronzebeg += 1 & money += 1000 & 'You fought hard and managed to take 3rd place, earning a prize. You get a bronze badge and a prize of 1,000 , but sadly, only the 1st place adds to your qualification for the European championship.' elseif begresult < 80: grupvalue[2] += 7 gs 'fame', 'city', 'running', rand(14,18) razradbegK += 1 & silverbeg += 1 & money += 1500 & 'You fought hard and managed to take 2nd place, earning a prize. You get a silver medal and a prize of 1,500 , but sadly, only the 1st place adds to your qualification for the European championship.' else grupvalue[2] += 8 gs 'fame', 'city', 'running', rand(14,19) razradbegK += 1 & goldbeg += 1 & money += 2000 & 'You fought hard and managed to take 1st place! You get a gold medal, a prize of 2,000 and are one step closer to qualifying for the St. Petersburg Championship.' end act 'Leave':gt 'fit', 'dressing room' end if $ARGS[0] = 'evro': cla gs 'exercise', 'tier2', 30, 'run' minut += 120 begminus = 0 if pcs_bmi > 25: begminus = ((pcs_bmi - 25)*4) elseif pcs_bmi < 20: begminus = ((20 - pcs_bmi)*(20-pcs_bmi)) end begresult = pcs_run - begminus '
> src="images/locations/city/citycenter/gym/race/ready.jpg">
' 'Your discipline: The Women''s 400 Meter Dash.' 'This is the highest competition in the St. Petersburg area. From here, the professional runners, jump to the regional, national and eventually international scene. You will eventually reach those levels, with the possibility to reach the country Olympic Team, but for the moment, it is better if you concentrate on reaching the St. Petersburg Championship.' 'After changing into your running gear, you spend some time warming up before the race starts and observe the current attendance. The Petrovsky Stadium''s personnel is in full gear to manage the wave of spectators, journalist, and others that run around. Even with the fact, that track & field don''t attract the same attention level that football, it is evident that this is a great event, with maybe around 10000 spectators.' 'When you and the other runners are called, you walk to your starting position, tense but ready.' wait 725 'You get in position. Then, you hear the starting shot: The race begins!' wait 725 'On your marks...' wait 725 'Get set...' wait 725 'Go! - You''re away!' wait 725 if begresult < 50: grupvalue[2] -= 1 razradbeg = 2 & razradbegK = 0 & 'But you barely managed to reach the finish line, walking the last 100 meters. Of course, you came in last - but you also made of a fool of yourself. People on the ranks seem to be asking themselves how you even managed to make it this far. Maybe they are right? Your performance is so atrocious that the coach decide to return you to the semi-proffessional rank.' gs 'fame', 'city', 'running', rand(14,19) elseif begresult < 55: 'You fought hard but still have a lot of work ahead of you if you want to be better than your competition. You didn''t manage to reach any classification.' gs 'fame', 'city', 'running', rand(15,21) elseif begresult < 60: gs 'fame', 'city', 'running', rand(16,23) 'You fought hard but still have a lot of work ahead of you if you want to be better than your competition. You only came in last (8th place).' elseif begresult < 65: grupvalue[2] += 1 gs 'fame', 'city', 'running', rand(18,25) 'You fought hard, but managed to only take the penultimate place (7th place).' elseif begresult < 70: grupvalue[2] += 2 gs 'fame', 'city', 'running', rand(20,25) 'You fought hard, but only managed to take 6th place.' elseif begresult < 75: grupvalue[2] += 3 gs 'fame', 'city', 'running', rand(25,50) 'You fought hard, but only managed to take 5th place.' elseif begresult < 80: grupvalue[2] += 4 gs 'fame', 'city', 'running', rand(50,100) 'You fought hard, but only managed to take 4th place.' elseif begresult < 85: grupvalue[2] += 6 gs 'fame', 'city', 'running', 'BronzeMedal' razradbegEB += 1 money += 10000 'You fought hard and managed to take 3rd place, earning a prize. You get a bronze medal and a prize of 10,000 ' elseif begresult < 90: grupvalue[2] += 8 gs 'fame', 'city', 'running', 'SilverMedal' razradbegES += 1 money += 15000 'You fought hard and managed to take 2nd place, earning a prize. You get a silver medal and a prize of 15,000 ' else grupvalue[2] += 10 gs 'fame', 'city', 'running', 'GoldMedal' razradbegEG += 1 money += 20000 'You fought hard and managed to take 1st place. You get a gold medal, a prize of 20,000 and are now the "St. Petersburg Track Champion"!' end act 'Leave':gt 'fit', 'dressing room' end --- beg1 ---------------------------------