As the heading says ... how do I program this in Yavatol's Score?140 points for a win.
70 points for a draw.
10 points for a loss.
+/- your net TDs up to a maximum of +/- 3
+/- your net CAS up to a maximum of +/- 3
+ 2 points for keeping a clean sheet
How do I program this in "Score"?
Moderator: TFF Mods
- Joemanji
- Power Gamer
- Posts: 9508
- Joined: Sat Jul 05, 2003 3:08 pm
- Location: ECBBL, London, England
How do I program this in "Score"?
Reason: ''
*This post may have been made without the use of a hat.
- Darkson
- Da Spammer
- Posts: 24047
- Joined: Mon Aug 12, 2002 9:04 pm
- Location: The frozen ruins of Felstad
- Contact:
Re: How do I program this in "Score"?
Do you mean net tds/cas per game, or total for tournament?
Reason: ''
Currently an ex-Blood Bowl coach, most likely to be found dying to Armoured Skeletons in the frozen ruins of Felstad, or bleeding into the arena sands of Rome or burning rubber for Mars' entertainment.
- Joemanji
- Power Gamer
- Posts: 9508
- Joined: Sat Jul 05, 2003 3:08 pm
- Location: ECBBL, London, England
Re: How do I program this in "Score"?
For each game only.
Reason: ''
*This post may have been made without the use of a hat.
- Darkson
- Da Spammer
- Posts: 24047
- Joined: Mon Aug 12, 2002 9:04 pm
- Location: The frozen ruins of Felstad
- Contact:
Re: How do I program this in "Score"?
If no-one has posted by tomorrow, I'll work it out, as I had something similar when I was first trying to do the ARBBL scoring.
Reason: ''
Currently an ex-Blood Bowl coach, most likely to be found dying to Armoured Skeletons in the frozen ruins of Felstad, or bleeding into the arena sands of Rome or burning rubber for Mars' entertainment.
-
- Veteran
- Posts: 247
- Joined: Tue Apr 01, 2008 7:58 am
- Location: Munich, Germany
Re: How do I program this in "Score"?
myself just new with score, but:
140+limit(cn,-3,3)+limit(tn,-3,3)
70+limit(cn,-3,3)+limit(tn,-3,3)
10+limit(cn,-3,3)+limit(tn,-3,3)
I dont know, what you mean with clean sheet, but that would sound like an overall tourney bonus?
Cheers
Oventa
140+limit(cn,-3,3)+limit(tn,-3,3)
70+limit(cn,-3,3)+limit(tn,-3,3)
10+limit(cn,-3,3)+limit(tn,-3,3)
I dont know, what you mean with clean sheet, but that would sound like an overall tourney bonus?
Cheers
Oventa
Reason: ''
- sann0638
- Kommissar Enthusiasmoff
- Posts: 6626
- Joined: Mon May 08, 2006 10:24 am
- Location: Swindon, England
Re: How do I program this in "Score"?
Clean sheet means no TD conceded in a particular game, so probably an if statement. Will leave it to Darkson though 
While Score experts are here, anyone know if it's possible to export to Excel? (just a quick aside, not a threadjack)
Mike

While Score experts are here, anyone know if it's possible to export to Excel? (just a quick aside, not a threadjack)
Mike
Reason: ''
NAF Ex-President
Founder of SAWBBL, Swindon and Wiltshire's BB League - find us on Facebook and Discord
NAF Data wrangler
Founder of SAWBBL, Swindon and Wiltshire's BB League - find us on Facebook and Discord
NAF Data wrangler
-
- Veteran
- Posts: 247
- Joined: Tue Apr 01, 2008 7:58 am
- Location: Munich, Germany
Re: How do I program this in "Score"?
well then it would be :
140+limit(cn,-3,3)+limit(tn,-3,3)+is(ta=0)*2
70+limit(cn,-3,3)+limit(tn,-3,3)+is(ta=0)*2
10+limit(cn,-3,3)+limit(tn,-3,3)+is(ta=0)*2
@sann0638: from the looks of it, not per default, but you can generate templates for txt files (e.g. a .csv format) and import those to excel
Cheers
Oventa
140+limit(cn,-3,3)+limit(tn,-3,3)+is(ta=0)*2
70+limit(cn,-3,3)+limit(tn,-3,3)+is(ta=0)*2
10+limit(cn,-3,3)+limit(tn,-3,3)+is(ta=0)*2
@sann0638: from the looks of it, not per default, but you can generate templates for txt files (e.g. a .csv format) and import those to excel
Cheers
Oventa
Reason: ''