Hyperlink Interface by Leonardo Boselli

Well I can post all the bits that it caused problems with? I’ll just start with the first three errors. I’ll point out the lines Inform has problems with.

First when play begins: let T be an indexed text; let T be "menu"; add T to List of Hyperlink Glulx Replacement Commands; let T be "look"; add T to List of Hyperlink Glulx Replacement Commands; let T be "inventory"; add T to List of Hyperlink Glulx Replacement Commands; let T be "topics"; add T to List of Hyperlink Glulx Replacement Commands; let T be "things"; add T to List of Hyperlink Glulx Replacement Commands; let T be "exits"; add T to List of Hyperlink Glulx Replacement Commands; change the command prompt to "[set link 2] l [end link]|[set link 3] i [end link]| [set link 1]menu[end link]>"; [<--- This line] repeat with CT running from (HI min hyperlinks) to (HI max hyperlinks): let T be ""; add T to List of Hyperlink Glulx Replacement Commands.

Rule for printing the name of a direction (called dir) while looking (this is the Hyperlink Interface highlight directions while looking rule): now the saved direction is dir; carry out the direction hyperlinking activity. [<------This line]

Rule for printing a parser error when parser error is not a verb I recognise (this is the Hyperlink Interface not a verb I recognise rule) : show HI message for not-a-verb-I-recognise. [Acknowledge that the player may be trying to type a hyperlink, not just a verb.]