BIND "filename";

The given file will be copied to the game folder by WED's Publish function, and included in the game resource by WED's Resource function.

Remarks:

Only for special purposes; all file names given between double quotes in the scripts will be included anyway. You can define any number of BIND statements.

Example:

BIND "model.mdl"; // Model.mdl binds to the resource file
BIND "venture.wdl"; // Venture Script binds to the resource file

See also:

include