31
Ask a Question / Re: The game doesnt count the laps properly.(Race car game) [TIS]
« on: July 18, 2018, 07:47:30 am »
In the enters region event, you are adding 1 to the LapCount actor value for the last created actor. This should be for the actor that you also check the x-center for like you did in the second if statement. Otherwise every time a car (no matter which one) passes the finish line, the LapCount of the last created car (which I believe is the AI car) will be increased.