Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: aboutasoandthis on September 29, 2007, 07:46:22 PM
-
I used to have this system for memorizing numbers, and "layering" them in a sequence, but I forgot how to do it in RM2k3.
If you don't know what I'm talking about, I mean like Blitz styled button combos, memorized item lists, the order of a deck of cards, etc.
What I'm looking for in particular is a system like this for an ABS. This way, I could easily set up button combos for new attacks and actions. Like, you double-tap left and you will do a dodge-roll in that direction, or you press enter really fast 3 times for a 3-hit-combo.
I used to know the proper name for this, and how to do this. It's driving me crazy! Does anyone know what I'm talking about? I need this for the community project Shady Ultima and I are working on.
-
It's pretty simple...
You're talking about key inputs, right? You just need X amount of key inputs with 'wait till pressed' checked, and then you need a varible after the first one to see how long it takes for it to be pressed again. If the varible is say... less than .3 seconds, then whatever happens. If not, then the action ends.