Look at next figure.
It illustrates there are 2 items at the tile.
The tile and each item has record link for other item.
Look at the next figure.
It illustrates there is a creature and a item at the tile.
Also the creature possesses an item.
This means creature has 2 record links.
There are 3 table types (creature, chest, missile tables) having 2 record links.
In this section, talk about how DM2 uses record to remember next info.
Look at the next figure.
This is complex, but this shows how scout minion represented in saved game map.
Next figure shows about 3 records' usage for scount minion.
All destination point (creature generated at, recent open door, destination) shares same format.
The word value's binary format is: ZZZZZZXXXXXYYYYY
ZZZZZZ
is map number (from 0 to 63).
XXXXX
is x-axis location (vertical direction in editor map view)
from 0 to 31.
YYYYY
is y-axis location (horizontal direction in editor map
view) from 0 to 31.