6. Tools & API

Cinematic Cut-ins provides powerful tools to look "under the hood" of your chat messages and a robust API for programmatic control.

🔍 Cinematic Analysis Tool (Debugger)

Are you trying to set up a specific Dice Check or Keyword Trigger, but it just won't fire? The Cinematic Analysis tool is designed to solve exactly this problem.

How to Use

  1. Locate a Message: Find the chat message (attack roll, item card, etc.) you want to analyze in the Chat Log.
  2. Right-Click: Right-click on the message to open the context menu.
  3. Select Analysis: Click the "Cinematic Analysis" option (Magifying Glass Icon 🔍).

Understanding the Report

A dialog will appear with three sections:

  1. Actor Detection:
  2. Keyword Analysis:
  3. Dice Analysis:

⚡ The Macro API

You can trigger cut-ins programmatically using the module's API. This allows you to integrate cut-ins into macros, script triggers, or other systems like Tile Triggers or Monk's Active Tile Triggers.

Accessing the API

The API is exposed globally at:

game.modules.get("cinematic-cut-ins").api

1. The play(data) Function