diff --git a/src/app/App.tsx b/src/app/App.tsx index 9fe68f50..3ec7e5eb 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -9191,25 +9191,11 @@ export function App({ store, initialStatusMessage }: AppProps) { ) : link.action.type === "startDialogue" ? (
- +
+ Legacy direct dialogue links are no longer authored here. + Move this behavior into a sequence and use a Make NPC Talk + effect instead. +
) : link.action.type === "runSequence" ? ( (() => {