Stop movement over tile

● ARCHIVED · READ-ONLY
Started by JStrauton 4 posts View original ↗
  1. 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?
  2. Just use 4-directional passage settings on the tile. You don't need a script for that.
  3. Shaz said:
    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.

    Can't figure out what kind of setup he or she wants to make though.
  4. 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.