123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- # volley
- <<<<<<< 246_volley
- gs 'stat'
- '<center><img src="images\qwest\alter\gdksport.jpg"></center>'
- 'Teams took to the field and started playing.'
- if volleysostav = 1: 'You sit on the bench watching your team plays.'
- act 'Leave': gt 'gdksport'
- act 'Go to coaching': gt 'Voltrener'
- =======
- minut+=30
- gs'stat'
- if volltime=0:
- poverkomandV=rand(500,1500)
- '<center><img src="qwest/alter/gdksport.jpg" ></center>'
- 'The teams took to the field and start playing.'
- if volleysostav=1:
- 'You are sitting on the bench watching how your team plays.'
- end
-
- if poverkomand>poverkomandV:
- volpoint+=1
-
- 'Your team plays with the team opponents.'
- end
- if poverkomand=poverkomandV:
- volpoint+=1
- volpointv+=1
- 'The scales vary in one, then the other, obviously teams are equal on forces.'
- end
- if poverkomand<poverkomandV:
- volpointv+=1
- 'Team beats rivals your team.'
- end
- act 'further':volltime=1> $curloc
- end
- if volltime=1:
- '<center><img src="qwest/alter/gdksport.jpg" ></center>'
- 'There was a break .'
- if volleysostav=1:
- 'You are sitting on the bench.'
- act'asks play':
- cls
- gs'stat'
- trenereparand=rand(0,80)
- if trenerepa>=trenereparand:
- volleysostav=2
- dom+=1
- poverkomand-=100
- poverkomand+=volleyboll
- 'The coach has agreed to release you on the field.'
- act 'further':volltime=2> $curloc
- else
- 'You have been asking the coach to play, but he shook his head and went on to explain the strategy of girls.'
- act 'further':volltime=2> $curloc
- end
- end
- end
- act 'further':volltime=2> $curloc
- end
- if volltime=2:
- '<center><img src="qwest/alter/gdksport.jpg" ></center>'
- 'Break is over and the team started to play again.'
- if volleysostav=1:
- 'You are sitting on the bench watching how your team plays.'
- end
-
- if poverkomand>poverkomandV:
- volpoint+=1
- 'Your team plays with the team opponents.'
- if volleysostav=2:
- if volpointv>0:
- trenerepa+=10
- end
- end
- end
- if poverkomand=poverkomandV:
- volpoint+=1
- volpointv+=1
- 'The scales vary in one, then the other, obviously teams are equal on forces.'
- if volleysostav=2:
- if volpointv>0:
- trenerepa+=5
- end
- end
- end
- if poverkomand<poverkomandV:
- volpointv+=1
- 'Team beats rivals your team.'
- if volleysostav=2:
- if volpoint>0:
- trenerepa-=10
- end
- end
- end
-
- act 'further':volltime=3> $curloc
- end
- if volltime=3:
- volsesongame+=1
- '<center><img src="qwest/alter/gdksport.jpg" ></center>'
- 'Final whistle.'
- if volpoint>volpointv:
- volsesonwin+=1
- 'Your team won.'
- end
- if volpoint=volpointv:
- volsesondraw+=1
- 'draw.'
- end
- if volpoint<volpointv:
- volsesonloss+=1
- 'Your team lost.'
- end
- if volleysostav=2:volleysostav=1&poverkomand-=volleyboll&poverkomand+=100
- volpoint=0
- volpointv=0
- act 'Get_Away':gt'gdksport'
- act 'Go to coaching':gt'Voltrener'
- end
- >>>>>>> 246_volley
- --- volley ---------------------------------
|