The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: clakes707 on April 19, 2007, 12:13:18 AM

Title: Triggers for events: A question I have
Post by: clakes707 on April 19, 2007, 12:13:18 AM
How would I make it so that an event is only executed if the player presses the control button? I want it so that when he does this, he gets on his horse( The horse will not be availabe all of the time)
Title: Re: Triggers for events: A question I have
Post by: modern algebra on April 19, 2007, 12:17:46 AM
You can't use CTRL, but if you aren't too attached to that specific button, you can use other keys like S, A, Q, W, etc... by setting a parallel process common event which has in it a conditional branch conditioned on a button. Each button corresponds to a key, and you can find out which key by pressing F1 in test play, on the third page.