Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: blaze1289 on May 19, 2008, 08:11:36 PM
-
I set an event on the edge of a 2-block thick river for the hero to jump over the river to the other side if the space bar is pressed. But when I test it, the hero doesn't jump, and I can't move him anymore. The Move Event I put on the event is "Start Jump, Right, Right, Right, End Jump". I put the same event on the other side to go the other way.
Anyone know what's wrong?
-
Might just be rm2k3 being temperamental. Try putting 'Phasing mode ON' at the beginning and 'Phasing mode OFF' at the end.
-
I found the problem. I miscounted the blocks and put too few, so the hero was jumping into the water. I fixed it, and it works now. Thanks anyway!