Open all errors

Errors

6M62 Patches by Friends of I7Version 2/220105
Changelog
ni In Volume intfiction.org/t/46906 in the extension 6M62 Patches by Friends Of
I7:


You wrote 'Include (- [ Relation_ShowOtoO relation sym x [...] j2);
print "^"; } } } ]; -) instead of "Show One to One" in "Relations.i6t"' 6m62
patches by friends of i7: but this syntax was withdrawn in April 2022, in
favour of a more finely controlled inclusion command. See the manual, but
you can probably get what you want using 'replacing "SomeFunctionName".'
rather than 'instead of ...'.
In Volume https://intfiction.org/t/53835/4 in the extension 6M62 Patches by
Friends Of I7:


You wrote 'Include (- Array Flex_Heap -> MEMORY_HEAP_SIZ [...] ; ! allow
room for head-free-block -) instead of "The Heap" in "Flex.i6t"' 6m62
patches by friends of i7: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ HeapInitialise n bsize blk2; [...]
blk2-->BLK_PREV = Flex_Heap; ]; -) instead of "Initialisation" in
"Flex.i6t"' (Friends of I7/6M62 Patches.i7x, line 163):
again, this syntax was withdrawn in April 2022.
Adventure Book by Edward GriffithsVersion 1/140513
"A system for creating Choose Your Own Adventure style programs, with advanced features."
i6 Inform 6.36 for Linux (24th January 2022)
In: 1 source code files 98236 syntactic lines
84646 textual lines 2490306 characters (ISO 8859-1 Latin1)
Allocated:
9501 symbols 2694712 bytes of memory
Out: Glulx story file 1.220517 (679.5K long):
26 classes 51 objects
232 global vars 86324 variable/array space
106 verbs 337 dictionary entries
197 grammar lines (version 2) 265 grammar tokens (unlimited)
116 actions 40 attributes (maximum 56)
39 common props (maximum 253) 27 individual props (unlimited)
117410 characters used in text 95180 bytes compressed (rate 0.810)
0 abbreviations (maximum 64) 3439 routines (unlimited)
84894 instructions of code 47600 sequence points
114176 bytes writable memory used 581376 bytes read-only memory used
695552 bytes used in machine 1073046272 bytes free in machine
File "auto.inf"; Line 66221 # Error: No such constant as "rulebook_var_creators"
Compiled with 1 error and 3599 suppressed warnings
Completed in 0.105 seconds
"Allows us to write rules that happen after an action fails, such as 'After not examining or searching something'"
ni

You wrote 'Include (- -) instead of "Begin Action" in "Actions.i6t"' (Ron Newcomb/After Not Doing Something.i7x, line 29):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
This extension replaces the Inform 6 lighting code with an Inform 7 version. In essence, it replaces the condition "object has light" in the Inform 6 templates with a call to an Inform 7 rulebook. If you don't want the overhead for a particular object, you can declare it to be "not specially lighted".
ni

You wrote 'Include (- [ IsLightSource obj; if (~~GetEit [...] return
(obj hasnt enterable); ]; -) instead of "Light Measurement" in "Light.i6t"'
alternate lighting system by daniel
stelzer: but this syntax was
withdrawn in April 2022, in favour of a more finely controlled inclusion
command. See the manual, but you can probably get what you want using
'replacing "SomeFunctionName".' rather than 'instead of ...'.
Alternative Startup Rules by Dannii WillisVersion 1/140516(for Glulx only)
"Refactors the Startup Rules so that it can be more easily altered"
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
rng_seed_at_start_of_play
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Armed by David RatliffVersion 3/140513
"This is just a (no longer) little extension to handle weapons and fighting."
ni

In the line 'say "[The person asked] [thrust] the [t [...] health of the
target])[line break]"' (David Ratliff/Armed.i7x, line 287),
I was expecting that 'scream out' would be something to 'say', but it
didn't look like any form of 'say' that I know. So I tried to read 'scream
out' as a value of some kind (because it's legal to say values), but
couldn't make sense of it that way either. Sometimes this happens because
punctuation has gone wrong - for instance, if you've omitted a semicolon or
full stop at the end of the 'say' phrase.
"Fixes for two small bugs with indefinite articles."
ni

You wrote 'Include (- Global short_name_case; Global sup [...] return;
print (PSN__) obj; ]; -) instead of "Object Names II" in "Printing.i6t"' article bug fix by daniel
stelzer: but this syntax was withdrawn in
April 2022, in favour of a more finely controlled inclusion command. See
the manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
Automap by Mark TilfordVersion 4/140513
"An extension to automatically draw a map."
ni

My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'ClearMap': 'for' header with too few clauses".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'Automap_dump': 'for' header with too few clauses".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'Automap_link_dump': 'for' header with too few clauses".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.
Automap IT by Leonardo BoselliVersion 4/140823
"Translation in italian of Version 4/140513 of Automap by Mark Tilford. An extension to automatically draw a map."
ni

My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'ClearMap': 'for' header with too few clauses".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'Automap_dump': 'for' header with too few clauses".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'Automap_link_dump': 'for' header with too few clauses".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.
Basic Hyperlinks by Emily ShortVersion 3/140513(for Glulx only)
"Allows the author to set hyperlinks in the main window and give instructions about what is to result from performing them."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s): SetLink
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Basic Real Time by Sarah MorayatiVersion 2/140513(for Glulx only)
"Allows the author to incorporate Glulx real time events into an Inform 7 project."
ni In Section 2 - Save/Restore in the extension Basic Real Time by Sarah Morayati:


You wrote 'Include (- ! This is the SAVE_THE_GAME_R rou [...]
VE_THE_GAME_RM('A'); new_line; ]; -) instead of "Save The Game Rule" in
"Glulx.i6t"' basic real
time by sarah morayati: but this syntax was withdrawn in April 2022, in favour
of a more finely controlled inclusion command. See the manual, but you can
probably get what you want using 'replacing "SomeFunctionName".' rather
than 'instead of ...'.
Benchmarking by Dannii WillisVersion 2/210914(for Glulx only)
"A general purpose benchmarking test framework that produces statistically significant results. Version 2 works with 6M62."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
rng_seed_at_start_of_play, P_ref_number, P_scale_method, P_position,
P_minimum_size, P_measurement, P_border_hint, P_type, P_rock_number,
GetEitherOrProperty, P_g_present
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Better Flex by Dannii WillisVersion 1/190924(for Glulx only)
"Better performance for the Flex/Block value systems using Glulx's native malloc features"
ni In Chapter - Replacing the Flex system in the extension Better Flex by Dannii
Willis:


You wrote 'Include (- Constant BLK_HEADER_N = 0; Constan [...] nt
BLK_DATA_OFFSET = 4 * WORDSIZE; -) instead of "Blocks" in "Flex.i6t"' better
flex by dannii willis: but this syntax was withdrawn in April 2022, in favour
of a more finely controlled inclusion command. See the manual, but you can
probably get what you want using 'replacing "SomeFunctionName".' rather
than 'instead of ...'.


You wrote 'Include (- -) instead of "The Heap" in "Flex.i6t"' better
flex by dannii willis: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ HeapInitialise; ]; -) instead of
"Initialisation" in "Flex.i6t"' better
flex by dannii willis: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- -) instead of "Net Free Space" in "Flex.i6t"' better
flex by dannii willis: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ HeapDebug; print "With the B [...] he heap is
managed by the VM."; ]; -) instead of "Make Space" in "Flex.i6t"' better
flex by dannii willis: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ FlexAllocate size kov flags [...] GTH =
fullsize; return block; ]; -) instead of "Block Allocation" in "Flex.i6t"' better
flex by dannii willis: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- -) instead of "Merging" in "Flex.i6t"' better
flex by dannii willis: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- -) instead of "Recutting" in "Flex.i6t"' better
flex by dannii willis: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ FlexFree block; if ( block == 0 [...]
VM_FreeMemory( block ); } ]; -) instead of "Deallocation" in "Flex.i6t"' better
flex by dannii willis: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ BFFlexResize block newsize f [...] k ); } return
newblock; ]; -) instead of "Resizing" in "Flex.i6t"' better
flex by dannii willis: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ FlexSize block; ! Size of an ind [...]
->BLK_LENGTH - BLK_DATA_OFFSET; ]; -) instead of "Block Size" in
"Flex.i6t"' (Dannii Willis/Better Flex.i7x, line 100):
again, this syntax was withdrawn in April 2022.


You wrote 'Include (- -) instead of "Debugging Routines" in "Flex.i6t"' better
flex by dannii willis: again, this syntax was withdrawn in April 2022.
In Chapter - Replacing the Block Values system in the extension Better Flex by
Dannii Willis:


You wrote 'Include (- [ BlkValueLBCapacity bv long_bloc [...] v-->0 =
new_long_block; rtrue; ]; -) instead of "Long Block Capacity" in
"BlockValues.i6t"' (Dannii Willis/Better Flex.i7x, line 118):
again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ BlkValueRead from pos do_not_ind [...] ge: ",
pos, " in ", to, " ***"; ]; -) instead of "Long Block Array Access" in
"BlockValues.i6t"' (Dannii Willis/Better Flex.i7x, line 150):
again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ BlkValueSeekZeroEntry from long [...] m_addr ) /
4; } return -1; ]; -) instead of "First Zero Entry" in "BlockValues.i6t"' better
flex by dannii willis: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ BlkValueMassCopyEntries to_bv fr [...]
_bytes_left - min; } } ]; -) instead of "Mass Copy Entries" in
"BlockValues.i6t"' (Dannii Willis/Better Flex.i7x, line 254):
again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ BlkValueMassCopyFromArray to_bv [...] y_size,
no_entries_to_copy); } ]; -) instead of "Mass Copy From Array" in
"BlockValues.i6t"' (Dannii Willis/Better Flex.i7x, line 323):
again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ BlkValueFree bv kovs d; if (bv [...] exFree( bv
- BLK_DATA_OFFSET ); ]; -) instead of "Freeing" in "BlockValues.i6t"' better
flex by dannii willis: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ BlkDebugAddress addr flag d; if [...] int
(BlkPrintHexadecimal) addr; ]; -) instead of "Printing Memory Addresses" in
"BlockValues.i6t"' (Dannii Willis/Better Flex.i7x, line 375):
again, this syntax was withdrawn in April 2022.
Char by Zed LopezVersion 1
Example: * Char
ni In Part 32-bit chars on glulx in the extension Char by Zed Lopez:


You wrote 'Include (- #ifdef UTF_32; Constant TEXT_TY_S [...]
codeData.i6t} {-segment:Char.i6t} -) instead of "Character Set" in
"Text.i6t"' (Zed Lopez/Char.i7x, line 11): but this
syntax was withdrawn in April 2022, in favour of a more finely controlled
inclusion command. See the manual, but you can probably get what you want
using 'replacing "SomeFunctionName".' rather than 'instead of ...'.
"Provides a complex system for customzing the printed descriptions of characters wearing or carrying lots of stuff, similar to the room description system in Standard Rules. Requires Large Game Speedup by Nathanael Nerode."
ni In Chapter - Improved WriteListFrom in the extension Large Game Speedup by
Nathanael Nerode:


