Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: ToothpasteBruva on Thu 10/03/2016 05:48:28

Title: Best way for player to enter a car
Post by: ToothpasteBruva on Thu 10/03/2016 05:48:28
Hi,
This is just a quick one. What's the best way to have the player get into a car and drive it. Initially I tried changing the player character to a car character when it's clicked, but the issue is I can't do anything in game when this happens. I suppose the other alternative is just to change the player's view to a car view, but the only issue is if the player exits the vehicle, it will disappear. Do I need a hidden car in every room where the player can exit the car, or should I try get the car character working?
Cheers
Title: Re: Best way for player to enter a car
Post by: Snarky on Thu 10/03/2016 07:59:25
Make a separate character for the car.
Title: Re: Best way for player to enter a car
Post by: ToothpasteBruva on Sat 19/03/2016 01:07:48
Thanks Snarky,
I'll try that direction.