diff --git a/Package/Documentation/Introduction/Setup.md b/Package/Documentation/Introduction/Setup.md index 1f50c0f1..2cb17a2f 100644 --- a/Package/Documentation/Introduction/Setup.md +++ b/Package/Documentation/Introduction/Setup.md @@ -363,7 +363,7 @@ namespace CrashKonijn.Docs.GettingStarted.Behaviours // This only applies sto the code demo if (this.provider.AgentTypeBehaviour == null) - this.provider.AgentType = this.goap.GetAgentType("DemoAgent"); + this.provider.AgentType = this.goap.GetAgentType("ScriptDemoAgent"); } private void Start() @@ -460,4 +460,4 @@ namespace CrashKonijn.Docs.GettingStarted.Actions When playing the scene the agent will now wait for a while before moving to a new position! -![Second idle run](../images/getting_started/second_idle_run.gif) \ No newline at end of file +![Second idle run](../images/getting_started/second_idle_run.gif)