maximillion
Rather than using the ScrollTo behaviour, you could use events to scroll to an offset of the players position.
For example,
Global Variable FollowPlayer = "Yes"
System: Compare variable FollowPlayer = "Yes" -> System: Scroll to position (Player.X, Player.Y - WindowHeight/3)