Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

I need help with TADS!

0 views
Skip to first unread message

Nicholas Gorrell

unread,
Aug 15, 1995, 3:00:00 AM8/15/95
to
Okay, I'm writing this game in tads, and it has this error I can't figure
out. The error is this:

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

Gerry Kevin Wilson

unread,
Aug 15, 1995, 3:00:00 AM8/15/95
to
In article <Pine.SOL.3.91.95081...@xmission.xmission.com>,


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__|_\__/__>

james reese

unread,
Aug 15, 1995, 3:00:00 AM8/15/95
to
In article <40qlhe$a...@agate.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.

Jim
jre...@leland.stanford.edu

0 new messages