Skip to navigation

Revs on the BBC Micro

Extra tracks: trackLapTimeMin

Name: trackLapTimeMin [Show more] Type: Variable Category: Extra tracks Summary: Lap times for adjusting the race class (minutes) Deep dive: The track data file format The extra tracks data file format The Donington Park track
Context: See this variable in context in the source code References: No direct references to this variable in this source file

If the slowest lap time is a human player, and it's slower than one of these times, then we change the race class to the relevant difficulty.
EQUB 1 \ Set class to Novice if slowest lap time > 1:17 EQUB 1 \ Set class to Amateur if slowest lap time > 1:13 EQUB 0 \ Otherwise set class to Professional