From QuestWiki
An objectdictionary is a dictionary where keys are strings and values are objects.
The format is "key = value", separated by semicolons.
For example:
<myattribute type="objectdictionary">first = player; second = lounge</myattribute>
This defines:
| key
|
value
|
| first
|
player
|
| second
|
lounge
|
See Using Dictionaries