From 7a542633e54dcd4c2e34611c627f4323adef4ed5 Mon Sep 17 00:00:00 2001 From: "Jason S. Ninneman" Date: Sun, 16 Jul 2017 12:14:23 -0700 Subject: [PATCH] Discuss specials: in the adventure.yaml comments. --- adventure.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/adventure.yaml b/adventure.yaml index 0b7bccd..4e2da1e 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -9,10 +9,15 @@ # motions: Motion words, grouped into synonyms. The 'oldstyle' # attribute, if false, means that single-letter synonyms should be # accepted in oldstyle mode; it defaults to true. - +# # actions: Action words, grouped into synonyms, and their corresponding # default messages. The 'oldstyle' attribute is as for motions. # +# specials: Special action words, grouped into synonyms, and their +# messages. These differ from the regular action words above in that +# they only display their corresponding message; no other logic is +# invoked. In the future, these will be merged into the regular actions. +# # hints: Each item contains a hint number, a hint label (used to # generate the value macro for the hint) the number of turns he # must be at the right loc(s) before triggering the hint, the -- 2.31.1