Does anyone know how to write a script that would stop a player from moving once they enter a tile but allow them to return the way they came from?
Stop movement over tile
● ARCHIVED · READ-ONLY
-
-
Just use 4-directional passage settings on the tile. You don't need a script for that.
-
Not quite sure but I got the impression the OP was talking about allowing the player to step on the tile from any direction but the player would then be forced to go back the direction they came from to get off of it.Just use 4-directional passage settings on the tile. You don't need a script for that.
Can't figure out what kind of setup he or she wants to make though. -
Oh, in that case it'd simply be an event set to Player Touch and Below Characters with a Set Move Route (Player) 1 Step Backwards command.