Well, I have this script.
0407: store_coords_to 3@ 4@ 5@ from_car 0@ with_offset 1.5 20.0 0.0
0407: store_coords_to 6@ 7@ 8@ from_car 0@ with_offset -1.5 0.0 0.0
053E: 9@ = get_random_car_with_model -1 in_rectangle_cornerA 3@ 4@ cornerB 6@ 7@
I want to get 9@'s car name, like Admiral, Clover, etc and then store that name in a text file. How can I get the car's name?
0407: store_coords_to 3@ 4@ 5@ from_car 0@ with_offset 1.5 20.0 0.0
0407: store_coords_to 6@ 7@ 8@ from_car 0@ with_offset -1.5 0.0 0.0
053E: 9@ = get_random_car_with_model -1 in_rectangle_cornerA 3@ 4@ cornerB 6@ 7@
I want to get 9@'s car name, like Admiral, Clover, etc and then store that name in a text file. How can I get the car's name?