If you open it in the same directory as the "test_1.scp" you will get an error. Opening it in a separate (otherwise empty) directory and you only get the second "HELLO".
test_main.scp (compiled as exe with the option "compile includes" selected):
Code: Select all
Let>TEST_DIR=%SCRIPT_DIR%
Include>%TEST_DIR%\test_1.scp
Include>%SCRIPT_DIR%\test_2.scp
Code: Select all
MDL>HELLO 1!
Code: Select all
MDL>HELLO 2!
I hope this can be resolved since I'm relying on having the import path dynamically to fetch the includes from different path's for different projects.