One of my rooms is giving me an error that reads "unexpected eof". I can't find the term "eof" in the help files anywhere, and I'm not seeing any problem with the room script. What does this error mean?
End of File?
Perhaps you're closing/ending a script, maybe with a closing bracket "}", before it was expected? It maybe have been expecting a different scripting syntax.
Probably you are missing one or more closing braces "}".
I found the problem. I had a ' instead of a " somewhere in the script. Thanks for the suggestions, though.