I think I did not make it clear enough.

When I do this;
C:
..Program Files
....Gstudio6
......Gamefolder --> with start.wdl and WED entities
......Scripts --> with the rest of the scripts
WED works correct, the game will run, but in --> SED <-- only the first included file will be loaded, the rest not. Now that is the problem!
It does not mather how I set the path;
path "C:\\Program Files\\GStudio6\\scripts";
path "C:\\Program Files\\GStudio6\\images";
path "C:\\Program Files\\GStudio6\\sounds";
path "C:\\Program Files\\GStudio6\\models";
or;
path "..\\scripts";
path "..\\models";
path "..\\images";
path "..\\sounds";
the result is the same; only one included file is loaded.
I have to place the included files in the same folder as start.wdl (Gamefolder)
so that they are loaded automaticaly.
When the files are in the scripts folder and I make changes in a wdl file, and I need that file in another game also, I have to copy that file into my other gamefolder.
So it would be easier if the wdl files are in a folder where they can be reached by other start.wdl files in other folders.
Regards,
Frits