Christoph Reichenbach wrote:

> Hi,
>
> On Tue, 14 Dec 1999, Lars Skovlund wrote:
>
> > Block type 3 is the synonym block. It contains pairs of word group
> > numbers (16-bit), where the second WGN will replace the first one during
> > parsing. Note that the synonym blocks must be activated using a call to
> > SetSynonyms.
>
> SetSynonyms(Object *o):

Yes.

> *o contains two relevant selectors: elements, and size. Elements points to
> a doubly linked list; size appears not to be related to this list (in all
> of my tests, it pointed to exactly one object, a room object).
>

But the room object _is_ the one we're interested in.

>
> Any ideas how the synonyms are retreived from there?
>

Yes. Each of the elements in the list has a selector called "number". That
number identifies the governing script. That script may/may not have a
synonym block. If it does, it is activated..

>
> llap,
>  Christoph

Lars

Reply via email to