Placing Dynamic Rooms in a Region?

Here is what I have:

[code]Include Dynamic Rooms by Aaron Reed.

Starting Room is a room.

When play begins: locate Starting Room at xyz {0, 0, 0}; assign xyz coordinates based on Starting Room.

There are 20 dynamic rooms.

The Test Region is a region.

When play begins: the room at xyz {0, 0, 0}; is in the Test Region.

The maximum-map-x is 9. The minimum-map-x is -9.

The maximum-map-y is 5. The minimum-map-y is -5.

The maximum-map-z is 0. The minimum-map-z is 0.[/code]

See https://intfiction.org/t/objects-in-dynamic-rooms/10438/1