custom metrics for darts
-
ok, so here’s something interesting. I’ve found that, like other users, I’m having problems with box score not populating. There was mention of this being due to them being named the same, which can be an issue with darts stats. I’d worked out where metrics were populating from, event results calls from player performance and so does box score, but box score was all reading 0 after inputting random data. tried a little AI coding on meta-box-event-performance lines 413 onwards, to no avail. I imported demo data and used those players to create an event, inputted random results, still nothing in box scores.
Absolutely no idea why it isnt working.
I’m also trying to create and pull custom metrics from the event results for darts, namely a players best leg and highest checkout, which shouldnt be hard, its literally just picking a min or max value from the event results. A player statistic allows for a number to be a total or an average so why not a min or max value?
SO any ideas on why box score isnt populating ? and is it possible to add that min/max option into the code somewhere instead of it doing a total/sum?
- You must be logged in to reply to this topic.