SetSynonyms (Kernel)

SetSynonyms(scripts)

Examines the scripts pointed to by the objects in the specified set (by their script property). If they have any synonyms, it enables them.

Important

SCI0 only.

This is handled automatically by the Rm() and Rgn() classes.

Example:

(synonyms
  'grab' = 'open'
)
...

SetSynonyms(gRegions) // the global variable pointing to the list of rooms