12-26-2013, 05:42 AM
When you go into 'Conditional Branch' in the events editor, look at the list of stuff in the 4th tab. The last item on the list is 'Script'. There, you can script a condition, such as " Input.dir4 == 2" You don't need an if in this case.
So, it will look like:
You wouldn't need the first 'Button Input Processing' command then.
So, it will look like:
Code:
@>Conditional Branch: Script: Input.dir4 == 2
@>Set Move Route: Player
: :$>Move Lower Left
@>
: Else
@>Conditional Branch: Script: Input.dir4 == 4
@>Set Move Route: Player
: :$>Move Lower Left