Today I added several rooms, and overhauled the system of getting around the GOTO inside $INCLUDE problem. It ends up that if I nest the rooms and their labels inside an IF statement and run through the files at the beginning of the program, I can use GOTO, since the file has already been included. Huzzah!