Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Zexion on December 31, 2012, 06:49:37 pm

Title: How to check if the tile is passible?
Post by: Zexion on December 31, 2012, 06:49:37 pm
How would I check, via a script call, if the tile that the player is facing is passible?
Title: Re: How to check if the tile is passible?
Post by: KK20 on December 31, 2012, 07:14:30 pm
$game_player.passable?(x,y,d)

Or, in your case,
$game_player.passable?($game_player.x,$game_player.y,$game_player.direction)


Maybe because you spelled passable as passible :V: