|
2 | 2 | © Bruce Wilcox, [email protected] www.brilligunderstanding.com< br>
|
3 | 3 | <br>Revision 5/7/2017 cs7.42
|
4 | 4 |
|
5 |
| -* [Review](ChatScript-Advanced-User-Manual.html#review-overview-of-how-cs-works) |
6 |
| -* [Advanced Concepts](ChatScript-Advanced-User-Manual.html#advanced-concepts) |
7 |
| -* [Advanced Topics](ChatScript-Advanced-User-Manual.html#advanced-topics) |
8 |
| -* [Advanced Patterns](ChatScript-Advanced-User-Manual.html#advanced-patterns) |
9 |
| -* [Advanced Output](ChatScript-Advanced-User-Manual.html#advanced-output) |
10 |
| -* [Advanced Variables](ChatScript-Advanced-User-Manual.html#advanced-variables) |
11 |
| -* [Out of Band Communication](ChatScript-Advanced-User-Manual.html#out-of-band-communication) |
12 |
| -* [System callback functions](ChatScript-Advanced-User-Manual.html#system-callback-functions) |
13 |
| -* [Advanced :build](ChatScript-Advanced-User-Manual.html#advanced-build) |
14 |
| -* [Editing Non-topic Files](ChatScript-Advanced-User-Manual.html#editing-non-topic-files) |
15 |
| -* [Common Script Idioms](ChatScript-Advanced-User-Manual.html#common-script-idioms) |
16 |
| -* [Esoterica and Fine Detail](ChatScript-Advanced-User-Manual.html#esoterica-and-fine-detail) |
17 |
| -* [Self-Reflection](ChatScript-Advanced-User-Manual.html#self-reflection) |
18 |
| -* [A Fresh build](ChatScript-Advanced-User-Manual.html#a-fresh-build) |
19 |
| -* [Updating CS versions Easily](ChatScript-Advanced-User-Manual.html#updating-cs-versions-easily) |
20 |
| -* [The Dictionary](ChatScript-Advanced-User-Manual.html#the-dictionary) |
| 5 | +* [Review](ChatScript-Advanced-User-Manual.md#review-overview-of-how-cs-works) |
| 6 | +* [Advanced Concepts](ChatScript-Advanced-User-Manual.md#advanced-concepts) |
| 7 | +* [Advanced Topics](ChatScript-Advanced-User-Manual.md#advanced-topics) |
| 8 | +* [Advanced Patterns](ChatScript-Advanced-User-Manual.md#advanced-patterns) |
| 9 | +* [Advanced Output](ChatScript-Advanced-User-Manual.md#advanced-output) |
| 10 | +* [Advanced Variables](ChatScript-Advanced-User-Manual.md#advanced-variables) |
| 11 | +* [Out of Band Communication](ChatScript-Advanced-User-Manual.md#out-of-band-communication) |
| 12 | +* [System callback functions](ChatScript-Advanced-User-Manual.md#system-callback-functions) |
| 13 | +* [Advanced :build](ChatScript-Advanced-User-Manual.md#advanced-build) |
| 14 | +* [Editing Non-topic Files](ChatScript-Advanced-User-Manual.md#editing-non-topic-files) |
| 15 | +* [Common Script Idioms](ChatScript-Advanced-User-Manual.md#common-script-idioms) |
| 16 | +* [Esoterica and Fine Detail](ChatScript-Advanced-User-Manual.md#esoterica-and-fine-detail) |
| 17 | +* [Self-Reflection](ChatScript-Advanced-User-Manual.md#self-reflection) |
| 18 | +* [A Fresh build](ChatScript-Advanced-User-Manual.md#a-fresh-build) |
| 19 | +* [Updating CS versions Easily](ChatScript-Advanced-User-Manual.md#updating-cs-versions-easily) |
| 20 | +* [The Dictionary](ChatScript-Advanced-User-Manual.md#the-dictionary) |
21 | 21 |
|
22 | 22 |
|
23 | 23 | # Review: Overview of how CS works
|
@@ -374,7 +374,7 @@ The flags and their meanings are:
|
374 | 374 | |`nosamples` | should not perform any sample tests on this topic in `:verify`
|
375 | 375 | |`nokeys` | should not perform any keyword tests on this topic in `:verify`
|
376 | 376 | |`more` | normally if you try to redeclare a concept, you get an error. `more` tells CS you intend to extend the concept and allows additional keywords.
|
377 |
| -|`bot=name` | if this is given, only named bots are allowed to use this topic. See [ChatScript Multiple Bots](ChatScript-Multiple-Bots.html) manual. |
| 377 | +|`bot=name` | if this is given, only named bots are allowed to use this topic. See [ChatScript Multiple Bots](ChatScript-Multiple-Bots.md) manual. |
378 | 378 |
|
379 | 379 |
|
380 | 380 | ## Rules that erase and repeat
|
@@ -1620,7 +1620,7 @@ early termination effects.
|
1620 | 1620 | # System Functions
|
1621 | 1621 |
|
1622 | 1622 | There are many system functions to perform specific tasks. These are enumerated in the
|
1623 |
| -[ChatScript System Functions Manual](ChatScript-System-Functions-Manual.html) and the [ChatScript Fact Manual](ChatScript-Fact-Manual.html). |
| 1623 | +[ChatScript System Functions Manual](ChatScript-System-Functions-Manual.md) and the [ChatScript Fact Manual](ChatScript-Fact-Manual.md). |
1624 | 1624 |
|
1625 | 1625 |
|
1626 | 1626 | ## Randomized Output Revisited `[ ]`
|
@@ -1753,7 +1753,7 @@ then you need to evaluate it another time.
|
1753 | 1753 |
|
1754 | 1754 | Equivalently `^gambit(^$$tmp1)` is legal.
|
1755 | 1755 |
|
1756 |
| -See also Indirect Pattern Elements in [ChatScript Pattern Redux](ChatScript-Pattern-Redux.html) manual. |
| 1756 | +See also Indirect Pattern Elements in [ChatScript Pattern Redux](ChatScript-Pattern-Redux.md) manual. |
1757 | 1757 |
|
1758 | 1758 |
|
1759 | 1759 | ## Bot variables
|
@@ -2094,7 +2094,7 @@ $tmp = ##first
|
2094 | 2094 |
|
2095 | 2095 | ## Defining private Queries
|
2096 | 2096 |
|
2097 |
| -see [ChatScript Fact Manual](ChatScript-Fact-Manual.html). |
| 2097 | +see [ChatScript Fact Manual](ChatScript-Fact-Manual.md). |
2098 | 2098 |
|
2099 | 2099 |
|
2100 | 2100 | ## Documenting variables, functions, factsets, and match variables
|
@@ -2685,5 +2685,5 @@ them when you run CS.
|
2685 | 2685 |
|
2686 | 2686 | ---
|
2687 | 2687 |
|
2688 |
| -[[Wiki home](/WIKI/README.html)] - [[Basic User Manual](ChatScript-Basic-User-Manual.html)] |
| 2688 | +[[Wiki home](/WIKI/README.md)] - [[Basic User Manual](ChatScript-Basic-User-Manual.md)] |
2689 | 2689 |
|
0 commit comments