#################################################################
# Actions to do on splits. You can override in track/car section
# If more actions, separate them with '|'. If different action by split time, separame by ':'
# Possible variables to use:
#	{SplitTime} - Split time
#	{Nickname} - Nickname of driver
#	{Username} - Nickname of driver
# FORMAT OF FILE
# Split1Action = Global split1 sub to call in config file
# Split2Action = Global split2 sub to call in config file
# Split3Action = Global split3 sub to call in config file
# LapTimeAction = TRI_lap_0:TRI_lap_1
# track=shortTrackName
#	len=length of track in km
#	car=shortCarName
#		Split1=XX.XX.XX:XX.XX.XX:...  ( one or more split, less is first and so on )
#		Split1Action= sub to call in config file (for first value of split1, override global action)(one or more action seprated by ':' ):sub to call in config file( for 2nd value of split1 )
#		...
#	car=...
#track=...
#	len...
#	car...
#		split...
#
# minimun are track and length of track
#################################################################
Split1Action = TRI_split1_0:TRI_split1_1
Split2Action = TRI_split2_0:TRI_split2_1
Split3Action = TRI_split3_0:TRI_split3_1
LapTimeAction = TRI_lap_0:TRI_lap_1