i have made a jumping system for my rmxp but i doesent work as i had planed:my character jumps twice
i hope you can help me
here is the common event page i use:
@>conditional branch: the z button is being pressed
@>conditional branch: player facing down
@>set move route:player
: :$>jump:+0+2
: branch end
@>conditional branch: player facing left
@>set move route:player
: :$>jump:-2+0
: branch end
@>conditional branch: player facing right
@>set move route:player
: :$>jump:+2+0
: branch end
@>conditional branch: player facing up
@>set move route:player
: :$>jump:+0-2
: branch end
i hope you understand it (i am bad at spelling) :)
Have you pasted the common event on your maps and set the trigger?
i am not sure what "pasted on the map" is but i have made a trigger
i have a little problem: when i press the jump button the character jumps twice
i dont know if this it at the right place
post the script/event you're using ???
this is the common event page i use:
@>conditional branch: the z button is being pressed
@>conditional branch: player facing down
@>set move route:player
: :$>jump:+0+2
: branch end
@>conditional branch: player facing left
@>set move route:player
: :$>jump:-2+0
: branch end
@>conditional branch: player facing right
@>set move route:player
: :$>jump:+2+0
: branch end
@>conditional branch: player facing up
@>set move route:player
: :$>jump:+0-2
: branch end
One: Try adding a "Wait for Move Completion" to the end of it.
Two: There's no need to post two topics about the same problem.
hehe sorry i thought i hadnt made this allready and made it again
Also, I don't mean to be a downer, but that will give you the jumping solution, but you'll start jumping walls and obstacles that you shouldn't. :x