Hello,

We have a Game Master mod and we want to add a camera movement (kinda like a cinematic) using StartCameraSpline.
https://docs.larian.game/Osiris/API/StartCameraSpline

This is an Osiris call that we use in a Story Editor script.
In the INIT section, we wrote:
Code
StartCameraSpline(CameraSpline_000_a277cb26-f3b5-4e8a-9790-ad1a86c30e46, NULL, 3, 1, 1, 0)
When building the script we get an error:
Code
syntax error: "}" unexpected

Does anyone know what we are doing wrong?

In addition, we will be trying to use this script in a Game Master mod (on item use). Would that be possible?

If not, is there a way to add such camera movements in a Game Master mod?

Thank you.