We have our project split up into two folder structures, one for common components between different projects, and one for the specific project we are working on. we have been using the main project data folder and using extern_path to point to the common folder. everything works fine while running the applications. We can switch world with world_load command with no problems.
The problem arises when in the editor. Using "File->Open World" to open a world produces errors. The error is that it can't open the script file located in the extern_path directory. In the editor we can use world_load to load that same world fine, we just can't use the menu item.
Thanks,
Dusty