|
@@ -81,9 +81,8 @@ if week = 6 and schoolSorev = 2 and hour = 10:
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img src="images/etogame/begsor.jpg"></center>'
|
|
'<center><img src="images/etogame/begsor.jpg"></center>'
|
|
'Girls, on the 400 meters race. You change clothes and go out on the treadmill. Get up at the start. Distributed starting shot.'
|
|
'Girls, on the 400 meters race. You change clothes and go out on the treadmill. Get up at the start. Distributed starting shot.'
|
|
- begplus = beg + speed + vital + rand(1, 20)
|
|
|
|
- begminus = salo + rand(1, 20)
|
|
|
|
- begresult = begplus - begminus
|
|
|
|
|
|
+
|
|
|
|
+ begresult = beg + speed + vital + rand(1, 20) - salo - rand(1, 20)
|
|
|
|
|
|
if begresult <= 0:'You barely managed to reach the finish line, what place is really there, of course you are the last.'
|
|
if begresult <= 0:'You barely managed to reach the finish line, what place is really there, of course you are the last.'
|
|
if begresult > 0 and begresult < 70:'You are not bad ran for dilettante course, as ranked last 8th place.'
|
|
if begresult > 0 and begresult < 70:'You are not bad ran for dilettante course, as ranked last 8th place.'
|
|
@@ -135,9 +134,8 @@ if week = 6 and schoolSorev = 1 and hour = 10:
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img src="images/etogame/begsor.jpg"></center>'
|
|
'<center><img src="images/etogame/begsor.jpg"></center>'
|
|
'Girls, on the 400 meters race. You change clothes and go out on the treadmill. Get up at the start. Distributed starting shot.'
|
|
'Girls, on the 400 meters race. You change clothes and go out on the treadmill. Get up at the start. Distributed starting shot.'
|
|
- begplus = beg + speed + vital + rand(1, 20)
|
|
|
|
- begminus = salo + rand(1, 20)
|
|
|
|
- begresult = begplus - begminus
|
|
|
|
|
|
+
|
|
|
|
+ begresult = beg + speed + vital + rand(1, 20) - salo - rand(1, 20)
|
|
|
|
|
|
if begresult <= 0:'You barely managed to reach the finish line, what place is really there, of course you are the last.'
|
|
if begresult <= 0:'You barely managed to reach the finish line, what place is really there, of course you are the last.'
|
|
if begresult > 0 and begresult < 10:'You are not bad ran for dilettante course, as ranked last 8th place.'
|
|
if begresult > 0 and begresult < 10:'You are not bad ran for dilettante course, as ranked last 8th place.'
|