SetSynonyms

void SetSynonyms(heapPtr scrListObj)

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

Example
(synonyms
  'grab' = 'open'
)

...

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