So here's a question. I've got a visual effect that is supposed to always be set to the player's x,y location. Normally this works just fine. But when using the advanced camera plugin, if I have a camera zone larger than my display size, then the visual effect progresively gets further and further away from me, the farther I get from 0,0 coordinates. If I use 2 camera zones that are the size of my display and next to each other, the effect stays with the player fine in the first zone, but when switching to the next, the effect jumps to the screen coordinates my character was when the zone changed. For example, if I switch zones going left to right, the effect will be on me at the right edge of screen one, but when the zone changes, the effect will be on the right of screen two, whereas the character will be on the left edge. What am I missing here?