You wrote 'Include (- ! ==== ==== ==== ==== ==== ==== == [...] pull
c_style; @pull c_iterator; ]; -) instead of "WriteListFrom" in
"ListWriter.i6t"' large game speedup by nathanael
nerode: but this syntax was withdrawn in
April 2022, in favour of a more finely controlled inclusion command. See
the manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
Checkpoints by Peter OrmeVersion 1/150130
"A method of using assertions stored in a table to verify your game works as expected."
ni

In 'Table of Checkpoints' checkpoints by peter
orme, the column name 'topic' is not allowed to
have a clarifying kind in brackets after it. Just say 'topic' and leave it
at that.


In row 1 of the table 'Table of Checkpoints' checkpoints by peter
orme, the entry '--' checkpoints by peter
orme won't fit, because its row is already full.
(This entry would be in column 3 and the table has only 2.)


In 'Table of Checkpoint Scripts' checkpoints by peter
orme, the column name 'topic' is not allowed to
have a clarifying kind in brackets after it. Just say 'topic' and leave it
at that.


In row 1 of the table 'Table of Checkpoint Scripts' checkpoints by peter
orme, the entry '--' checkpoints by peter
orme won't fit, because its row is already full.
(This entry would be in column 3 and the table has only 2.)
"A simple fix to preserve casing when the player's command is altered."
ni

You wrote 'Include (- [ SetPlayersCommand from_txt i len [...]
Y_Untransmute(from_txt, p, cp); ]; -) instead of "Setting the Player's
Command" in "Text.i6t"' command casing by daniel
stelzer: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
Command Preloading by Daniel Stelzer(for Glulx only)
"A simple way to preload input onto the command line before the player begins to type."
ni

You wrote 'Include (- [ VM_KeyChar win nostat done res [...] "^";
#endif; ! ECHO_COMMANDS ]; -) instead of "Keyboard Input" in "Glulx.i6t"' command preloading by daniel
stelzer: but this syntax was withdrawn in
April 2022, in favour of a more finely controlled inclusion command. See
the manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
"Creates a situation without a command prompt where the player may simply press space or enter to WAIT. But if the player instead begins to type a command, the command prompt will then appear."
ni In Book 1 - The Command Prompt on Cue extension, Chapter 4 - handy for
debugging - in the extension Command Prompt On Cue by Ron Newcomb:


You wrote 'Rule for printing a parser error when the latest parser error
is not a verb I recognise error and command prompt on cue is true (this is
the command prompt on cue debugging rule)' (Ron Newcomb/Command Prompt on Cue.i7x, line 88):
but I don't understand the 'when/while' clause, which should name
activities or conditions.
"Support for creating 'unit tests' that run a series of commands and make assertions about the output of some of them."
ni

My low-level reader of source code reported a mistake - "Inform 6 array
declaration using operator '+' (use brackets '(' ... ')' around the size
for a calculated array size)". Low-level material written in Inform 6
syntax occurs either in kits or in matter written inside 'Include (- ...
-)' in source text, either in the main source or in an extension used by
it.
Common Commands Sidebar by Alice GroveVersion 2/161024(for Glulx only)
"Displays a list of common parser commands in a sidebar as a reference for novice players. Includes actions to turn the sidebar off and on. Story author can tailor the command list and the appearance of the sidebar, or just plug and play. For version 6L or 6M of Inform 7."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
rng_seed_at_start_of_play, P_ref_number, P_scale_method, P_position,
P_minimum_size, P_measurement, P_border_hint, P_type, P_rock_number,
GetEitherOrProperty, P_g_present, winType_Graphics
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
"Responds to attempts to interact with unimplemented clothing, body parts, or generic surroundings. Requires Smarter Parser by Aaron Reed."
ni In Chapter - The Rules, Section - Nothing Entered Advanced Version in the
extension Smarter Parser by Aaron Reed:


You wrote 'Include (- [ Keyboard a_buffer a_table nw i [...] continue; }
return nw; } ]; -) instead of "Reading the Command" in "Parser.i6t"' smarter parser by aaron
reed: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
"Report parsing errors to the player when ordering other characters to do things. Inform 7 normally redirects these errors to 'answer <topic>' so that the character can respond to arbitrary statements. But in an story with compliant characters who the player orders around routinely, that is frustrating to a player who has made a typo; this helps out the player. Requires Parser Error Number Bugfix and version 4 of Neutral Standard Responses. Tested with Inform 6M62."
ni In Volume - Player Description, Chapter 1 - Without Gender Options in the
extension Neutral Standard Responses by Nathanael Nerode:


In the sentence 'Section SR1/11 - People (in place of Section SR1/11 -
People in Standard Rules by Graham Nelson)' neutral standard responses by nathanael
nerode, it looks as if you
intend to replace a section of source text from the extension 'Standard
Rules by Graham Nelson', but that extension does not seem to have any
heading called 'Section SR1/11 - People'. (The version I loaded was 6.)
Consolidated Multiple Actions by John ClemensVersion 3(for Glulx only)
"An extension to consolidate action reports when performing an action on multiple objects, such as with 'take all'. Requires Hypothetical Questions by Jesse McGrew. Version 3 updated by Emily Short for 6L38 compatibility."
ni In Section 1 - New generate action rule in the extension Consolidated Multiple
Actions by John Clemens:


You wrote 'Include (- [ GENERATE_ACTION_R i j k l; if [...] kSucceeds();
rtrue; } rfalse; ]; -) instead of "Generate Action Rule" in
"OrderOfPlay.i6t"' (John Clemens/Consolidated Multiple Actions.i7x, line 18):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
Conversation Builder by Chris ConleyVersion 3/170420(for glulx only)
"An interactive question-and-answer system for building conversations."
ni

I can't find the right version of the extension requested by 'Include
version 5 of Threaded Conversation by Chris Conley' conversation builder by chris
conley - I can only find version
8.220120.
"A simple change to the Standard Rules to allow conversation to work without a touchable noun."
ni

In the sentence 'Section - Replacements (in place of Section SR4/6 -
Standard actions concerning other people in Standard Rules by Graham
Nelson)' conversation touchability fix by daniel
stelzer, it looks as if you
intend to replace a section of source text from the extension 'Standard
Rules by Graham Nelson', but that extension does not seem to have any
heading called 'Section SR4/6 - Standard actions concerning other people'.
(The version I loaded was 6.)
"A framework for customizing banner and version output. For 6M62."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s): LibSerial,
NI_BUILD_COUNT, LibRelease
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
"When a player types a standard direction in response to a disambiguation question, assume they meant to go that direction, not answer the question."
ni In Chapter 1 - I6T Hacking in the extension Directional Disambiguation by
Xavid:


You wrote 'Include (- ! XAVID: new function ! We could [...] n [
PARSER_CLARIF_INTERNAL_R; ]; -) instead of "Noun Domain" in "Parser.i6t"' (Xavid/Directional Disambiguation.i7x, line 11):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
Disambiguation Control by Jon IngoldVersion 10/170416
"Allows finer control over the disambiguation process used by Inform to decide what the player was referring to. Less guesswork, more questions asking for more input. Also removes the multiple-object-rejection in favour of asking for more information."
ni In Volume - Backend Stuff, Book - Parser replacements, Chapter - Noun Domain in
the extension Disambiguation Control by Jon Ingold:


You wrote 'Include (- Array printed_text -> 123; [...] ; [
PARSER_CLARIF_INTERNAL_R; ]; -) instead of "Noun Domain" in "Parser.i6t"' (Jon Ingold/Disambiguation Control.i7x, line 648):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
In chapter - adjudicate in the extension Disambiguation Control by Jon Ingold:


You wrote 'Include (- [ BestScore its_score best i; [...] _of_classes =
n; return n; ]; -) instead of "Adjudicate" in "Parser.i6t"' (Jon Ingold/Disambiguation Control.i7x, line 1332):
again, this syntax was withdrawn in April 2022.
In Section - ScoreMatchL in the extension Disambiguation Control by Jon
Ingold:


You wrote 'Include (- Constant SCORE__CHOOSEOBJ = 1000; [...] nts^";
#endif; } } ]; -) instead of "ScoreMatchL" in "Parser.i6t"' (Jon Ingold/Disambiguation Control.i7x, line 1640):
again, this syntax was withdrawn in April 2022.
In Section - Descriptors in the extension Disambiguation Control by Jon
Ingold:


You wrote 'Include (- Global mf; [ Descriptors allow_m [...] indef_type;
@pull indef_mode; ]; -) instead of "Parsing Descriptors" in "Parser.i6t"' (Jon Ingold/Disambiguation Control.i7x, line 1814):
again, this syntax was withdrawn in April 2022.
In Section - Parser Lookaheads should tell Choose Objects to behave
differently in the extension Disambiguation Control by Jon Ingold:


You wrote 'Include (- advance_warning = -1; ind [...] _PE; wn =
verb_wordnum+1; -) instead of "Parser Letter F" in "Parser.i6t"' (Jon Ingold/Disambiguation Control.i7x, line 1900):
again, this syntax was withdrawn in April 2022.
In Section - reset cobj_flags on reparsing (the library should do this anyway,
I think) in the extension Disambiguation Control by Jon Ingold:


You wrote 'Include (- if (held_back_mode == 1) { [...] else
usual_grammar_after = 0; -) instead of "Parser Letter A" in "Parser.i6t"' (Jon Ingold/Disambiguation Control.i7x, line 2029):
again, this syntax was withdrawn in April 2022.
In Volume - the System for Disambiguation, Book - Choose Objects entrypoint,
Chapter - replacing I7's choose objects routine in the extension
Disambiguation Control by Jon Ingold:


You wrote 'Include (- Constant COBJ_BITS_SIZE = (MATC [...] "; #endif; }
! new_line; ]; -) instead of "Choose Objects" in "Parser.i6t"' (Jon Ingold/Disambiguation Control.i7x, line 2203):
again, this syntax was withdrawn in April 2022.
Dynamic Objects by Jesse McGrewVersion 8/140515(for Glulx only)
"Provides the ability to create new objects during game play."
ni In Chapter 2 - Library replacements, Section 1 - Using the dynamic blank bits
in the extension Dynamic Tables by Jesse McGrew:


You wrote 'Include (- [ CheckTableEntryIsBlank tab col r [...]
k_LU->(row%8))) rtrue; rfalse; ]; -) instead of "Testing Blankness" in
"Tables.i6t"' dynamic
tables by jesse mcgrew: but this syntax was withdrawn in April 2022, in
favour of a more finely controlled inclusion command. See the manual, but
you can probably get what you want using 'replacing "SomeFunctionName".'
rather than 'instead of ...'.


