The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: 0vonix0 on July 08, 2010, 09:01:52 PM

Title: Sprint event.
Post by: 0vonix0 on July 08, 2010, 09:01:52 PM
Before my laptop had a stroke i had a game with a common event that enabled scripting when you press A. anyone know it?
or even better, anyone know how to do that in script form?
Title: Re: Sprint event.
Post by: Mjustin on July 09, 2010, 04:04:10 PM
Conditional Branch (A button is pressed)
--Set move route: player (change speed to 5)
Else
--Set move route: player (change speed to 4)