I was wondering if there was a simple way to check the tile a player is standing on. I am not talking about X,Y I'm talking about the tileset. Since vx removed the ability to add terrain tags, i need a way to perform an action based on what tile they are standing on... For example:
If the player 'steps' on A-1-1, (Tab, x, y), Play Water1, 10, 100.
If the player 'steps' on A-4-5, $game_player.move_speed = 2 & $game_player.move_frequency = 4
If the player 'steps' on A-1-1, (Tab, x, y), Play Water1, 10, 100.
If the player 'steps' on A-4-5, $game_player.move_speed = 2 & $game_player.move_frequency = 4