RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Game Freezes When Jumping

Started by Mochah, July 06, 2010, 11:58:17 PM

0 Members and 1 Guest are viewing this topic.

Mochah

EDIT: Whenever the character hits a dead end, or something too wide to jump over, the game freezes.

Is there a way to fix this?

The code I used is:

<>Key Input Proc: [0002: jump]
<>Move Event: Hero, Begin Jump, Forward, Forward, End Jump

And I assigned the Jump key to "shift".

Taylor

Add Phasing Mode ON and Phasing Mode OFF to the start and end of your Move Event respectively. I'm certain that the jumping state is supposed to have the same effect, but it rarely has for me.