Relative include doesn't work correctly (Linux)
Posted: 07 Dec 2015, 17:00
The following code from the docs does work only if the otherScript.acod is in the home directory of the user (/home/username/otherScript.acod):
It should include files relatively to .ascr save dir instead.
Code: Select all
include("otherScript.acod"); //Read and evaluate a script named "otherScript.acod".