You wrote 'Include (- [ ForceTableEntryBlank tab col row [...]
TableEntryIsBlank_LU->(row%8)); ]; -) instead of "Force Entry Blank" in
"Tables.i6t"' dynamic
tables by jesse mcgrew: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ ForceTableEntryNonBlank tab col [...]
leEntryIsNonBlank_LU->(row%8)); ]; -) instead of "Force Entry Non-Blank" in
"Tables.i6t"' dynamic
tables by jesse mcgrew: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ TableSwapBlankBits tab row1 row2 [...]
tryIsNonBlank_LU->(row2%8)); } ]; -) instead of "Swapping Blank Bits" in
"Tables.i6t"' dynamic
tables by jesse mcgrew: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ TableMoveBlankBitsDown tab row1 [...]
tryIsNonBlank_LU->(row2%8)); } ]; -) instead of "Moving Blank Bits Down" in
"Tables.i6t"' dynamic
tables by jesse mcgrew: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ PrintTableName T; switch(T) { { [...] print "**
No such table **"; } ]; -) instead of "Print Table Name" in "Tables.i6t"' dynamic tables by jesse
mcgrew: again, this syntax was withdrawn in
April 2022.
Dynamic Tables by Jesse McGrewVersion 5/140908
"Provides a way to change the capacity of a table during the game."
ni In Chapter 2 - Library replacements, Section 1 - Using the dynamic blank bits
in the extension Dynamic Tables by Jesse McGrew:


You wrote 'Include (- [ CheckTableEntryIsBlank tab col r [...]
k_LU->(row%8))) rtrue; rfalse; ]; -) instead of "Testing Blankness" in
"Tables.i6t"' (Jesse McGrew/Dynamic Tables.i7x, line 450):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.


You wrote 'Include (- [ ForceTableEntryBlank tab col row [...]
TableEntryIsBlank_LU->(row%8)); ]; -) instead of "Force Entry Blank" in
"Tables.i6t"' (Jesse McGrew/Dynamic Tables.i7x, line 465):
again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ ForceTableEntryNonBlank tab col [...]
leEntryIsNonBlank_LU->(row%8)); ]; -) instead of "Force Entry Non-Blank" in
"Tables.i6t"' (Jesse McGrew/Dynamic Tables.i7x, line 481):
again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ TableSwapBlankBits tab row1 row2 [...]
tryIsNonBlank_LU->(row2%8)); } ]; -) instead of "Swapping Blank Bits" in
"Tables.i6t"' (Jesse McGrew/Dynamic Tables.i7x, line 504):
again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ TableMoveBlankBitsDown tab row1 [...]
tryIsNonBlank_LU->(row2%8)); } ]; -) instead of "Moving Blank Bits Down" in
"Tables.i6t"' (Jesse McGrew/Dynamic Tables.i7x, line 532):
again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ PrintTableName T; switch(T) { { [...] print "**
No such table **"; } ]; -) instead of "Print Table Name" in "Tables.i6t"' dynamic tables by jesse
mcgrew: again, this syntax was withdrawn in
April 2022.
"Adds a new hook into the parser, to edit a blank command before analyzing it."
ni

You wrote 'Include (- [ Keyboard a_buffer a_table nw [...] continue; }
return nw; } ]; -) instead of "Reading the Command" in "Parser.i6t"' (Daniel Stelzer/Empty Command Handling.i7x, line 9):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
Expanded Understanding by XavidVersion 4/200323
"Various tweaks to understand additional variations of commands and have cleverer, more specific error messages in common failure cases."
ni In Section 3 - I6T Hacking in the extension Object Matching by Xavid:


You wrote 'Include (- ! This is an actual specified [...] wn =
match_from + match_length; -) instead of "Parse Token Letter D" in
"Parser.i6t"' (Xavid/Object Matching.i7x, line 81):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
"More control over what is printed in a banner, including an easily-included copyright line."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
NI_BUILD_COUNT, LibRelease
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Flexible Windows by Jon IngoldVersion 15/220305(for Glulx only)
"Exposes the Glk windows system so authors can completely control the creation and use of windows"
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
rng_seed_at_start_of_play, P_ref_number, P_scale_method, P_position,
P_minimum_size, P_measurement, P_border_hint, P_type, P_rock_number,
GetEitherOrProperty, P_g_present
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Gender Options by Nathanael NerodeVersion 3/210331
"More broad-minded English language gender/number model where male, female, and neuter are three separate true-false properties. Allows for objects to respond to any specified combination of HE, SHE, IT, and THEY. As fast as the Standard Rules. Tested with Inform 6M62."
ni In Volume 1 - Enhanced Gender and Number Model, Chapter 1 - Replace Standard
Rules Elements Always in the extension Gender Options by Nathanael Nerode:


In the sentence 'Section SR1/11 - People and things with gender (in
place of Section SR1/11 - People in Standard Rules by Graham Nelson)' gender options by nathanael
nerode, it looks as if you intend to replace a
section of source text from the extension 'Standard Rules by Graham
Nelson', but that extension does not seem to have any heading called
'Section SR1/11 - People'. (The version I loaded was 6.)


In the sentence 'Section SR1/12 - Animals, men and women revised (in
place of Section SR1/12 - Animals, men and women in Standard Rules by
Graham Nelson)' gender
options by nathanael nerode, it looks as if you intend to replace a section of
source text from the extension 'Standard Rules by Graham Nelson', but that
extension does not seem to have any heading called 'Section SR1/12 -
Animals, men and women'. (The version I loaded was 6.)
Gender Speedup by Nathanael NerodeVersion 2/210331
"When using Gender Options, clean up some I6 internals with functions related to gender which are irrelevant to English or rendered obsolete with Gender Options. Since these are called in the depths of ListWriter this should slightly improve speed. Not included in Gender Options due to likely interference with other extensions. Requires Gender Options. Probably will not work with non-English languages. Tested with Inform 6M62."
ni In Volume 1 - Enhanced Gender and Number Model, Chapter 1 - Replace Standard
Rules Elements Always in the extension Gender Options by Nathanael Nerode:


In the sentence 'Section SR1/11 - People and things with gender (in
place of Section SR1/11 - People in Standard Rules by Graham Nelson)' gender options by nathanael
nerode, it looks as if you intend to replace a
section of source text from the extension 'Standard Rules by Graham
Nelson', but that extension does not seem to have any heading called
'Section SR1/11 - People'. (The version I loaded was 6.)


In the sentence 'Section SR1/12 - Animals, men and women revised (in
place of Section SR1/12 - Animals, men and women in Standard Rules by
Graham Nelson)' gender
options by nathanael nerode, it looks as if you intend to replace a section of
source text from the extension 'Standard Rules by Graham Nelson', but that
extension does not seem to have any heading called 'Section SR1/12 -
Animals, men and women'. (The version I loaded was 6.)
Glimmr Canvas Animation by Erik TempleVersion 2/160627(for Glulx only)
"Provides a 'track'-based system for independent animation of graphic elements, canvases, and windows. Features animation presets, automated easing/tweening, and a detailed debugging log."
ni

In 'To #if utilizing Glimmr debugging' glimmr drawing commands by erik
temple, syntax error(s) were found
in the '(-' ... '-)' schema '#ifdef Glimmr_DEBUG;': (1). no matching
'#endif' (2). misplaced directive


In 'say "[>console][DC]Drawing a rectangle [...] dimensions [width] by
[height].[<]"' glimmr
drawing commands by erik temple, syntax error(s) were found in the '(-' ...
'-)' schema 'glk_set_window( gg_mainwin ); } RunParagraphOn();': (1).
unexpected '}' (2). unexpected '(' (3). unexpected ')'


In 'To #end if' glimmr
drawing commands by erik temple, syntax error(s) were found in the '(-'
... '-)' schema '#endif;': (1). misplaced directive


An internal error has occurred: unable to represent kind in inter. The
current sentence is 'To adjust the (P - a (list of numbers) valued
property) of (O - an object) by (dX - a number) and (dY - a number)' (Erik Temple/Glimmr Canvas Animation.i7x, line 53);
the error was detected at line 172 of "inform7/runtime-module/Chapter
2/Kind Declarations.w". This should never happen, and I am now halting in
abject failure.
Glimmr Canvas-Based Drawing by Erik TempleVersion 4/160626(for Glulx only)
"A framework for drawing graphics of various types--from sprite images to painted text--to a Glulx graphics window. Takes an object-oriented approach, with graphic elements represented as individual objects."
ni

In 'To #if utilizing Glimmr debugging' glimmr drawing commands by erik
temple, syntax error(s) were found
in the '(-' ... '-)' schema '#ifdef Glimmr_DEBUG;': (1). no matching
'#endif' (2). misplaced directive


In 'say "[>console][DC]Drawing a rectangle [...] dimensions [width] by
[height].[<]"' glimmr
drawing commands by erik temple, syntax error(s) were found in the '(-' ...
'-)' schema 'glk_set_window( gg_mainwin ); } RunParagraphOn();': (1).
unexpected '}' (2). unexpected '(' (3). unexpected ')'


In 'To #end if' glimmr
drawing commands by erik temple, syntax error(s) were found in the '(-'
... '-)' schema '#endif;': (1). misplaced directive


In 'To #if utilizing the image-map graphlink preview option' (Erik Temple/Glimmr Canvas-Based Drawing.i7x, line 1623),
syntax error(s) were found in the '(-' ... '-)' schema '#ifdef
Glimmr_GRAPHLINK_PREVIEW;': (1). no matching '#endif' (2). misplaced
directive
Glimmr Drawing Commands by Erik TempleVersion 3/160626(for Glulx only)
"Provides commands for displaying images, shape primitives (such as rectangles, boxes, and lines), user-specified bitmap drawings, image maps, and for text-painting using 'fonts' with glyphs composed of either bitmaps or image files."
ni

In 'To #if utilizing Glimmr debugging' (Erik Temple/Glimmr Drawing Commands.i7x, line 1328),
syntax error(s) were found in the '(-' ... '-)' schema '#ifdef
Glimmr_DEBUG;': (1). no matching '#endif' (2). misplaced directive


