How would I load a specific room from a pack of rooms? Or are multiple room packs only suitable for random selection?
Also thanks so much for making this extension, it's brilliant : )
Package GameMaker rooms and load them as you please · By
A pack contains a ds_map where the keys are names of the rooms and values are ds_maps of room data.
The documentation has an example of picking a random room out of a pack.