Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Zerlina on June 19, 2008, 06:06:56 PM

Title: ignore impossible moves
Post by: Zerlina on June 19, 2008, 06:06:56 PM
Does Ignore Impossible Moves not work for anyone else? Or is it just me?

I'm trying to make a part where you push a boulder off a cliff, but the boulder won't move because it thinks it can't move in that spot. I've tried making it above hero. same layer as hero. below hero. I've tried adding events in its path that are above and below hero, and it sitll won't move. I'm not sure if there's something wrong I'm doing, but clicking "Ignore Impossible moves" doesn't work.
Title: Re: ignore impossible moves
Post by: Red Fox on June 19, 2008, 06:17:54 PM
Ignore impossible movement means that the charset won't move if it can't. Like if you put a charset to move up but then theres a rock or something in the way it won't try to move. You will have to use phasing mode if you want it to move over the rock.
Title: Re: ignore impossible moves
Post by: Zerlina on June 19, 2008, 06:19:10 PM
oh wow.

I love you.

This has been driving me crazy all morning. I feel like such a noob.
Title: Re: ignore impossible moves
Post by: Red Fox on June 19, 2008, 06:23:28 PM
It took me about 3 years before I realized it :P