[RMMZ] HOW CAN I EVENT TO WALK STAIRS DOWN DIAGONAL ?
Posts
Pages:
1
Sample Picture
Like Title says, I want to make it possible for my Character to walk stairs up or down Diagonal, how can I event that or are there any Terrain or Region tag plugins for that ?
Like Title says, I want to make it possible for my Character to walk stairs up or down Diagonal, how can I event that or are there any Terrain or Region tag plugins for that ?
Two ways. Both easy.
Event set to player touch and beneath player.
In the event, havre a move command set to automatically move the player.
Move the player diagonally down the steps.
Set another event at the bottom to do the same thing coming back up.
Second way, make it a narrow staircase. Make sure it's passable on the diagonal. Have an 8 directional movement plugin.
Event set to player touch and beneath player.
In the event, havre a move command set to automatically move the player.
Move the player diagonally down the steps.
Set another event at the bottom to do the same thing coming back up.
Second way, make it a narrow staircase. Make sure it's passable on the diagonal. Have an 8 directional movement plugin.
author=pianotm
Two ways. Both easy.
Event set to player touch and beneath player.
In the event, havre a move command set to automatically move the player.
Move the player diagonally down the steps.
Set another event at the bottom to do the same thing coming back up.
Second way, make it a narrow staircase. Make sure it's passable on the diagonal. Have an 8 directional movement plugin.
I was thinking of that too, but what if the stairs are longer ? Of course I could just event it so that he moves from end to end, but I rather dont wanna do that, I want the player to be able to stay on the stairs if he Chose to do so. It should feel more natural.
Hmm...
This is something of a thought experiment. I've never actually tried this.
Common event set to parallel process with a switch:
If right or left button is pressed. Move to the right or left diagonally.
On screen event:
If on stairs, turn on common event switch. If off stairs, turn off common event switch.
This is something of a thought experiment. I've never actually tried this.
Common event set to parallel process with a switch:
If right or left button is pressed. Move to the right or left diagonally.
On screen event:
If on stairs, turn on common event switch. If off stairs, turn off common event switch.
author=pianotm
Hmm...
This is something of a thought experiment. I've never actually tried this.
Common event set to parallel process with a switch:
If right or left button is pressed. Move to the right or left diagonally.
On screen event:
If on stairs, turn on common event switch. If off stairs, turn off common event switch.
Thats it thx a bunch :)
Pages:
1













