The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: TeaBag on April 07, 2007, 12:46:53 AM

Title: Button Input Processing
Post by: TeaBag on April 07, 2007, 12:46:53 AM
I'm converting some common events from 2k3 to xp.  All was fun and dandy until I got to I got to the damned Button Input Processing.  This is the first time I've seen XP having LESS options than 2k and 2k3... 
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg69.imageshack.us%2Fimg69%2F184%2Fbuttonxp8.png&hash=116d6cf9fb7d1217da686d759c7726a33262b72b) (http://imageshack.us)

the whole point is this common event is supposed to start up when the space bar is hit... any way around that?
Title: Re: Button Input Processing
Post by: modern algebra on April 07, 2007, 12:58:54 AM
You just put it under a conditional branch which activates on button C. In  XP, Button Input Processing stores the key you press as a variable, but it doesn't have any advanced options and, IMO, is kind of useless since you can just do it directly from a con. branch.