In 'say "[>console][DC]Drawing a rectangle [...] dimensions [width] by
[height].[<]"' glimmr drawing commands by erik
temple, syntax error(s) were found in
the '(-' ... '-)' schema 'glk_set_window( gg_mainwin ); }
RunParagraphOn();': (1). unexpected '}' (2). unexpected '(' (3).
unexpected ')'


In 'To #end if' glimmr drawing commands by erik
temple, syntax error(s) were found
in the '(-' ... '-)' schema '#endif;': (1). misplaced directive
Glimmr Graphic Hyperlinks by Erik TempleVersion 2/160628(for Glulx only)
"Allows us to identify any number of rectangular areas of a Glulx graphic window as 'hotlinked'. When the player clicks within one of these zones, a command will be entered on behalf of the player, or we can specify some appropriate response of our own."
ni

In 'To #if utilizing Glimmr debugging' (Erik Temple/Glimmr Graphic Hyperlinks.i7x, line 142),
syntax error(s) were found in the '(-' ... '-)' schema '#ifdef
Glimmr_DEBUG;': (1). no matching '#endif' (2). misplaced directive


In 'To #end if' glimmr graphic hyperlinks by erik
temple, syntax error(s) were found
in the '(-' ... '-)' schema '#endif;': (1). misplaced directive
Glk Input Suspending by Gavin LambertVersion 1/200930(for Glulx only)
"Provides a mechanism to 'suspend' line and character inputs in progress to allow something to be printed, and then input resumed afterwards."
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_request_line_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_cancel_line_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_request_char_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_cancel_char_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_request_line_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_cancel_line_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_request_char_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_cancel_char_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Graphic Links by Jeff SheetsVersion 3/161003(for Glulx only)
"Allows the author to set hyperlinks in the Simple Graphical Window and give instructions about what is to result from performing them."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
rng_seed_at_start_of_play, P_ref_number, P_scale_method, P_position,
P_minimum_size, P_measurement, P_border_hint, P_type, P_rock_number,
GetEitherOrProperty, P_g_present, winType_Graphics
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Graphical Map by XavidVersion 2/190831(for Glulx only)
"Provides support for an image-based map with a static background and icons for the player and optionally other things or doors."
ni

In 'To #if utilizing Glimmr debugging' glimmr drawing commands by erik
temple, syntax error(s) were found
in the '(-' ... '-)' schema '#ifdef Glimmr_DEBUG;': (1). no matching
'#endif' (2). misplaced directive


In 'say "[>console][DC]Drawing a rectangle [...] dimensions [width] by
[height].[<]"' glimmr
drawing commands by erik temple, syntax error(s) were found in the '(-' ...
'-)' schema 'glk_set_window( gg_mainwin ); } RunParagraphOn();': (1).
unexpected '}' (2). unexpected '(' (3). unexpected ')'


In 'To #end if' glimmr
drawing commands by erik temple, syntax error(s) were found in the '(-'
... '-)' schema '#endif;': (1). misplaced directive
Hidden Prompt by Daniel StelzerVersion 1/210618
"Provides a simple way to hide the command prompt during long stretches of text."
ni

You wrote 'Include (- [ VM_KeyChar win nostat done res [...] "^";
#endif; ! ECHO_COMMANDS ]; -) instead of "Keyboard Input" in "Glulx.i6t"' command preloading by daniel
stelzer: but this syntax was withdrawn in
April 2022, in favour of a more finely controlled inclusion command. See
the manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
"Provides a choice-based interface that can be freely switched between interactive and non-interactive modes. Basically, it does CYOA."
ni

In the sentence 'repeat with K running through pages turned to by N' hybrid
choices by aw freyr, I was expecting to read a description of values,
but instead found some text that I couldn't understand - 'pages turned to
by N'.
I was trying to match one of these phrases:
1. repeat with (k - a new name) running through (pages turned to by n -
description of values):
2. repeat with (k - a new name) running through (pages turned to by n -
list of values):
But I didn't recognise 'pages turned to by n'.
The name 'k' doesn't yet exist.


In the sentence 'follow the choice-switch rules for K' hybrid
choices by aw freyr, I was expecting to read a value, but instead found
some text that I couldn't understand - 'K'.
I was trying to match one of these phrases:
1. follow (choice-switch rules - nothing based rule producing values) for
(k - value)
2. follow (choice-switch rules for k - rule)
3. follow (choice-switch rules for k - nothing based rule)
I recognised:
choice-switch rules = a pages based rulebook
But I didn't recognise 'k' or 'choice-switch rules for k'.


In the sentence 'populate choice list with K' hybrid
choices by aw freyr, I was expecting to read an object, but instead
found some text that I couldn't understand - 'K'.
I was trying to match one of these phrases:
1. populate choice list with (k - object)
2. populate choice list with (k - description of objects)
But I didn't recognise 'k'.
Hyperlink Extension Registry by Gavin LambertVersion 1/200930(for Glulx only)
"Provides a framework to allow multiple hyperlink-processing extensions to co-exist without stepping on each others' toes."
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_request_line_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_cancel_line_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_request_char_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_cancel_char_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_request_line_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_cancel_line_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_request_char_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_cancel_char_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Hyperlinks by Gavin LambertVersion 1/200807(for Glulx only)
"Provides a core processing loop for hyperlinks. This is a basic interface intended to be used by other extensions rather than directly in stories."
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_request_line_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_cancel_line_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_request_char_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_cancel_char_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_request_line_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_cancel_line_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_request_char_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_cancel_char_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Hypothetical Questions by Jesse McGrewVersion 4/180124(for Glulx only)
"Allows us to test the consequences of a phrase or action without permanently changing the game state."
ni

My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'Hypo_Middle': unexpected ')'". Low-level material
written in Inform 6 syntax occurs either in kits or in matter written
inside 'Include (- ... -)' in source text, either in the main source or in
an extension used by it.
Indefinite Article Substitution Fix by Matt WeinerVersion 1/161126(for Glulx only)
Indefinite Article Substitution Fix (for Glulx only, at present) is intended to fix a bug in the interaction of indefinite articles with text substitutions.
ni In Section 1 - Caching the name in PrefaceByArticle in the extension Indefinite
Article Substitution Fix by Matt Weiner:


You wrote 'Include (- Global short_name_case; [ Prefac [...] se) return;
print (PSN__) obj; ]; -) instead of "Object Names II" in "Printing.i6t"' indefinite article substitution
fix by matt weiner: but this syntax was withdrawn in April 2022, in favour of
a more finely controlled inclusion command. See the manual, but you can
probably get what you want using 'replacing "SomeFunctionName".' rather
than 'instead of ...'.
In Section 2 - Printing the Cached Name in PSN__ in the extension Indefinite
Article Substitution Fix by Matt Weiner:


You wrote 'Include (- [ PSN__ o i; if (o == 0) { LIS [...]
vity(PRINTING_THE_NAME_ACT, o); ]; -) instead of "Object Names I" in
"Printing.i6t"' indefinite article substitution
fix by matt weiner: again, this syntax was withdrawn in April 2022.
Infra Undo by Dannii WillisVersion 1/170502(for Glulx only)
"Handles undo using external files for very big story files"
ni

I can't find the right version of the extension requested by 'Include
Version 7 of Glulx Entry Points by Emily Short' infra
undo by dannii willis - I can only find version 10.200602 or version 11.
"This small extension eliminates the three newlines printed before the banner. It also provides a tool to attempt to place the cursor at the bottom of the screen, like old Infocom games. Due to wild variance between interpreters, it is not reliable.".
ni In Section 4 - Suppress Initial Newlines in the extension Initial Cursor At Top
Or Bottom by Nathanael Nerode:


You wrote 'Include (- ! ==== ==== ==== ==== ==== ==== == [...] act is
being removed rfalse; ]; -) instead of "Virtual Machine Startup Rule" in
"OrderOfPlay.i6t"' initial cursor at top or
bottom by nathanael nerode: but this syntax was withdrawn in April 2022, in
favour of a more finely controlled inclusion command. See the manual, but
you can probably get what you want using 'replacing "SomeFunctionName".'
rather than 'instead of ...'.
Inline Hyperlinks by Gavin LambertVersion 2/200930(for Glulx only)
"Provides a simple HTML-inspired syntax for adding hyperlinks within any say phrases."
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_request_line_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_cancel_line_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_request_char_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
glk_cancel_char_event;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_request_line_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_cancel_line_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_request_char_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'glk_cancel_char_event' when
loading '/main/BasicInformKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Interpreter Sniffing by Friends of I7Version 1/140209(for Glulx only)
"Phrases for testing, as far as is possible, which interpreter the story is running under."
ni In Book "Framework for Detecting Interpreters", Chapter "Responding to
Restores", Section "Injection of Post-Restore Resniffing" in the extension
Interpreter Sniffing by Friends Of I7:


You wrote 'Include (- [ SAVE_THE_GAME_R res fref; if [...]
VE_THE_GAME_RM('A'); new_line; ]; -) instead of "Save The Game Rule" in
"Glulx.i6t"' interpreter sniffing by friends of
i7: but this syntax was withdrawn in
April 2022, in favour of a more finely controlled inclusion command. See
the manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
Italian Language by Massimo StellaVersion 3/171001
"To make Italian the language of play. Heavily based on code written by Massimo Stella. Now maintained by Leonardo Boselli. Requires 'Text Capture' by Eric Eve."
ni

There's a problem in Inform's linguistic grammar, which is probably set
by a translation extension. The problem occurs in the definition of
: nonterminal internal in one definition and regular in another.


There's a problem in Inform's linguistic grammar, which is probably set
by a translation extension. The problem occurs in the definition of
: nonterminal internal in one definition and regular in another.
In Volume 3 - Responses, Part 3.4 - The bibliographical data in the extension
Italian Language by Massimo Stella:


In the sentence 'Section 3.4.1 - The bibliographical data (in place of
Section SR2/6a - Unindexed Standard Rules variables - Unindexed in Standard
Rules by Graham Nelson)' italian language by massimo
stella, it looks as if you intend to
replace a section of source text from the extension 'Standard Rules by
Graham Nelson', but that extension does not seem to have any heading called
'Section SR2/6a - Unindexed Standard Rules variables - Unindexed'. (The
version I loaded was 6.)
JSON by Dannii WillisVersion 1/220301(for Glulx only)
"Provides support for parsing and generating JSON"
ni

My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'JSON_Parse_Inner': 'for' header with too few clauses".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'JSON_Parse_Inner': 'for' header with too few clauses".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.
"Performance improvements for games with large numbers of objects, by avoiding looping over all objects."
ni In Chapter - Improved WriteListFrom in the extension Large Game Speedup by
Nathanael Nerode:


You wrote 'Include (- ! ==== ==== ==== ==== ==== ==== == [...] pull
c_style; @pull c_iterator; ]; -) instead of "WriteListFrom" in
"ListWriter.i6t"' large
game speedup by nathanael nerode: but this syntax was withdrawn in April 2022,
in favour of a more finely controlled inclusion command. See the manual,
but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
Liquids by XavidVersion 2/191114
"Basic support for sources of liquids and things that can hold a liquid, more minimalist than Liquid Handling by Al Golden."
ni In Section 3 - I6T Hacking in the extension Object Matching by Xavid:


You wrote 'Include (- ! This is an actual specified [...] wn =
match_from + match_length; -) instead of "Parse Token Letter D" in
"Parser.i6t"' (Xavid/Object Matching.i7x, line 81):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
List Utilities by Zed LopezVersion 1/220327
"List utility functions"
ni In Part sorts, chapter sorts in the extension List Utilities by Zed Lopez:


You wrote 'Include (- Global LIST_OF_TY_Sort_cf; [ LIST [...] 0; } else
return cf(i, j); ]; -) instead of "Sorting" in "Lists.i6t"' list
utilities by zed lopez: but this syntax was withdrawn in April 2022, in
favour of a more finely controlled inclusion command. See the manual, but
you can probably get what you want using 'replacing "SomeFunctionName".'
rather than 'instead of ...'.
Location Images by Emily Short(for Glulx only)
"Allows the author to set per-room images and show these as the player moves from room to room. Requires Simple Graphical Window by Emily Short."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
rng_seed_at_start_of_play, P_ref_number, P_scale_method, P_position,
P_minimum_size, P_measurement, P_border_hint, P_type, P_rock_number,
GetEitherOrProperty, P_g_present
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
(I see no description here.)
ni

