Help - Search - Members - Calendar
Full Version: Simplest Event Pushing - RPG Maker
RPG RPG Revolution Forums > Scripting > Event Emporium > Eventing Tutorials
Spytech75
This is the easiest way to have your character be able to push any event around a map and it works flawlessly.

First, Check "Direction Fix" in Event Options and uncheck "Move Animation"

Second, Put these commands into the event you want to move.

CODE
@>Conditional Branch: Player is facing up
@>Set Move Route: This event
: :$>1 Step Forward
@>
: Else
@>
: Branch End
@>Conditional Branch: Player is facing down
@>Set Move Route: This event
: :$>1 Step Backward
@>
: Else
@>
: Branch End
@>Conditional Branch: Player is facing left
@>Set Move Route: This event
: :$> Move Left
@>
: Else
@>
: Branch End
@>Conditional Branch: Player is facing right
@>Set Move Route: This event
: :$> Move Right
@>
: Else
@>
: Branch End


And thats it, simple as that!

Also, thanks to mrcrisper for helping me figure this out.
obsorber
Got an easier method. Why don't you just set it that when you press enter on the
event, that the event moves away from hero. That is even faster. Obviously you will
need put direction fix but it works just as well, maybe better even... thumbsup.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.