Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Rayonius on March 05, 2007, 11:56:23 PM

Title: Vehicle speed
Post by: Rayonius on March 05, 2007, 11:56:23 PM
Is there a way to change the speed of the skiff, boat, and aircraft?
Title:
Post by: Archem on March 06, 2007, 12:16:52 AM
Yeah, try a move event that decreases the hero speed. I haven't had to bother with this stuff in a while, so I may be wrong about this...
Title:
Post by: Daetyrnis on March 06, 2007, 12:57:59 AM
Use a Move Event command, and for the target select the desired vehicle (Airship, Ship, Skiff) to change it's speed.
Title:
Post by: Rayonius on March 06, 2007, 01:36:39 AM
Ahhh, thank you, I didn't see that option.
Title:
Post by: Archem on March 06, 2007, 02:33:48 AM
Quote
Originally posted by Daetyrnis
Use a Move Event command, and for the target select the desired vehicle (Airship, Ship, Skiff) to change it's speed.

Oh right, right... I forgot about that.