-smong- Guest
Offline
|
Posted: Tue Jun 08, 2004 6:04 pm Post maybe stupid Post subject: soccer capture points and ?score investigated |
 |
|
|
|
capturepoints: positive
each goal starts with this many tokens
scoring a goal takes a token from the enemy goal and puts it in your goal
win by all enemies having 0 tokens
enemy has no tokens left: <team goal!> 'Enemy goal had no points to give.' <arena ?score>
capturepoints: negative
when you have this many tokens you win (soccer game over)
each goal starts with 0 tokens
scoring a goal gives you (team/freq) 1 token
capturepoints: non-zero
all modes except mode0: output from ?score sent to whole arena on goal
end of game message: (ding) 'Soccer game over.'
capturepoints: zero
just reward points given
?score does not work
game never ends
?score: mode0, mode3, mode4, mode5, mode6
SCORE: Team0:%d Team1:%d Team2:%d Team3:%d
SCORE: Warbirds:%d Javelins:%d Spiders:%d Leviathans:%d
?score: mode1, mode2
SCORE: Evens:%d Odds:%d
SCORE: Warbirds:%d Javelins:%d
special case: mode0
just reward points given
no tokens lost or gained
game never ends
special case: mode1, mode2
freq's are odds/evens, so spider = warbird etc.
---
If you're going to make an ammendment quote the relevant paragraph first. (maybe I should make this a poll, how long before someone quotes the entire post). There are two spaces between the teams in ?score, your browser just eats the second one. |
|