Hi all, having bizzare issue with the 'Get Location Info' command whiel trying to make a sokoban minigame.
Here's the event, the idea is that the player can push a crate which will then check to see which tile it's on (I've tried this with both Tile IDs and region numbers, using tile IDs here because it's a better illustration).
Here's the 'Get Location Info' settings:
And here's
the result:
Note that while the coordinates of the event are clearly returning correctly, the variable 'current tile' remains the same number throughout.
Appreciative of any advice people can offer about fixing this, I've been flummoxed on it for a while.
EDIT
So I've done the classic thing of turning off plugins one-by-one to see if any of them are the cause and I think I found one:
For some reason deactivating
Eli_SelfVariablessolved the problem.
Absolutely no idea why D: