X-Git-Url: https://jxself.org/git/?p=ibg.git;a=blobdiff_plain;f=appendices%2Fc.rst;fp=appendices%2Fc.rst;h=bbd896db84cd3019eb384e5aae164282b7d78e47;hp=b3277c28ad53f54357841328a4b7aeb5edba25b9;hb=4381288eeb792adb3672ef747013c02815fa760a;hpb=4261ff48a6357e2af0957f5e1b88bdc022243d16 diff --git a/appendices/c.rst b/appendices/c.rst index b3277c2..bbd896d 100644 --- a/appendices/c.rst +++ b/appendices/c.rst @@ -93,6 +93,10 @@ you do, though, you'll get this:: ** The room "(street)" has no "description" property ** > +.. Generated by autoindex +.. index:: + pair: description; library property + Whoops! We've fallen foul of Inform's rule saying that every room must have a :prop:`description` property, to be displayed by the interpreter when you enter that room. Our ``street`` stub hasn't got a :prop:`description`, @@ -133,6 +137,10 @@ description is sufficient (and less trouble):: > +.. Generated by autoindex +.. index:: + pair: name; library property + You'll notice a couple of interesting points. Because we didn't supply external names with our ``street`` , ``bow`` and ``quiver`` stubs, the compiler has provided some for us -- ``(street)`` , ``(bow)`` and