Vehicle Question

Is there anyway for a character, to get into a vehicle like a car, then get out without using python? And if there is can someone post a blend or a detailed answer. Answers are much appreciated. Thank-You!!

I was also thinking of this, only my game is medieval and I need to mount a horse…

HERE is my player + vehicle experiment

arrow keys - move player/vehicle
enter - get in/out vehicle

Here’s a technique I used:
http://savefile.com/files/468368

It only uses one simple Python script.

Hope this helps.

dloading martinsh Looks cool :smiley:

Is there anyway to have the character play an action before entering the car like
Step 1: Press “Enter Key”, character plays “mount” 1animation.
Step 2: Press “Enter Key”,replace mesh…

Yeah, but you would need a timer property. The timer would be triggered when you press “INPUT KEY”. If you like, I could try and work out something.

Thanks alot mate, I really appreciate it :slight_smile: