I've been comparing Bass-Drivers script against mine, and the obvious thing that jumps out, is that for some reason, i've converted
<?php
$Var["value"],"Spec_DScore_DScore_"
?>
to
<?php
$Var["value"],"Spec_DScore_"
?>
Not sure why. Maybe to shorten description when I was trying to work things out. ?
This affects lines 36,51,79,99,100,101.
101 seems to be duplicate of 100. As does 95 seem duplicate of 94.
These value changes will effect the last sub for closing things as I've made changes under IF THEN, where the proper "Spec_DScore_DScore_" is used, but under ELSE "Spec_DScore_" is used.
Something I should have noticed years back.
I'll change the code i use back to original and if i'm online when someone else is, then I can try watch / record what happens.
My current layout has some turns where you are guaranteed to collect drift points, even though you're only going for a time.