Godot_cutscene_system icon indicating copy to clipboard operation
Godot_cutscene_system copied to clipboard

Scriptable cutscene system

Godot_cutscene_system

Scriptable cutscene system.
Allows easy procedural cutscene creation.
Extendable pattern functions.
All you need is Cutscene Singleton in Autoload folder. It contains Pattern class that's used for scripting cutscenes.
Project itself contain simple example how you can use triggers and inside it has example how to use Pattern scripting.