- Joined
- May 4, 2017
- Messages
- 57
- Reaction score
- 39
- First Language
- English
- Primarily Uses
- RMMV
Hello folks, I have seen these in the Script Call List:
$game_map.passable?(X, Y, D)
$game_player.passable?(x, y, d)
$game_map.events[event_id].passable?(x, y, d)
But I don't think any of these is what I need. I have been experimenting with these since last night and I think my problem is that I'm not standing next to the tile being checked. 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 "Unexpected end of input."
$game_map.passable?(X, Y, D)
$game_player.passable?(x, y, d)
$game_map.events[event_id].passable?(x, y, d)
But I don't think any of these is what I need. I have been experimenting with these since last night and I think my problem is that I'm not standing next to the tile being checked. 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 "Unexpected end of input."
Last edited:

