Try giving a bit of a wait state before your actor moves toward the car. If the car isn't there yet, the game will crash. Coding can be very fickle about timing. I recall having this same problem, and I had to wind up just putting the actor in the car, rather than having them walk to it and enter.
If worse comes worst, mine the game's default script to see how the same kind of coding reads in there.