- Joined
- Jan 29, 2017
- Messages
- 14
- Reaction score
- 3
- First Language
- Tagalog
- Primarily Uses
- RMMV
Hello, I'm trying to make a short plugin that just prevent the player on walking on tiles with a set region(say region 1). I am aware there are quite a few of region plugins that are amazing and does what I want to do. But I'm just trying to make a little plugin specifically only to the player.
I'm confused on what following properties should I use to make the player not walk to the tile.
I'm confused on what following properties should I use to make the player not walk to the tile.
- $gamePlayer.setThrough();
- $gamePlayer.moveByInput();
- $gamePlayer.canMove();
- $gamePlayer.canPass();
- $gamePlayer.isCollided();
- $gameMap.isValid();
- $gameMap.passable();

