You need to use 'include' for script files. 'Bind' is used to add other files to your project.

Have you included you script files like this:
include <myScript.wdl>;
or like this
include "myScript.wdl";

Dunno if the last one is valid - btw. you should NEVER use it!