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)