your using the void keyword in a .WDL file, that's invalid.

.WDL uses c-script and the language you're using is lite-c.

change the keyword "void" to "function" if you want to use c-script or save the script file as .c instead of .wdl if you want to use lite-c.

As you posted in a lite-c forum i guess save the file as .c

Last edited by DJBMASTER; 05/08/08 00:44.