Like the title says, I need a script call to zoom into the players x, y location. I'm using this for map transfers since I want that zoom effect before you enter a door. The script call I've been using is this;
$gameScreen.startZoom(x, y, zoom, duration);
The problem for me is with the "x" and "y" values. Even if I enter the x and y of the door the camera seems to zoom in, slightly on the side, and I don't want to manually write in the x and y for each door event anyway. If I can make the script call just zoom into the player (party leader) that could easily be copy pasted though.
I'm aware that there probably is plugins that can do this, but I'd prefer to use a script call if possible.
[EDIT; Might as well ask for another script call as well while I'm at it. I'm also looking for a script call to play an animation on a party follower. I thought that this should do the trick;
$game_player.followers[0].animation_id = 1;
But for for some reason it didn't.]
Anyone?
$gameScreen.startZoom(x, y, zoom, duration);
The problem for me is with the "x" and "y" values. Even if I enter the x and y of the door the camera seems to zoom in, slightly on the side, and I don't want to manually write in the x and y for each door event anyway. If I can make the script call just zoom into the player (party leader) that could easily be copy pasted though.
I'm aware that there probably is plugins that can do this, but I'd prefer to use a script call if possible.
[EDIT; Might as well ask for another script call as well while I'm at it. I'm also looking for a script call to play an animation on a party follower. I thought that this should do the trick;
$game_player.followers[0].animation_id = 1;
But for for some reason it didn't.]
Anyone?


