This is just free AI. So it may have errors. But the bulk of the model setup is done. It's just test and tune after entering all that into the radio.
I am sure AI could actually spit out a file with all that in a model you can just put on a micro sd and load into the Tx easy peasy.
This is all kinda taking the easy way out by using AI, but it is actually the fastest way to learn how to create exactly what you want to do, as opposed to using someone else's model setup and having to try to understand their logic to make your changes.
So after all that we can move onto the really fun stuff. LUA scripts. For this setup, I would probably want to completely redo the user interface on the main screen. As soon as this model is selected, the LUA script creates sections on the screen to display the 3 drive modes with relevant info, along with various other things like telemetry info.
Burnout mode could display the timer showing time left for the burnout, motor/ESC temp, and if you were an electronic wizard, you could get the motor load with load sensor, and create a "traction curve" based on load to show you when your tires are ready to go. Heck, you could have the motor stop when it reaches a specific losd instead of using a timer
The center section could simply say driving mode 2 and display a staging symbol. Part of that could be split off for a steering sensitivity setting, controlled by one of the knobs by the steering wheel. There could also be a telemitry display showing motor and esc temps here. Stall the other guy til your temps come back down. Toss a couple nuts on the ground - "hey, those yours"?
Some other things:
The three stage launch window could display some more telemetry. With the combination of RPM telemetry from the ESC or external RPM sensor, and an ELRS receiver equipped with a BMI270 chip to measure accelleration, you could calculate wheelspin at the various stages pretty accurately and display it on-screen. Or hell, even have your throttle automaticcally adjust to wheelspin. You could also calculate MPH all the way down the track and log the run.
The EdgeTx firmware literally gives you the ability to take nearly any crazy idea in your head and make it happen.