Re: 2 TADS questions


5 Jun 1995 03:15:34 GMT

Thanks, all. Now there's just one problem to go:

: 1) I want to have an action by the player move an item into a hidden
: location (i.e., under something else). But as I understand it, TADS has
: to initialize the whole hiddenItem class at the beginning of play, so I'm
: not sure it would work to just change its underLoc property. (And if it
: has an underLoc, location should be nil?)