I can't find the right version of the extension requested by 'Include
Version 7 of Glulx Entry Points by Emily Short' simple graphical window by leonardo
boselli - I can only find version
10.200602 or version 11.
Inform 7 allows the connections between rooms to be modified during play, but doors never change. This extension makes doors as versatile as rooms.
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
AssertMapConnection;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
RemoveFromPlay;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
MoveFloatingObjects;'". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'RemoveFromPlay' when loading
'/main/WorldModelKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'MoveFloatingObjects' when
loading '/main/WorldModelKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
Problem: found a second definition of the name 'AssertMapConnection' when
loading '/main/WorldModelKit'
6. make-synoptic-module
7. shorten-wiring
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index


Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s): mobile,
mobile_door, mobile_door_dir, mobile_door_to
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
"Allows the author to define a mood value for characters and then use text substitutions such as '[when bored]The king fidgets on his throne[or sleepy]The king snores[at other times]The king grins[end when].' Moods will be interpreted in 'writing a paragraph' and similar contexts as the mood of the person described in the paragraph, but at other times according to the mood of the person to whom the player is currently speaking."
ni

An internal error has occurred: CIP level accessed outside function. The
current sentence is 'Include (- [ CurMood; if ( (+ item describ [...] t
interlocutor +); return 0; ]; -)' mood
variations by emily short; the error was detected at line 116 of
"inter/building-module/Chapter 3/Produce.w". This should never happen, and
I am now halting in abject failure.
Mutable Kinds by Dannii WillisVersion 1/121012
"Change the default values of the properties of Mutable Kinds at run-time"
ni In Section - Implementing mutable kinds in the extension Mutable Kinds by
Dannii Willis:


You wrote 'Include (- [ GProperty K V pr obj i kind val [...] a run-time
problem } rfalse; ]; -) instead of "Value Property" in "RTP.i6t"' mutable kinds by dannii
willis: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.


You wrote 'Include (- [ WriteGProperty K V pr val obj i; [...]
pr)-->(V+COL_HSIZE) = val; } } ]; -) instead of "Write Value Property" in
"RTP.i6t"' (Dannii Willis/Mutable Kinds.i7x, line 180):
again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ GetEitherOrProperty obj pr i res [...] res; } i
= i + 4; } } ]; -) instead of "Get Either-Or Property" in "RTP.i6t"' mutable kinds by dannii
willis: again, this syntax was withdrawn in
April 2022.


You wrote 'Include (- [ SetEitherOrProperty obj pr negat [...] pr; else
obj.pr = true; } } ]; -) instead of "Set Either-Or Property" in "RTP.i6t"' mutable kinds by dannii
willis: again, this syntax was withdrawn in
April 2022.
"Miscellaneous stuff I like to have built in when debugging and programming, but would never want to relase."
ni In Section - Quit Faster in the extension Nathanael's Debug Tools by Nathanael
Nerode:


You wrote 'Include (- [ QUIT_THE_GAME_R; if (actor ~= [...] le_silence
== false)) quit; ]; -) instead of "Quit The Game Rule" in "Glulx.i6t"' nathanael's debug tools by nathanael nerode:
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
"Replaces misleading, vague, and narratively-voiced parser messages with instructive, clarifying, and neutral versions, respectively. For Inform 6M62."
ni In Volume - Player Description, Chapter 1 - Without Gender Options in the
extension Neutral Standard Responses by Nathanael Nerode:


In the sentence 'Section SR1/11 - People (in place of Section SR1/11 -
People in Standard Rules by Graham Nelson)' neutral standard
responses by nathanael nerode, it looks as if you intend to replace a section
of source text from the extension 'Standard Rules by Graham Nelson', but
that extension does not seem to have any heading called 'Section SR1/11 -
People'. (The version I loaded was 6.)
"The ability to treat object kinds as values."
ni In Chapter "Operations on Object Kinds" in the extension Object Kinds by Brady
Garvin:


In 'Include (- [ object_kind_is_valid kind; re [...] <= (+ the last
object kind +); ]; -)' object
kinds by brady garvin, you tried to use '(+' and '+)' to expand to a value
computed by a phrase, 'the last object kind', but these brackets can only
be used with constant values.
Object Matching by XavidVersion 2
"Support for getting the matched object when matching a snippet against a pattern and for disabling clarification when a command or snippet is ambiguous."
ni In Section 3 - I6T Hacking in the extension Object Matching by Xavid:


You wrote 'Include (- ! This is an actual specified [...] wn =
match_from + match_length; -) instead of "Parse Token Letter D" in
"Parser.i6t"' (Xavid/Object Matching.i7x, line 81):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
Parser Error Details by Zed LopezVersion 1(for Glulx only)
"Says where the parser ceased understanding a command, and describes ways the dictionary does know how to use that verb. Tested on 6M62."
ni

My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'SayCommandUnderstood': 'for' header with too few
clauses". Low-level material written in Inform 6 syntax occurs either in
kits or in matter written inside 'Include (- ... -)' in source text, either
in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'SayMisunderstoodWords': 'for' header with too few
clauses". Low-level material written in Inform 6 syntax occurs either in
kits or in matter written inside 'Include (- ... -)' in source text, either
in the main source or in an extension used by it.
"Fixes a nasty bug in the I7 error names in Inform 7 version 6M62 (and probably earlier)."
ni

You wrote 'Include (- ! ==== ==== ==== ==== ==== ==== == [...] ;
Constant TOTALK_PE = 25; -) instead of "Parser Error Numbers" in
"Definitions.i6t"' (Nathanael Nerode/Parser Error Number Bugfix.i7x, line 14):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
"We may ask the time when (a description of scenes) began/ended; the number of turns since (a description of scenes) began/ended; if (a future event) is soon; the time/turns until (a future event); the time/turns when (a future event). We may also un-schedule a future event with 'never shall'; begin or end a scene on an event; say a time 'as a time period'; repeat through future events; and change the turns-to-minutes ratio with 'per'."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
I7_ST_loopingthruevents
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
"Adds basic typo correction by checking the first few letters of misunderstood input against the printed names of nearby objects. Requires version 15 of Smarter Parser by Aaron Reed. Supports Scope Caching by Mike Ciul for faster performance."
ni

I can't find the right version of the extension requested by 'Include
Version 15 of Smarter Parser by Aaron Reed' poor man's mistype by aaron
reed - I can only find version 16.210817.
"'Printing the name' rules make TWO passes over the same object when Inform needs to determine the appropriate article to print. This is a non-issue for many rules, but 'printing the name' rules with side effects may need to know which stage is currently being processed (article-choosing or name-printing), so that they can avoid double-execution of any side effects."
ni In Section - I6 Code in the extension Print Stage Detection by Taryn Michelle:


You wrote 'Include (- Global short_name_case; [ Prefac [...] se) return;
print (PSN__) obj; ]; -) instead of "Object Names II" in "Printing.i6t"' (Taryn Michelle/Print Stage Detection.i7x, line 9):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
"An extension to Reactable Quips to allow for more traditional menu-based conversation."
ni

In 'Table of Ask Results' reactable quips by michael
martin, the column name 'topic' is not
allowed to have a clarifying kind in brackets after it. Just say 'topic'
and leave it at that.


In 'Table of Tell Results' reactable quips by michael
martin, the column name 'topic' is not
allowed to have a clarifying kind in brackets after it. Just say 'topic'
and leave it at that.
Rapid Prototyping by B David PaulsenVersion 1(for Glulx only)
"A way to create and extend a game world on the fly during testing via a REPL idiom."
ni In Volume 1 - Rapid Prototyping, Book 2 - Altering the World, Part 1 -
Extending the buffer in the extension Rapid Prototyping by B David Paulsen:


You wrote 'Include (- Array gg_event --> 4; Array gg_arg [...] y parse2
--> PARSE_BUFFER_LEN; -) instead of "Variables and Arrays" in "Glulx.i6t"' rapid prototyping by b
david paulsen: but this syntax was
withdrawn in April 2022, in favour of a more finely controlled inclusion
command. See the manual, but you can probably get what you want using
'replacing "SomeFunctionName".' rather than 'instead of ...'.
Reactable Quips by Michael MartinVersion 10/171116
"A table-based approach to NPC conversation chains, as well as allowing rules to fire on lines of conversation."
ni

In 'Table of Ask Results' reactable quips by michael
martin, the column name 'topic' is not
allowed to have a clarifying kind in brackets after it. Just say 'topic'
and leave it at that.


In 'Table of Tell Results' reactable quips by michael
martin, the column name 'topic' is not
allowed to have a clarifying kind in brackets after it. Just say 'topic'
and leave it at that.
Real Date and Time by Ron NewcombVersion 2(for Glulx only)
"Allows the author to get the real-world time and date from the player's computer."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s): glk
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Remembering by Aaron ReedVersion 9/140430
"Replaces 'You can't see any such thing' for a seen but out-of-scope noun with a message acknowledging that the parser recognizes the object. With Glulx, also keeps track of where the player last saw that object."
ni

I can't find the right version of the extension requested by 'Include
Version 6 of Epistemology by Eric Eve' remembering by aaron
reed - I can only find version 9.
Remembering by Daniel StelzerVersion 9/140430
"Replaces 'You can't see any such thing' for a seen but out-of-scope noun with a message acknowledging that the parser recognizes the object. With Glulx, also keeps track of where the player last saw that object."
ni

I can't find the right version of the extension requested by 'Include
Version 6 of Epistemology by Eric Eve' remembering by daniel
stelzer - I can only find version 9.
Responsive Disambiguation is a plug-and-play extension; it should have its desired effect merely by including it.
ni In Section 2 - Parser Letter A Replacement in the extension Responsive
Disambiguation For 6M62 by Matt Weiner:


You wrote 'Include (- if (held_back_mode) { h [...] else
usual_grammar_after = 0; -) instead of "Parser Letter A" in "Parser.i6t"' responsive disambiguation for
6m62 by matt weiner: but this syntax was withdrawn in April 2022, in favour
of a more finely controlled inclusion command. See the manual, but you can
probably get what you want using 'replacing "SomeFunctionName".' rather
than 'instead of ...'.
In Section 3 - NounDomain Replacement in the extension Responsive
Disambiguation For 6M62 by Matt Weiner:


You wrote 'Include (- [ NounDomain domain1 domain2 conte [...] n [
PARSER_CLARIF_INTERNAL_R; ]; -) instead of "Noun Domain" in "Parser.i6t"' responsive disambiguation for
6m62 by matt weiner: again, this syntax was withdrawn in April 2022.
In Section 4 - Parser Letter H Replacement in the extension Responsive
Disambiguation For 6M62 by Matt Weiner:


You wrote 'Include (- .GiveError; ! RD: If we hit a [...] 0;
asked_for_disambiguation = 0; -) instead of "Parser Letter H" in
"Parser.i6t"' responsive disambiguation for
6m62 by matt weiner: again, this syntax was withdrawn in April 2022.
Rewrite the Command Line by Ron NewcombVersion 2/110202(for Glulx only)
"Allows us to erase then rewrite the commands our player types in."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
§/main/rewrite_the_command_line_by_ron_newcomb/instances/instance2/I_echoed_by_the_library§,
glk
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
"Fixes some issues in Standard Rules related to printing room descriptions with enterable supporters. Experimental."
ni In Chapter - Improved WriteListFrom in the extension Large Game Speedup by
Nathanael Nerode:


You wrote 'Include (- ! ==== ==== ==== ==== ==== ==== == [...] pull
c_style; @pull c_iterator; ]; -) instead of "WriteListFrom" in
"ListWriter.i6t"' large game speedup by nathanael
nerode: but this syntax was withdrawn in
April 2022, in favour of a more finely controlled inclusion command. See
the manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
This utility extension allows players to define replacements to alter their own commands. It does not affect the world model or the game itself in any way, only the user interface.
ni

