Help putting stuff before you enter a car.

● ARCHIVED · READ-ONLY
Started by The Prince of Sarcasm 3 posts View original ↗
  1. ok, so I am using a script that changes the boat into a car. What I want is to be able to put event commands before you enter the vehicle, but the enterexit vehicle command doesn't work. Does anybody know how to put event commands on a vehicle starting position?
  2. Use a "dummy" event with the correct graphic, that will do what you want, then move the real vehicle to the same spot while hiding the dummy event.


    You'll then have to do something to monitor where the player leaves the vehicle so you can save the coordinates, hide the real vehicle, move the dummy vehicle there and keep it there (a parallel process with Set Event Location for the dummy vehicle followed by Erase Event would do the trick there, but you've still got to save the map number, x and y coordinates when you get off the vehicle).
  3. i am still kind of new to this could you maybee simplify a bit, and give a screenshot or two? Thanks