Cutscene

Cutscene functions.

Function
Returns
Description

Start(name: string, full: bool)

null

Starts cutscene with name. If full is true, will enter cinematic mode. Otherwise will only show dialogue while still allowing gameplay.

ShowDialogue(icon: string, title: string, content: string)

null

Show dialogue screen with given icon, title, and content. Available icons are the same as profile icon names.

ShowDialogueForTime(icon: string, title: string, content: string, time: float)

null

Show dialogue screen and automatically hide after time seconds.

HideDialogue()

null

Hides the dialogue screen.

For more detailed cutscenes, you can use the Camera class to control the camera.

Last updated