From 318344b9721d3153a5b83e7d8099e893c4fc9c24 Mon Sep 17 00:00:00 2001 From: Marten Mrfc <101009922+Marten-Mrfc@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:57:18 +0200 Subject: [PATCH] [Docs] Added adapter warning --- .../docs/docs/03-creating-stories/04-entity-adapter/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/docs/docs/03-creating-stories/04-entity-adapter/index.mdx b/documentation/docs/docs/03-creating-stories/04-entity-adapter/index.mdx index 4878df1dec..8765010c83 100644 --- a/documentation/docs/docs/03-creating-stories/04-entity-adapter/index.mdx +++ b/documentation/docs/docs/03-creating-stories/04-entity-adapter/index.mdx @@ -7,6 +7,10 @@ import Image from "@site/src/components/Image"; import EntrySearch from "@site/src/components/EntrySearch"; # Entities & NPC's +:::danger[Entity-Adapter] +You must have installed the Entity-Adapter before starting this tutorial. +::: + Any good storytelling requires other characters to be present in the world. Typewriter has its own entity adapter that allows you to create and control entities like NPCs.