Hello, trying to mod the gauge cluster i added trip mileage so now there is total mileage (the part that says 0003 in green) and trip mileage (the part that says 2.6km in red). The total mileage should work like normal (it should save the distance that the car has travelled and only reset if you hit CTRL+R), but i want to make the trip mileage reset when the car is reset by only by hitting R. How can i do that? I know i have to get the information from the backend (the game engine) and make my javascript listen to that and update the trip value. I know a little bit of coding but i used chat gpt very heavily for that so go easy on me please