I have had a look through the documentation I have - and can't find what I'm looking for.
This part:
$DriftDatabase = "./DriftPB";
$MinimumDriftSpeed = 30; # Minimum speed in km/h to maintain. Driving below that speed will reset score
$MinimumDriftAngle = 15; # Minimum angle to maintain. When angle is below value, score is reset
$MaximumDriftAngle = 210; # Maximum angle to maintain. When angle is above value, score is reset
Is there somrthing in Lapper that allows me to perform an action on drift score reset - perhaps something like OnDriftScoreReset: