Hi @mjosborne1 ,
What I have used so far in my projects is placing the script files in <ide>\binaries\Scripts or at the project root directory (where the .project is located).
So to me the LinkServer scripting is taking these two folders in a kind of pre-search order.
It finds the files there if it is specified without a path in it, e.g. "test.scp", but I have not been able to use a relative path from there.
Interestingly, if I use "./test.scp", it finds the file in the location of the IDE executable path (<ide path>\ide).
I need to have some more tests and report back if I find something new.
Erich