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.

Conditional Branch: If 'button' is being pressed?

Started by Ecut, April 05, 2010, 01:46:00 AM

0 Members and 1 Guest are viewing this topic.

Ecut

I am trying to use this typing of conditional branch for my skit events in my game but none of the keys I set it to work but if I randomly bash n the keyboard it works.
For example:
I set the conditional branch to if 'Z' button is being pressed, I then test it and press the 'Z' key and nothing happens, I press every individual key on the keyboard and nothing happens, I randomly bash all of the keys and it works.

Has anyone else had this problem? This kinda makes it hard to do skit events in my game they way I want without scripting...
[Spoiler="My Project"]
Project topic:


Project blog:

[/spoiler]
[spoiler="I Support"]

[/spoiler]

modern algebra

It refers to buttons (like on a controller), not necessarily to that key on the keyboard. Each button is assigned a key on the keyboard, however not all keys are available. By default, Button L is the 'Q' key. Button R is the 'W' key, etc... To see the current setup and to change it around, you can press F2 during test play.

Ecut

[Spoiler="My Project"]
Project topic:


Project blog:

[/spoiler]
[spoiler="I Support"]

[/spoiler]

YarsRevenge

I've been messing around with that key imput thing for a good while tonight withought any luck.
Thanks for explaining that  :)