This script allows you to set the camera to follow a particular character on the map using script calls. By default, the camera follows the player.

Download
Get it at Hime Works
Installation
Place this script below Materials and above Main
Usage
To set the camera's target, make a script call in an event or a move route
set_camera_target(char_id)If char_id = -1, then it is the playerIf char_id = 0, then it is the current event
if char_id > 0, then it is the specified event

Download
Get it at Hime Works
Installation
Place this script below Materials and above Main
Usage
To set the camera's target, make a script call in an event or a move route
set_camera_target(char_id)If char_id = -1, then it is the playerIf char_id = 0, then it is the current event
if char_id > 0, then it is the specified event
Last edited by a moderator:
