X-Git-Url: https://jxself.org/git/?p=ibg.git;a=blobdiff_plain;f=chapters%2F09.rst;h=24b04dc7e5d6ccfccc5e698d88731f3eae33034a;hp=797b3436b533b066377636df421cd10973132ae9;hb=95b5702817b987123d71d432f81eeb0c7101b59c;hpb=d102cdffefa7d68901d9f6e7d564656270bd0280 diff --git a/chapters/09.rst b/chapters/09.rst index 797b343..24b04dc 100644 --- a/chapters/09.rst +++ b/chapters/09.rst @@ -6,21 +6,18 @@ .. epigraph:: - | *Q was a queen, who wore a silk slip;* - | *R was a robber, and wanted a whip.* + | |CENTER| *Q was a queen, who wore a silk slip;* + | |CENTER| *R was a robber, and wanted a whip.* .. only:: html .. image:: /images/picQ.png :align: left -.. raw:: latex - - \dropcap{q} - -uite a few objects still remain undefined, so we'll talk about them first. -Then, we'll explain how to make additions to Inform's standard repertoire -of verbs, and how to define the actions which those verbs trigger. +|Q|\uite a few objects still remain undefined, so we'll talk about them +first. Then, we'll explain how to make additions to Inform's standard +repertoire of verbs, and how to define the actions which those verbs +trigger. The marketplace =============== @@ -234,7 +231,7 @@ Return value is important Return value doesn't matter For full details on which library property values can be embedded routines, and which return values are significant, see :ref:`object-props` and -Appendix §A2 of the *Inform Designer's Manual*. +:dm4:`Appendix §A2 ` of the |DM4|. Return to the marketplace ========================= @@ -496,8 +493,8 @@ blessing; it means that many of the actions which players might attempt are already catered for, either by the interpreter doing something useful, or by explaining why it's unable to. Nevertheless, most games find the need to define additional actions, and "William Tell" is no exception. We'll be -adding four actions of our own: ``Untie``, ``Salute`` (see page 113), -``FireAt`` (see page 115) and ``Talk`` (see page 116). +adding four actions of our own: ``Untie``, ``Salute``, ``FireAt`` and +``Talk``. .. rubric:: Untie