HOW DO I SET A VEHICLE AS AN EVENT?
Posts
Pages:
1
I need to be able to store a vehicle's X and Y co-ords (as a variable) for a puzzle.
But I can't figure out how to make a variable for it's co-ords, because it is not showing up as an event.
Could someone please tell me how to make the ship an event/ store its coordinates?
But I can't figure out how to make a variable for it's co-ords, because it is not showing up as an event.
Could someone please tell me how to make the ship an event/ store its coordinates?
Couldn't you just use the move vehicle location command? Or do you specifically need to use an event for it?
He's using VX if that makes any difference.
I still need help... If anyone knows what to do.
I tried creating a "Vehicle" event, but to no avail.
I tried creating a "Vehicle" event, but to no avail.
You have to use scripting.
$game_map.boat, $game_map.ship, etc are all the vehicle objects.
$game_map.boat, $game_map.ship, etc are all the vehicle objects.
Pages:
1














