Check how far the player is from event tile?

● ARCHIVED · READ-ONLY
Started by AaronTrip 4 posts View original ↗
  1. I am trying to make a sort of invisible maze on a map in MV. what I want is for the maze path to reveal itself as the player gets closer to the tiles, maybe 3-4 tiles away. How would I get the tiles on the map to check the distance from the player then change it's own event image from nothing to a path?
  2. You'll need a plugin for that, luckily Mog Hunter has one.
  3. .... that or a lil bit of craftiness. But doing it with variable will cost you up to 4 variables.
    If it's me, I'm gonna use parallel process and script call for convenience purpose.

    event.PNG

    Work wonders.
  4. Thanks guys! Two great options!