pipfromslitherine wrote:Which file are you trying to read the include from? It should read from the folder the file is in, but if there is a 'top level' script which is including YOUR script then that top level script defines the folder that is looked in (if that makes sense).
I think I might have to add the ability to force the use of specific scripts.
As a note, what happens if you change the name of your version of the FUNCTIONS.BSF file and include that?
Cheers
Pip
Well ..... once again, chock this up to operator error ...
I went back to what adherbal said .... (thanks adherbal!)
In my SCENARIOS folder, I have functions.BSF (copy from core), and myscenario.BSF ....
In myscenario.BSF I have the ... include "functions.BSF"
In the functions.BSF I have modified the code (added sides 7 and 8 ).
Well ... now it works (as you advertised!) ... Everytime you call me on this it magically works ...
Junk2Drive ... you listening?
Thanks again Pip ... It all makes sense but for some reason I get it porked.
You made the light come on when you said ;
It should read from the folder the file is in, but if there is a 'top level' script which is including YOUR script then that top level script defines the folder that is looked in (if that makes sense).