- Joined
- May 15, 2020
- Messages
- 2
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
So i am looking for a way to change the vehicle sprite when boarding and getting off a vehicle.
I have a boat image as the standard boat vehicle. I also have another image of the character standing on the boat.
Using a common event i can change the boat image using
Switch: 0001 Vehicle Change
If: Boat is driven
Change vehicle Image : Boat, $! Boat With Player(0)
Control Switches: #0001 Vehicle Change = OFF
This changes the sprite to my character on the boat when riding, but i want to be able to revert back to the normal boat image when getting off the vehicle. I think this is a very roundabout way of doing it, when i'm sure there must be a simple solution out there using either a script or plugin?
Can this be done? Is there a script or anything i need to be able to achieve this?
Your help will be much appreciated
DaveyHuman
I have a boat image as the standard boat vehicle. I also have another image of the character standing on the boat.
Using a common event i can change the boat image using
Switch: 0001 Vehicle Change
If: Boat is driven
Change vehicle Image : Boat, $! Boat With Player(0)
Control Switches: #0001 Vehicle Change = OFF
This changes the sprite to my character on the boat when riding, but i want to be able to revert back to the normal boat image when getting off the vehicle. I think this is a very roundabout way of doing it, when i'm sure there must be a simple solution out there using either a script or plugin?
Can this be done? Is there a script or anything i need to be able to achieve this?
Your help will be much appreciated
DaveyHuman

