Hey,
I'd like to know if there's a syntax for checking an event's x or y coordinate that I can use in a Call Script or Conditional Branch. I don't mean "$game_map.events[ID].x", because I'm using a script that calls an event from a different map. I tried "$game_map.events[self].x" and a few other methods, but none worked. If someone could help determine the exact wording for the code (or tell me if there isn't one and maybe suggest a workaround), that'd be great.
I'd like to know if there's a syntax for checking an event's x or y coordinate that I can use in a Call Script or Conditional Branch. I don't mean "$game_map.events[ID].x", because I'm using a script that calls an event from a different map. I tried "$game_map.events[self].x" and a few other methods, but none worked. If someone could help determine the exact wording for the code (or tell me if there isn't one and maybe suggest a workaround), that'd be great.