Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Memorized Combination of Actions
« previous
next »
Print
Pages: [
1
]
Author
Topic: Memorized Combination of Actions (Read 1483 times)
aboutasoandthis
Exemplar
Posts: 1,915
Talking sucks.
Memorized Combination of Actions
«
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.
Logged
My pokemon bring all the nerds to the yard, and they're like you wanna trade cards? Darn right, I wanna trade cards, I could trade this, but not my charizard.
Meiscool-2
Sage
Posts: 7,030
If you support n00bs, you support communism.
(No subject)
«
Reply #1 on:
September 30, 2007, 02:32:23 AM »
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.
Logged
Most Recent:
________________________
Old Stuff:
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Memorized Combination of Actions