I have created a simple Lua script and added it to the folder /home/user1/test/
I then add the following declare statement in PD:
[declare -path /home/user1/test]
But the script is not found.
(I have tried to put the script in many other folders like ~pd-externals etc but with the same result..)

Any suggestions on how to set up a Lua script in PD?

(Also is there some way I can see the value of -stdpath?)