An internal error has occurred: tried to copy a stream to itself. The
current sentence is 'if the input entry is the topic understood' (Daniel Stelzer/Runtime Replacements.i7x, line 34);
the error was detected at line 931 of
"/home/zed/github/i7/inweb/foundation-module/Chapter 2/Streams.w". This
should never happen, and I am now halting in abject failure.
Scenery Words by XavidVersion 1/170913
This extensions loops over all the rooms in your games and tries examining words in the room description to see how the game responds. This is designed to catch words players expect to be able to examine, but cannot due to author oversight.
ni In Section 3 - I6T Hacking in the extension Object Matching by Xavid:


You wrote 'Include (- ! This is an actual specified [...] wn =
match_from + match_length; -) instead of "Parse Token Letter D" in
"Parser.i6t"' (Xavid/Object Matching.i7x, line 81):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
Scheduled Activities by John ClemensVersion 10/220110
"An extension to allow scheduling of activities. For 6M62"
ni

The phrase 'To mark (E - activity) activities' scheduled activities by john
clemens needs to be used in such a way
that I know what kinds of values go into it.


The phrase 'To schedule (E - activity) at (M - time)' scheduled activities by john
clemens needs to be used in such a way
that I know what kinds of values go into it.


The phrase 'To schedule (E - activity) in/after (n - number)
minute/minutes' scheduled
activities by john clemens needs to be used in such a way that I know what
kinds of values go into it.


The phrase 'To schedule (E - activity) now' scheduled activities by john
clemens needs to be used in such a way
that I know what kinds of values go into it.


The phrase 'To schedule (E - activity) in/on/after (d - number)
turn/turns' scheduled
activities by john clemens needs to be used in such a way that I know what
kinds of values go into it.


The phrase 'To schedule (E - activity) in (d - number) turn/turns from
now' scheduled
activities by john clemens needs to be used in such a way that I know what
kinds of values go into it.


The phrase 'To cancel all scheduled (E - activity)' scheduled activities by john
clemens needs to be used in such a way
that I know what kinds of values go into it.


The phrase 'To decide if there is (E - activity) scheduled' scheduled activities by john
clemens needs to be used in such a way
that I know what kinds of values go into it.


The phrase 'To decide if there is (E - activity) scheduled at (M -
time)' scheduled
activities by john clemens needs to be used in such a way that I know what
kinds of values go into it.


The phrase 'To decide if there is (E - activity) scheduled now' scheduled activities by john
clemens needs to be used in such a way
that I know what kinds of values go into it.
Scopability by Brady GarvinVersion 1/210620
"The ability to toggle objects' scopability; the parser does not acknowledge the existence of unscopable objects, even if they are explicitly added to scope."
ni In Chapter "Parser Changes to Honor Scopability" in the extension Scopability
by Brady Garvin:


You wrote 'Include (- [ DoScopeAction item; ! BEGIN CHA [...] pe_reason;
@pull parser_one; ]; -) instead of "DoScopeAction" in "Parser.i6t"' scopability by brady
garvin: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
Scope Caching by Mike CiulVersion 2/120725
"Gives things the 'marked visible' property, to check the visibility of something without repeating the entire scope loop each time. Works with Epistemology by Eric Eve, Conditional Backdrops by Mike Ciul, and Remembering by Aaron Reed."
ni In Volume - Scope Caching, Chapter - Bugfix in PlaceInScope in the extension
Scope Caching by Mike Ciul:


You wrote 'Include (- [ PlaceInScope O opts; ! If opts i [...]
tSource(obj)==1) ats_hls = 1; } ]; -) instead of "Scope" in "Parser.i6t"' scope
caching by mike ciul: but this syntax was withdrawn in April 2022, in
favour of a more finely controlled inclusion command. See the manual, but
you can probably get what you want using 'replacing "SomeFunctionName".'
rather than 'instead of ...'.
Simple Graphical Window by Emily ShortVersion 10/161003(for Glulx only)
"Provides a graphics window in one part of the screen, in which the author can place images; with provision for scaling, tiling, or centering images automatically. Glulx only."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
rng_seed_at_start_of_play, P_ref_number, P_scale_method, P_position,
P_minimum_size, P_measurement, P_border_hint, P_type, P_rock_number,
GetEitherOrProperty, P_g_present
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Simple Graphical Window by Leonardo BoselliVersion 8/140908(for Glulx only)
"Provides a graphics window in one part of the screen, in which the author can place images; with provision for scaling, tiling, or centering images automatically, as well as setting a background color. Glulx only. Modified because of changes in 6L38 release."
ni

I can't find the right version of the extension requested by 'Include
Version 7 of Glulx Entry Points by Emily Short' (Leonardo Boselli/Simple Graphical Window.i7x, line 5)
- I can only find version 10.200602 or version 11.
Simple HTML Window by Leonardo BoselliVersion 2/140731(for Glulx only)
"Provides an HTML window in the left part of the screen, in which the player may write anything. Glulx only."
ni

I can't find the right version of the extension requested by 'Include
Version 7 of Glulx Entry Points by Emily Short' simple html window by leonardo
boselli - I can only find version 10.200602
or version 11.
Smarter Parser by Aaron ReedVersion 16/210817
"Understands a broader range of input than the standard parser, and can direct new players towards proper syntax."
ni In Chapter - The Rules, Section - Nothing Entered Advanced Version in the
extension Smarter Parser by Aaron Reed:


You wrote 'Include (- [ Keyboard a_buffer a_table nw i [...] continue; }
return nw; } ]; -) instead of "Reading the Command" in "Parser.i6t"' smarter
parser by aaron reed: but this syntax was withdrawn in April 2022, in
favour of a more finely controlled inclusion command. See the manual, but
you can probably get what you want using 'replacing "SomeFunctionName".'
rather than 'instead of ...'.
Spanish Language by Sebastian ArgVersion 1/210825
"To make Spanish the language of play."
ni

There's a problem in Inform's linguistic grammar, which is probably set
by a translation extension. The problem occurs in the definition of
: nonterminal internal in one definition and regular in another.


There's a problem in Inform's linguistic grammar, which is probably set
by a translation extension. The problem occurs in the definition of
: nonterminal internal in one definition and regular in another.
In Volume 1 - Settings in the extension Spanish Language by Sebastian Arg:


In the sentence 'Section 1 SR Hack - Spanish Bibliographical Data (in
place of Section SR2/6a - Unindexed Standard Rules variables - Unindexed in
Standard Rules by Graham Nelson)' spanish language by sebastian
arg, it looks as if you intend to replace a
section of source text from the extension 'Standard Rules by Graham
Nelson', but that extension does not seem to have any heading called
'Section SR2/6a - Unindexed Standard Rules variables - Unindexed'. (The
version I loaded was 6.)


In the sentence 'Section 3 SR Hack - Spanish People (in place of Section
SR1/11 - People in Standard Rules by Graham Nelson)' spanish language by sebastian
arg, it looks as if you intend to replace a
section of source text from the extension 'Standard Rules by Graham
Nelson', but that extension does not seem to have any heading called
'Section SR1/11 - People'. (The version I loaded was 6.)
Startup Precomputation by Dannii WillisVersion 1/160718(for Glulx only)
"A system for precomputing slow startup code"
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
rng_seed_at_start_of_play
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Story Substrate by Jeff NymanVersion 1/200930
"Provides information about the substrate that a story is executing on."
ni

My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'I7_Identity': no matching '#endif'". Low-level material
written in Inform 6 syntax occurs either in kits or in matter written
inside 'Include (- ... -)' in source text, either in the main source or in
an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'I7_Identity': misplaced directive". Low-level material
written in Inform 6 syntax occurs either in kits or in matter written
inside 'Include (- ... -)' in source text, either in the main source or in
an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'I7_Identity': misplaced directive". Low-level material
written in Inform 6 syntax occurs either in kits or in matter written
inside 'Include (- ... -)' in source text, either in the main source or in
an extension used by it.
Strange Loopiness by Zed LopezVersion 1/211127
"Repeat variants for: until loop; loop counting down over a numeric or enumerated value range; loop n times. For any loop, optionally assign a loop counter variable; for looping through tables optionally assign a row number variable. Allows more flexible syntax for the existing repeat loops. For 6M62."
ni In Book Overwriting Standard Rules in the extension Strange Loopiness by Zed
Lopez:


In the sentence 'Section Clobber Standard Repeat Rules (in place of
Section SR5/3/3 - Control phrases - Repeat in Standard Rules by Graham
Nelson)' strange
loopiness by zed lopez, it looks as if you intend to replace a section of
source text from the extension 'Standard Rules by Graham Nelson', but that
extension does not seem to have any heading called 'Section SR5/3/3 -
Control phrases - Repeat'. (The version I loaded was 6.)
"Exposes the snippets referring to each noun."
ni

You wrote 'Include (- [ NounDomain domain1 domain2 conte [...] in [
PARSER_CLARIF_INTERNAL_R; ]; -) instead of "Noun Domain" in "Parser.i6t"' subcommands by daniel
stelzer: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
Supercredits by Zed LopezVersion 1/211206
"Provides the Supercredits command to list the complete list of extension credits (i.e., including those that use authorial modesty) alphabetized by author name then extension name, and formatted nicely. The whole extension is marked Not for Release. For 6M62."
ni In Volume intfiction.org/t/46906 in the extension 6M62 Patches by Friends Of
I7:


You wrote 'Include (- [ Relation_ShowOtoO relation sym x [...] j2);
print "^"; } } } ]; -) instead of "Show One to One" in "Relations.i6t"' 6m62 patches by friends
of i7: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
In Volume https://intfiction.org/t/53835/4 in the extension 6M62 Patches by
Friends Of I7:


You wrote 'Include (- Array Flex_Heap -> MEMORY_HEAP_SIZ [...] ; ! allow
room for head-free-block -) instead of "The Heap" in "Flex.i6t"' 6m62 patches by friends
of i7: again, this syntax was withdrawn in
April 2022.


You wrote 'Include (- [ HeapInitialise n bsize blk2; [...]
blk2-->BLK_PREV = Flex_Heap; ]; -) instead of "Initialisation" in
"Flex.i6t"' 6m62
patches by friends of i7: again, this syntax was withdrawn in April 2022.
Supplemental by Jeff NymanVersion 1/200930
"Personal extension to keep the main source text clean."
ni

My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'I7_Identity': no matching '#endif'". Low-level material
written in Inform 6 syntax occurs either in kits or in matter written
inside 'Include (- ... -)' in source text, either in the main source or in
an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'I7_Identity': misplaced directive". Low-level material
written in Inform 6 syntax occurs either in kits or in matter written
inside 'Include (- ... -)' in source text, either in the main source or in
an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'I7_Identity': misplaced directive". Low-level material
written in Inform 6 syntax occurs either in kits or in matter written
inside 'Include (- ... -)' in source text, either in the main source or in
an extension used by it.
Switch by Zed LopezVersion 2/220401
"A switch statement. Tested with 6M62."
ni

