Add 'startDialogue' case to getInteractionActionLabel

This commit is contained in:
2026-04-14 19:58:26 +02:00
parent 47324a43f6
commit b953340cd6

View File

@@ -1248,6 +1248,8 @@ function getInteractionActionLabel(link: InteractionLink): string {
return "Play Sound";
case "stopSound":
return "Stop Sound";
case "startDialogue":
return "Start Dialogue";
case "control":
return "Control Effect";
}