PreRacePresentation // Pre-race Presentation script { CinematicEvent { Type = SPIN_ZOOM Probability = 1.00 Time = +0.0 Iterations = 1 Wait = YES } CinematicEvent { Type = CAMERA_SELECT // EventID = // Optional Event identifier that allows us to modify or stop event in the future. Probability = 1.00 // Probability (0.0 - 1.0) that this event will happen. Time = +0.0 // Iterations = 1 // Perform this event exactly 1 time(s) Wait = NO Camera = // Select the player's default camera. } CinematicEvent { Type = SCRIPT_END Probability = 1.00 Time = +1.5 Iterations = 1 } } // End of PreRacePresentation