I got ideas this summer (it sometimes happens

- making the sequel of a dungeon made by someone else, keeping his characters and objects
- making a long adventure in several episodes (did ya get the hidden key that will open the door at the beginning of this new episode ?)
- several RTC files made by different people with connections between stories.
For all of these features, I was thinking of a new [Import] statement, here's an example with 3 importing locations :
[Import]
IMPORT_SCARY FROM=(MY SCARY DUNGEON) TO=(1,23,4,SOUTH) KEEP_INVENTORY=(TRUE)
IMPORT_DOOM FROM=(MY TEMPLE OF DOOM) TO=(13,4,2,EAST) KEEP_INVENTORY=(TRUE)
IMPORT_PRISON FROM=(MY DUNGEON ENDING WITH A NICE TRAP WHERE YOU LOSE EVERYTHING) TO=(5,35,9,NORTH) KEEP_INVENTORY=(FALSE)
Of course, objects that weren't designed for the new dungeon wouldn't appear in inventory...
So what do you think ?