I never understood why racing events were made, racing games were easily made with VCE.But I think he wants to know how to use Treynold's.
How to useGeneral Instructions (IMPORTANT):[/li][/list]You must be in a minigame for any of the racing events to workInstructions on starting a race:1) Wrench any brick2) Add any input event you'd like3) Find the output event "StartRace" under the "Minigame" target selection4) Set the parameter in StartRace to the number of finishers you'd like the finish line to wait for. (For example, if you want for there to be a third place but not a fourth place set the number to 3)5) Set the number of laps that have to be completed. If you want players to do three laps, set this to three. If you want zero laps, use zero.Instructions on setting up a finish line:1) Choose one (or more) bricks to be your finish line2) Set any input you'd like. If you have zone events, it's recommended to use onVehicleEnterZone3) Set the target to be a player. If you are using onVehicleEnterZone or something similar, the target must be "Driver (Player)".4) Have the output as "FinishRace"NEW: Instructions on using incLap1) Do the same thing as above, except instead of FinishRace set the output event to incLapInstructions on ending a race:1) Set any input2) Find the "EndRace" output event under the "Minigame" targetInstructions on using "onRaceEnd":1) Find any brick that's part of the minigame, and set the input event to "onRaceEnd"2) Select either "Self", "Minigame", or "Named Brick" as a target
I guess you can always look at the topic.I'll do a little looking around for you and see if I can help.EDIT:Found this for you in the topic.I get how it works, so if you need me to explain further, I can and I can give examples.