- Joined
- Jul 24, 2013
- Messages
- 3
- Reaction score
- 0
- First Language
- English
- Primarily Uses
Hi all,
This is my first post and I've only had rpg maker for a few days so please forgive any lack of knowledge on my part.
I have created a common event that is running as a parallel process, it checks if the user is pressing the z button and if they are enables the characters ability to glide over chasms.
I already have the glide event working, all I need is help triggering it properly.
I want this ability to require that the user be moving at the time the z button is pressed. If they are standing still then nothing will happen. If they are moving in any direction then they will glide forward for 5 blocks in the direction they were traveling. This is why I can't have the event trigger on player touch at the chasms edge, I need it to be usable anywhere.
It would be even nicer if I could pick up if they were sprinting or not to make the glide go farther but that is not really required just now.
If this can only be done with scripting I'll need some help implementing it. I am a php/java developer but I have never coded in ruby before so it is currently unfamiliar to me.
Any help you guys can offer would be great, thanks
This is my first post and I've only had rpg maker for a few days so please forgive any lack of knowledge on my part.
I have created a common event that is running as a parallel process, it checks if the user is pressing the z button and if they are enables the characters ability to glide over chasms.
I already have the glide event working, all I need is help triggering it properly.
I want this ability to require that the user be moving at the time the z button is pressed. If they are standing still then nothing will happen. If they are moving in any direction then they will glide forward for 5 blocks in the direction they were traveling. This is why I can't have the event trigger on player touch at the chasms edge, I need it to be usable anywhere.
It would be even nicer if I could pick up if they were sprinting or not to make the glide go farther but that is not really required just now.
If this can only be done with scripting I'll need some help implementing it. I am a php/java developer but I have never coded in ruby before so it is currently unfamiliar to me.
Any help you guys can offer would be great, thanks

