Skip to content

Commit 52b42eb

Browse files
committed
2 parents ba0d159 + b0f4b2b commit 52b42eb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

WIKI/OVERVIEWS-AND-TUTORIALS/ChatScript-Tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Now, in order to build a new chat-script from scratch:
1313
Create a folder called TEST inside the RAWDATA folder. Create an empty file named
1414
`tutorial.top`, and put it inside this TEST folder.
1515

16-
Copy the file `ChatScript/filesharry.txt` that comes with the zip file into a new file
17-
`ChatScript/filesmine.txt`.
16+
Copy the file `RAWDATA/filesHarry.txt` that comes with the zip file into a new file
17+
`RAWDATA/filesmine.txt`.
1818

1919
In `filesmine.txt`, insert a reference to your newly created file and revise the reference to
2020
HARRY. `filesmine.txt` looks like this:
@@ -59,11 +59,11 @@ Where:
5959
* The keyword `t:` defines a sentence to say within a topic (it's called a "gambit", as the bot
6060
says it without waiting for our input).
6161

62-
Put this text in `tutorial.top`. Then, at the client's prompt, type `:build 2`. You should see
62+
Put this text in `tutorial.top`. Then, at the client's prompt, type `:build mine`. You should see
6363
something like this:
6464

6565
```
66-
>:build 2
66+
>:build mine
6767
6868
----Reading file simplecontrol.top
6969
Reading outputmacro: ^harry
@@ -102,7 +102,7 @@ Chatting with this bot results in a dialog such as this:
102102

103103
The bot just says what we told it to say, and then stuck, as it does not have anything else to say.
104104

105-
If you are tired of speaking with the bot, you can exit the client using the `:shutdown` command.
105+
If you are tired of speaking with the bot, you can exit the client using the `:quit` command.
106106

107107
## Saying more (`^keep`, random selection `[]`, `^repeat`)
108108
Let's make our bot a bit more interesting:

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
The MIT License (MIT)
12

23
The MIT License (MIT)
34
Copyright (C) 2011-2016 by Bruce Wilcox
@@ -11,4 +12,3 @@ The above copyright notice and this permission notice shall be included in all c
1112
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1213
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1314
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14-

0 commit comments

Comments
 (0)