My low-level reader of source code reported a mistake - "Inform 6 array
declaration using operator '*' (use brackets '(' ... ')' around the size
for a calculated array size)". Low-level material written in Inform 6
syntax occurs either in kits or in matter written inside 'Include (- ...
-)' in source text, either in the main source or in an extension used by
it.
Tab Removal by Nathanael NerodeVersion 1/210314
"For commands with tabs in them, replaces tabs with spaces before passing them on to the game."
ni In Section - The Hard Way in the extension Tab Removal by Nathanael Nerode:


You wrote 'Include (- ! ==== ==== ==== ==== ==== ==== == [...] <
INPUT_BUFFER_LEN) (b-->0)++; ]; -) instead of "Buffer Functions" in
"Glulx.i6t"' (Nathanael Nerode/Tab Removal.i7x, line 29):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
Text Box by Zed LopezVersion 2/220301
"Flexible framework to define and display text boxes. For 6M62."
ni In Volume intfiction.org/t/46906 in the extension 6M62 Patches by Friends Of
I7:


You wrote 'Include (- [ Relation_ShowOtoO relation sym x [...] j2);
print "^"; } } } ]; -) instead of "Show One to One" in "Relations.i6t"' 6m62 patches by friends
of i7: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
In Volume https://intfiction.org/t/53835/4 in the extension 6M62 Patches by
Friends Of I7:


You wrote 'Include (- Array Flex_Heap -> MEMORY_HEAP_SIZ [...] ; ! allow
room for head-free-block -) instead of "The Heap" in "Flex.i6t"' 6m62 patches by friends
of i7: again, this syntax was withdrawn in
April 2022.


You wrote 'Include (- [ HeapInitialise n bsize blk2; [...]
blk2-->BLK_PREV = Flex_Heap; ]; -) instead of "Initialisation" in
"Flex.i6t"' 6m62
patches by friends of i7: again, this syntax was withdrawn in April 2022.
Text Loops by Zed LopezVersion 1
"Loop through characters, words, lines, or paragraphs in a text."
ni In Volume intfiction.org/t/46906 in the extension 6M62 Patches by Friends Of
I7:


You wrote 'Include (- [ Relation_ShowOtoO relation sym x [...] j2);
print "^"; } } } ]; -) instead of "Show One to One" in "Relations.i6t"' 6m62 patches by friends
of i7: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
In Volume https://intfiction.org/t/53835/4 in the extension 6M62 Patches by
Friends Of I7:


You wrote 'Include (- Array Flex_Heap -> MEMORY_HEAP_SIZ [...] ; ! allow
room for head-free-block -) instead of "The Heap" in "Flex.i6t"' 6m62 patches by friends
of i7: again, this syntax was withdrawn in
April 2022.


You wrote 'Include (- [ HeapInitialise n bsize blk2; [...]
blk2-->BLK_PREV = Flex_Heap; ]; -) instead of "Initialisation" in
"Flex.i6t"' 6m62
patches by friends of i7: again, this syntax was withdrawn in April 2022.
Textile by Zed LopezVersion 1/220401
"Text utility functions."
ni

You wrote 'Include (- [ TEXT_TY_Replace_RE ftxtype txt f [...]
ree(ctxt); } } return chm; ]; -) instead of "Search And Replace" in
"RegExp.i6t"' (Zed Lopez/Textile.i7x, line 85):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
Undo Output Control by Erik TempleVersion 5/170902
"In addition to allowing control over UNDO default messages, provides hooks into UNDO processing, including multiple ways to suspend UNDO temporarily, to place limitations on UNDO (such as allowing only one UNDO in a row), to undo the current turn from code, and to control when the game state is saved. Using the latter, we can effectively control which turn UNDO returns us to. Also allows changing the words which invoke UNDO and OOPS. Also allows the story to edit a blank command before analyzing it. Updated to Inform 6M62."
ni In Volume - Low Level Stuff, Part - PerformUndo, Section - Patches to
PerformUndo in the extension Undo Output Control by Erik Temple:


You wrote 'Include (- ! ==== ==== ==== ==== ==== ==== = [...] ter undo
failure rules +) ); } ]; -) instead of "Perform Undo" in "OutOfWorld.i6t"' undo output control by erik
temple: but this syntax was withdrawn in
April 2022, in favour of a more finely controlled inclusion command. See
the manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
In Part - Keyboard, Section - Patches to Keyboard in the extension Undo Output
Control by Erik Temple:


You wrote 'Include (- ! ==== ==== ==== ==== ==== ==== = [...] continue;
} return nw; } ]; -) instead of "Reading the Command" in "Parser.i6t"' undo output control by erik
temple: again, this syntax was withdrawn
in April 2022.
"Provides hooks into UNDO processing, including multiple ways to suspend UNDO temporarily, to place limitations on UNDO (such as allowing only one UNDO in a row), to undo the current turn from code, and to control when the game state is saved. Using the latter, we can effectively control which turn UNDO returns us to. Also allows changing the words which invoke UNDO and OOPS, and allows the story to edit a blank command before analyzing it. Updated to Inform 6M62."
ni In Volume - Low Level Stuff, Part - PerformUndo, Section - Patches to
PerformUndo in the extension Undo Output Control by Nathanael Nerode:


You wrote 'Include (- ! ==== ==== ==== ==== ==== ==== = [...] ter undo
failure rules +) ); } ]; -) instead of "Perform Undo" in "OutOfWorld.i6t"' (Nathanael Nerode/Undo Output Control.i7x, line 109):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
In Part - Keyboard, Section - Patches to Keyboard in the extension Undo Output
Control by Nathanael Nerode:


You wrote 'Include (- ! ==== ==== ==== ==== ==== ==== = [...] continue;
} return nw; } ]; -) instead of "Reading the Command" in "Parser.i6t"' (Nathanael Nerode/Undo Output Control.i7x, line 219):
again, this syntax was withdrawn in April 2022.
Unicode File IO by Zed LopezVersion 2/220219(for Glulx only)
"Experimental support for reading and writing external files that may include characters longer than a byte. For 6M62."
ni In Book Revising FileIO, Part Readiness in the extension Unicode File IO by Zed
Lopez:


You wrote 'Include (- [ FileIO_Ready extf struc fref u [...] );
glk_fileref_destroy(fref); ]; -) instead of "Readiness" in "FileIO.i6t"' unicode file io by zed
lopez: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
In Part Open File in the extension Unicode File IO by Zed Lopez:


You wrote 'Include (- [ FileIO_Open extf write_flag app [...] which
seems to be malformed"); ]; -) instead of "Open File" in "FileIO.i6t"' unicode file io by zed
lopez: again, this syntax was withdrawn in
April 2022.
In Part Close File in the extension Unicode File IO by Zed Lopez:


You wrote 'Include (- [ FileIO_Close extf struc; if ( [...] TATUS =
AUXF_STATUS_IS_CLOSED; ]; -) instead of "Close File" in "FileIO.i6t"' unicode file io by zed
lopez: again, this syntax was withdrawn in
April 2022.
In Part Get Character in the extension Unicode File IO by Zed Lopez:


You wrote 'Include (- [ FileIO_GetC extf struc; if (( [...]
r_stream(struc-->AUXF_STREAM); ]; -) instead of "Get Character" in
"FileIO.i6t"' (Zed Lopez/Unicode File IO.i7x, line 227):
again, this syntax was withdrawn in April 2022.
In Part Put Character in the extension Unicode File IO by Zed Lopez:


You wrote 'Include (- [ FileIO_PutC extf char struc; [...]
eam(struc-->AUXF_STREAM, char); ]; -) instead of "Put Character" in
"FileIO.i6t"' (Zed Lopez/Unicode File IO.i7x, line 241):
again, this syntax was withdrawn in April 2022.
In Part Print Line in the extension Unicode File IO by Zed Lopez:


You wrote 'Include (- [ FileIO_PrintLine extf ch struc [...] print
(char) ch; } ]; -) instead of "Print Line" in "FileIO.i6t"' unicode file io by zed
lopez: again, this syntax was withdrawn in
April 2022.
Unified Glulx Input by Andrew PlotkinVersion 3/160213(for Glulx only)
Unified Glulx Input is an attempt to tidy up all the messy I6 APIs that you need to customize your game's input system.
ni In Chapter - Our Core Routines, Section - AwaitInput in the extension Unified
Glulx Input by Andrew Plotkin:


You wrote 'Include (- ! AwaitInput: block and await an [...] win, 0);
gg_quotewin = 0; } ]; -) instead of "Keyboard Input" in "Glulx.i6t"' unified glulx input by andrew
plotkin: but this syntax was withdrawn
in April 2022, in favour of a more finely controlled inclusion command. See
the manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
In Section - ParserInput in the extension Unified Glulx Input by Andrew
Plotkin:


You wrote 'Include (- ! ParserInput: block and await ac [...] UNDO;
we're done. return; } ]; -) instead of "Reading the Command" in
"Parser.i6t"' unified
glulx input by andrew plotkin: again, this syntax was withdrawn in April 2022.
In Chapter - High-Level Input Routines, Section - Yes-No Questions in the
extension Unified Glulx Input by Andrew Plotkin:


You wrote 'Include (- ! YesOrNo routines. These block a [...]
YES_OR_NO_QUESTION_INTERNAL_R; ]; -) instead of "Yes/No Questions" in
"Parser.i6t"' unified
glulx input by andrew plotkin: again, this syntax was withdrawn in April 2022.
In Section - The Final Question in the extension Unified Glulx Input by Andrew
Plotkin:


You wrote 'Include (- ! Unlike in ParserInput, the inpu [...]
WordCount(); wn = 1; rfalse; ]; -) instead of "Read The Final Answer Rule"
in "OrderOfPlay.i6t"' unified glulx input by andrew
plotkin: again, this syntax was
withdrawn in April 2022.
In Chapter - Parser Code Replacements, Section - Parser__parse in the
extension Unified Glulx Input by Andrew Plotkin:


You wrote 'Include (- parser_results_set = false; [...] else
usual_grammar_after = 0; -) instead of "Parser Letter A" in "Parser.i6t"' unified glulx input by andrew
plotkin: again, this syntax was
withdrawn in April 2022.
In Section - NounDomain in the extension Unified Glulx Input by Andrew
Plotkin:


You wrote 'Include (- [ NounDomain domain1 domain2 cont [...] n [
PARSER_CLARIF_INTERNAL_R; ]; -) instead of "Noun Domain" in "Parser.i6t"' unified glulx input by andrew
plotkin: again, this syntax was
withdrawn in April 2022.
In Section - Test Input in the extension Unified Glulx Input by Andrew
Plotkin:


You wrote 'Include (- #Iftrue ({-value:NUMBER_CREATED(t [...] xist for
this game."; ]; #ENDIF; -) instead of "Test Command" in "Tests.i6t"' unified glulx input by andrew
plotkin: again, this syntax was
withdrawn in April 2022.
In Section - Miscellaneous in the extension Unified Glulx Input by Andrew
Plotkin:


You wrote 'Include (- ! KeyboardPrimitive no longer exists. -) instead
of "Keyboard Primitive" in "Parser.i6t"' unified glulx input by andrew
plotkin: again, this syntax was
withdrawn in April 2022.


