RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Triggers for events: A question I have

Started by clakes707, April 19, 2007, 12:13:18 AM

0 Members and 1 Guest are viewing this topic.

clakes707

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)

modern algebra

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.