diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 42e28cf8..d51b3427 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -2992,6 +2992,14 @@ export class RuntimeHost { case "controlEffect": this.applyControlEffect(effect.effect, null); return; + case "makeNpcTalk": + this.openRuntimeNpcDialogue(effect.npcEntityId, effect.dialogueId, { + kind: "direct", + sourceEntityId, + linkId: null, + trigger: null + }); + return; case "startDialogue": this.openRuntimeDialogue(effect.dialogueId, { kind: "direct",