I feel like this is the most obvious question in the world, so I apologize if it's been asked a million times before, but I've done a fair amount of googling and searching within this forum and I haven't been able to find quite what I need.
All I want to do is change the wording of the default "You can't go that way." message. I don't want to change anything about the circumstances under which it appears; I just want it phrased differently. I thought I could do this with:
Code:
Instead of going nowhere, say "something something."
But that has additional undesired effects, i.e. if the player tries to go through a closed door, he just gets "something something" instead of automatically trying to open it or getting a message that there's a door in the way.
I then thought I could use Custom Library Messages to replace the message itself, but its documentation suggested that it's overkill for what I want to do and I should probably just use the more lightweight extension "Default Messages," which I looked up and found that it's no longer supported and has been replaced by "English," which had no documentation. When I got to the point where the Inform 7 documentation was telling me I should make a copy of English and put it into place using I6 template hacking, I figured I should probably take a step back and see what the forum suggests is actually the best way to do this.