Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Squall-Leon81 on September 30, 2007, 10:04:34 AM
-
Well I'd like to know a thing about an event I want realize.
The problem is this:I've three stones that I'd like push to stop the wind that blow off from some fissure in a wall.
If the main character pass through the street without pushing the stones is blocked frome the wind,otherwise if the stone has pushed to block the fissure in the wall he can pass.
How can I make this event?
Thanks
-
The only way I can think is to make a conditional branch and make two variables for X and Y for each of the rocks. Then set the conditional branch to if any of the rocks are at 4 X and 3 Y, 7 X and 3 Y, or 10 X and 3 Y, that the wind infront of the rock stops.
Long story short, without knowing about using variables as X and Y, to my knowledge it's pretty difficult/impossible.
-
Ah I remember trying to do an event like this (If I'm thinking of the same thing), check the tutorial section there's a tutorial (I believe it's listed in the stickies) on how to do something simular to this step by step. Read over it several times if you have to. I believe it'll give you the answer you're looking for. Look for the tutorial on Variables.