Re: TADS problem
24 Jun 1995 02:24:30 GMT
I have noticed a number of errors in your code. The most important one
if that you are not defining a verb property for your new verb (you
used the noun property instead, which won't help). I have also noticed
that you define ShootAt as an IoAction (using the rather inappropriate
preposition of "with"), but that you are defining the methods as if you
were dealing with a DoAction. This will not work. I suggest you read
the chapters on the parser and the definition of verbs again.
DSR