I am messing around with the default top down shooter multiplayer example that comes with Construct 2. I've given the peer or player sprite a scrollTo behaviour, and unfortunately it works it applies for the host as well as all the peers on every system. What I mean is, instead of scrolling to YOUR specific character that YOU control, it centres the screen around ALL the characters with the ScrollTo behaviour. Any way to make the behaviour local, or something of the sort?