Locke wrote:
I;m working on an RPG, and noticing that the amount of rooms is getting rather large as the game progresses, is there anything you can do within QDK so that the rooms, can be put into "groups"?
No, not within QDK.
If you are an ASL hand coder you can break your code up into 'libraries', so that you only need have the specific bunch of rooms/objects or whatever you are working on to scroll through in your code editor, but QDK doesn't help you here.
Al (MaDbRiT)