X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=adventure.yaml;h=cfe51e0ab657210157b1cb3e42c28ed974f43dfd;hb=217f05b28b81549b7a214e6ac7178c578a17ffde;hp=93ff91a9462fb611d2763a5d64c594b44c145720;hpb=3d511d9e66927cd77f2206d372a584fbbae07e38;p=open-adventure.git diff --git a/adventure.yaml b/adventure.yaml index 93ff91a..cfe51e0 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -89,7 +89,7 @@ # the associated state, numbered from zero upwards; it # is also a state label that can be used in travel-rule # 'not' clauses. -# changes: State-change messages to be emitted whenever the obect +# changes: State-change messages to be emitted whenever the object # *changes* to the (0-origin) state that is the index of the # message in this array. # words: The vocabulary word(s) referring to this object. @@ -108,18 +108,9 @@ # Message strings may include certain special character sequences to # denote that the program must provide parameters to insert into a # message when the message is printed. These sequences are: -# %S = The letter 'S' or nothing (if a given value is exactly 1) -# %W = A word (up to 10 characters) -# %L = A word mapped to lower-case letters -# %U = A word mapped to upper-case letters -# %C = A word mapped to lower-case, first letter capitalised -# %T = Several words of text, ending with a word of -1 -# %1 = A 1-digit number -# %2 = A 2-digit number -# ... -# %9 = A 9-digit number -# %B = Variable number of blanks -# %! = The entire message should be suppressed +# %d = an integer +# %s = an ASCII string +# %S = The letter 's' or nothing (if a previous %d value is exactly 1) # %V = substitute program version string motions: !!omap