RPG Developer Bakin

RPG Developer Bakin

蓮 ゲミ 19 May, 2023 @ 7:11am
command event question
Can I have an motion after typing a command?(within 2 seconds)
eg: Key up>left>down>right >>> heroes get dizzy(not effect)
< >
Showing 1-4 of 4 comments
sylardean 19 May, 2023 @ 12:21pm 
If you mean sometihng as long the lines of like street fighter or mortal kombat key press input for actions then yes, that's possible.
蓮 ゲミ 19 May, 2023 @ 10:14pm 
Originally posted by sylardean:
If you mean sometihng as long the lines of like street fighter or mortal kombat key press input for actions then yes, that's possible.
I want to make a move similar to Hadouken
sylardean 20 May, 2023 @ 4:55am 
Originally posted by 蓮 ゲミ:
Originally posted by sylardean:
If you mean sometihng as long the lines of like street fighter or mortal kombat key press input for actions then yes, that's possible.
I want to make a move similar to Hadouken

Yeah so that's 100% possible, you'll need to map the keys first to variables, then do a Common Event (set to auto sync and repeat) variable check that the keys are pressed in that order of key presses then on the YES path then show the hadouken animation if not then no animation is shown.. OR something along those lines, that's pure guessing mind you but it seems like that's how you'd set it up. Though I am unsure if you can map diagonal directions, you'd have to look into that yourself further.. if not then you'd be looking at doing it more like the 'Mortal Kombat' type of way.
蓮 ゲミ 20 May, 2023 @ 1:20pm 
Originally posted by sylardean:
Originally posted by 蓮 ゲミ:
I want to make a move similar to Hadouken

Yeah so that's 100% possible, you'll need to map the keys first to variables, then do a Common Event (set to auto sync and repeat) variable check that the keys are pressed in that order of key presses then on the YES path then show the hadouken animation if not then no animation is shown.. OR something along those lines, that's pure guessing mind you but it seems like that's how you'd set it up. Though I am unsure if you can map diagonal directions, you'd have to look into that yourself further.. if not then you'd be looking at doing it more like the 'Mortal Kombat' type of way.
My English is poor, it may take a long time to understand...(thx~)
I still don't fully understand the variable system.
I will keep on studying....and translating.
variable check is check variable box?
Last edited by 蓮 ゲミ; 20 May, 2023 @ 1:21pm
< >
Showing 1-4 of 4 comments
Per page: 1530 50