Hi guys : )
I'm trying to make a jump system on RPG maker XP.. I've managed to do a lot so far
But I'm a bit stuck as to how to fix this one problem
Basicly what I've made is a common event, where if you press Q, the player jumps forward 2 squares. Heres my event:
Now I had a problem where it would crash if you ordered him to jump to somewhere he couldn't. I fixed that by ticking the 'ignore if can't move' in each of the move things...
But that raised a new problem where my animation would still play.. even when he doesn't jump. How can I fix this?
I have a feeling it might involve a script of some sort (which I have very little experience with). Can anyone help?
I'm trying to make a jump system on RPG maker XP.. I've managed to do a lot so far
But I'm a bit stuck as to how to fix this one problem
Basicly what I've made is a common event, where if you press Q, the player jumps forward 2 squares. Heres my event:
Code:
[img]http://i307.photobucket.com/albums/nn310/TheSpoonFtw/CommonEvent1-2.jpg[/img]
But that raised a new problem where my animation would still play.. even when he doesn't jump. How can I fix this?
I have a feeling it might involve a script of some sort (which I have very little experience with). Can anyone help?