Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

passability

  1. CynicSyndrome

    Need Help With Passability Check

    who can help me with this? My goal is a system of checking a tile at $gameVariables.value(x) and $gameVariables.value(y) coordinates, that the player is NOT STANDING NEXT TO, and determine which directions that tile can be entered from and exited from. Seems like no matter what I do I get...
  2. Admiral Crayon

    [Solved]Check passibility

    I am looking for a script call that checks the passibility of the tile I am facing, now I have already found the script call but I cannot figure out the proper way to use it. $game_player.passable?(x, y, direction) I know back in VX Ace I could use this...
Top