How can I fix this error?
Syntax error in cfg file: '<' needed at line #306 in funtion 'OnLapperStart' script aborted
Here is the section it's referring to:
                
                    
            Syntax error in cfg file: '<' needed at line #306 in funtion 'OnLapperStart' script aborted
Here is the section it's referring to:
#==================================#
#Event triggered when lapper starts#
#==================================#
Event OnLapperStart()
    GlobalVar $drift_on_off;
    $drift_on_off = "off";
    PlayerVar $driftmaster_left = "1"; #t to move scoreboard right, then increase this number (max 160)
    PlayerVar $driftmaster_down = "124"; to move scoreboard up or down, increase or decrease this number
EndEvent