You wrote 'Include (- ! PrintPrompt no longer exists. -) instead of
"Prompt" in "Printing.i6t"' unified glulx input by andrew
plotkin: again, this syntax was
withdrawn in April 2022.
Unit Tests by Zed LopezVersion 7
"For unit testing. Tested with 6M62."
ni

My low-level reader of source code reported a mistake - "Inform 6
constant too complex". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "Inform 6
constant too complex". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "Inform 6
constant too complex". Low-level material written in Inform 6 syntax
occurs either in kits or in matter written inside 'Include (- ... -)' in
source text, either in the main source or in an extension used by it.
Universal Opening by Peter OrmeVersion 1/120223
This extension provides you with testing commands for force opening things. The commands are all in sections marked as "not for release" - this is intended to be a tool during development and test, not for actual games.
ni Socket ##A_universal_opening_of_ has two defns
/main/universal_opening_by_peter_orme/actions/action1/##A_universal_opening_of_
/main/universal_opening_by_peter_orme/actions/action2/##A_universal_opening_of_


An internal error has occurred: tried to make inconsistent socket. The
current sentence is 'The release number is usually 1' (the Standard Rules, line 478);
the error was detected at line 342 of "inter/bytecode-module/Chapter 2/The
Wiring.w". This should never happen, and I am now halting in abject
failure.
"I7's line number phrase returns lines with left and right whitespace trimmed; other than using regexps, there isn't a built-in means to access the raw untrimmed line. This adds an ``untrimmed line number`` phrase."
ni In Volume intfiction.org/t/46906 in the extension 6M62 Patches by Friends Of
I7:


You wrote 'Include (- [ Relation_ShowOtoO relation sym x [...] j2);
print "^"; } } } ]; -) instead of "Show One to One" in "Relations.i6t"' 6m62 patches by friends
of i7: but this syntax was withdrawn in April
2022, in favour of a more finely controlled inclusion command. See the
manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.
In Volume https://intfiction.org/t/53835/4 in the extension 6M62 Patches by
Friends Of I7:


You wrote 'Include (- Array Flex_Heap -> MEMORY_HEAP_SIZ [...] ; ! allow
room for head-free-block -) instead of "The Heap" in "Flex.i6t"' 6m62 patches by friends
of i7: again, this syntax was withdrawn in
April 2022.


You wrote 'Include (- [ HeapInitialise n bsize blk2; [...]
blk2-->BLK_PREV = Flex_Heap; ]; -) instead of "Initialisation" in
"Flex.i6t"' 6m62
patches by friends of i7: again, this syntax was withdrawn in April 2022.
Verbal Commands by Zed LopezVersion 1/211213
"Provides a 'verbs' command to output known verbs, a 'conjugate' command to demonstrate the conjugation of a given verb, and a 'meaning' command to report whether a verb is for saying only, means a property or what relationship it means if it means a relationship. The whole extension is marked Not for Release. For 6M62."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
ConjugateVerb_74, ConjugateVerb_75, ConjugateVerb_76, ConjugateVerb_77,
ConjugateVerb_78, ConjugateVerb_79, ConjugateVerb_80, ConjugateVerb_81,
ConjugateVerb_82, ConjugateVerb_83, ConjugateVerb_84, ConjugateVerb_85,
ConjugateVerb_86
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
Verbs by Zed LopezVersion 1/211231
"Provides a phrase that, given a text, returns a corresponding verb if it exists. For 6M62."
ni

Something went wrong late in compilation, when working through the
'pipeline' of code-generation steps. (This should not normally happen
unless your source text is making use of '(-' and '-)' and getting that
wrong, or unless you are experimenting with non-standard pipelines.) The
pipeline looks like so:
1. read
2. parse-insertions
3. resolve-conditional-compilation
4. compile-splats
5. load-binary-kits
6. make-synoptic-module
7. shorten-wiring
Problem: unable to find definitions for the following name(s):
ConjugateVerb_74, ConjugateVerb_75, ConjugateVerb_76, ConjugateVerb_77,
ConjugateVerb_78, ConjugateVerb_79, ConjugateVerb_80, ConjugateVerb_81,
ConjugateVerb_82, ConjugateVerb_83, ConjugateVerb_84, ConjugateVerb_85,
ConjugateVerb_86
8. detect-indirect-calls
9. make-identifiers-unique
10. reconcile-verbs
11. eliminate-redundant-labels
12. eliminate-redundant-operations
13. optionally-generate text ->
14. generate
15. index
"Allow certain things in adjacent rooms to be examined."
ni In Section 3 - I6T Hacking in the extension Object Matching by Xavid:


You wrote 'Include (- ! This is an actual specified [...] wn =
match_from + match_length; -) instead of "Parse Token Letter D" in
"Parser.i6t"' (Xavid/Object Matching.i7x, line 81):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
"Containers and actor that limit their contents by volume. Modeled after Bulk Limiter by Eric Eve, but understands length, width, and height as well as total size."
ni

I am reading the sentence 'The bulk capacity of a container is usually
24x16x12' volumetric
limiter by daniel gaskell as saying that a thing called 'bulk capacity of a
container' is a value, but this makes no sense to me - it would be like
saying 'the chair is 10'.


I am reading the sentence 'The bulk capacity of a person is usually
120x72x72' volumetric
limiter by daniel gaskell as saying that a thing called 'bulk capacity of a
person' is a value, but this makes no sense to me - it would be like saying
'the chair is 10'.
Vorple by Juhana LeinonenVersion 3/191117(for Glulx only)
"Core functionality of Vorple, including JavaScript evaluation and adding HTML elements."
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
GGRecoverObjects;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace YesOrNo;'".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
PrintPrompt;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.
Vorple Command Prompt Control by Juhana LeinonenVersion 3/181103(for Glulx only)
"Manually triggering parser commands, changing the contents of the command prompt and manipulating the command history."
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
GGRecoverObjects;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace YesOrNo;'".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
PrintPrompt;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.
Vorple Element Manipulation by Juhana LeinonenVersion 3/181103(for Glulx only)
"Adding, removing, hiding, moving and other basic manipulation of HTML document elements."
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
GGRecoverObjects;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace YesOrNo;'".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
PrintPrompt;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.
Vorple Hyperlinks by Juhana LeinonenVersion 3/181103(for Glulx only)
"Hyperlinks that either open a web site, execute a parser command or evaluate JavaScript code."
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
GGRecoverObjects;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace YesOrNo;'".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
PrintPrompt;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.
Vorple Modal Windows by Juhana LeinonenVersion 3/190914(for Glulx only)
"Modal windows are dialog prompts or other information windows that pop up on top of the play area and require user action to dismiss."
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
GGRecoverObjects;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace YesOrNo;'".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
PrintPrompt;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.
Vorple Multimedia by Juhana LeinonenVersion 3/191119(for Glulx only)
"Displaying images and playing sounds and music."
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
GGRecoverObjects;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace YesOrNo;'".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
PrintPrompt;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.
Vorple Notifications by Juhana LeinonenVersion 3/181103(for Glulx only)
"Notifications that display a short message on the screen and disappear after a few seconds."
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
GGRecoverObjects;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace YesOrNo;'".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
PrintPrompt;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.
"Vorple equivalent of Basic Screen Effects by Emily Short. Waiting for a keypress, clearing the screen, aligning, styling and coloring text."
ni

I can't find the right version of the extension requested by 'Include
version 7 of Basic Screen Effects by Emily Short' (Juhana Leinonen/Vorple Screen Effects.i7x, line 6)
- I can only find version 8.


In the sentence 'Section 1 - Centering text in Glulx (in place of
Section - Centering text on-screen in Basic Screen Effects by Emily Short)'
vorple
screen effects by juhana leinonen, it looks as if you intend to replace a
section of source text from the extension 'Basic Screen Effects by Emily
Short', but no extension of that name has been included - so it is not
possible to replace any of its headings.


In the sentence 'Section 3 - Displaying boxed quotations (in place of
Section SR5/1/7 - Saying - Fonts and visual effects in Standard Rules by
Graham Nelson)' vorple screen effects by juhana
leinonen, it looks as if you intend to
replace a section of source text from the extension 'Standard Rules by
Graham Nelson', but that extension does not seem to have any heading called
'Section SR5/1/7 - Saying - Fonts and visual effects'. (The version I
loaded was 6.)


In the sentence 'Section 4 - Showing the current quotation (in place of
Section - Showing the current quotation in Basic Screen Effects by Emily
Short)' vorple
screen effects by juhana leinonen, it looks as if you intend to replace a
section of source text from the extension 'Basic Screen Effects by Emily
Short', but no extension of that name has been included - so it is not
possible to replace any of its headings.
Vorple Status Line by Juhana LeinonenVersion 3/181103(for Glulx only)
"The Vorple version of the standard status line."
ni

I can't find the right version of the extension requested by 'Include
version 7 of Basic Screen Effects by Emily Short' vorple screen effects by juhana
leinonen - I can only find version 8.


In the sentence 'Section 1 - Centering text in Glulx (in place of
Section - Centering text on-screen in Basic Screen Effects by Emily Short)'
vorple screen
effects by juhana leinonen, it looks as if you intend to replace a section of
source text from the extension 'Basic Screen Effects by Emily Short', but
no extension of that name has been included - so it is not possible to
replace any of its headings.


In the sentence 'Section 3 - Displaying boxed quotations (in place of
Section SR5/1/7 - Saying - Fonts and visual effects in Standard Rules by
Graham Nelson)' vorple
screen effects by juhana leinonen, it looks as if you intend to replace a
section of source text from the extension 'Standard Rules by Graham
Nelson', but that extension does not seem to have any heading called
'Section SR5/1/7 - Saying - Fonts and visual effects'. (The version I
loaded was 6.)


In the sentence 'Section 4 - Showing the current quotation (in place of
Section - Showing the current quotation in Basic Screen Effects by Emily
Short)' vorple screen
effects by juhana leinonen, it looks as if you intend to replace a section of
source text from the extension 'Basic Screen Effects by Emily Short', but
no extension of that name has been included - so it is not possible to
replace any of its headings.
Vorple Tooltips by Juhana LeinonenVersion 3/181103(for Glulx only)
"Tooltips that can be activated on request or when the mouse cursor is moved over an element."
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
GGRecoverObjects;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace YesOrNo;'".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.


My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace
PrintPrompt;'". Low-level material written in Inform 6 syntax occurs
either in kits or in matter written inside 'Include (- ... -)' in source
text, either in the main source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': no matching '#endif'". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.


My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'GGRecoverObjects': misplaced directive". Low-level
material written in Inform 6 syntax occurs either in kits or in matter
written inside 'Include (- ... -)' in source text, either in the main
source or in an extension used by it.
Xorshift by Dannii WillisVersion 1/140818
"Allows Inform 7's random number generator to be replaced with one that is consistent across all interpreters"
ni

My low-level reader of source code reported a mistake - "this Inform 6
directive is not supported in kits or '(-' inclusions: 'Replace random;'".
Low-level material written in Inform 6 syntax occurs either in kits or in
matter written inside 'Include (- ... -)' in source text, either in the
main source or in an extension used by it.