Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WIKI/ChatScript-Multiple-Bots.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ be unique. A conversation between a specific bot and user results in a separate
bot learns the others do not.

If you try to create two bots by having separate folders for each, and merely clone copies of an original folder,
like `~control` and `~inTtroductions` and `~childhood` and you will get an error message when compiling.
like `~control` and `~introductions` and `~childhood` and you will get an error message when compiling.
Likely you would want only one copy of `~control` that both bots used.
And either they should have different topic names for `~introductions` and `~childhood`
OR you must put a bot restriction on things. See below
Expand Down