game.t(the last line in the program): error TADS-1037: undefined object
in vocabulary tree
could someone please tell me what this error means, I can't seem to fix it!
Thanks,
Nick Gorrell
Ok, it means that you have tried to inherit from a non-existant object.
Go look at all your object headings and make sure your capitalization is
correct.
--
<~~TREV ERA~~~~~~~~~~~~~SIGHT~UNSEEN~~~~~~~~NO~RELEASE~DATE~YET~~~~~~|~~~~~~~>
< I W In the jungle of the big city, a predator stalks one | ~~\ >
< GO SOFT he considers easy prey, a blind student. Feel the fear | /~\ | >
<_______________________...@uclink.berkeley.edu__|_\__/__>
In particular, check for capitalization errors such as "floatingitem"
instead of "floatingItem." (Also on the top ten list: hiddenItem,
lockableDoorway, etc.) You might want to do a spell check with ignore
case disabled; when you come across one of these words correctly
spelled/capitalized, put it in your spell checker dictionary for future
use.