Moving an Event/Object via another Event?

● ARCHIVED · READ-ONLY
Started by MrButternuss 5 posts View original ↗
  1. Hi, im MrButternuss. And im pretty new to RPG Maker.
    Now i have a little problem. I want to make the "Statue" move a tiny bit when the Player steps on the Event
    marked with the red Circle.

    This is primarely about how to trigger the Event with the first Event.
    I suppose it has something to do with swiches?

    Also it would be nice to know how to move a Event/Object by just some pixels.
    But i have no clue how to do this :/

    Thank you in advance ^^

    Unbenannt.PNG
  2. When you create a move route within an event, you can choose to move the player or any event. So I would simply have the floor tile event have a move route command in it, where you tell it to move the statue event down 1 tile.
  3. Play around with this script: Fine Tuning and you will get what you want. It's pretty simple to use xD
  4. dsiver144 said:
    Play around with this script: Fine Tuning and you will get what you want. It's pretty simple to use xD
    Thank you ^^ Messed around with it a little bit and it seems promising ^^
  5. However, I think it much better to learn how to do this with basic eventing, which is all you need in this instance. If you pull out a script to do stuff like this you will never have full mastery of the engine. You might like to play through this interactive tutorial on the Event Command Menu.