How you get the mtlFX.c work? I got error when I run the script. The engine cannot found mtlfx.c
In WED I can select the action, though.
I have these lines in main.wdl
Code:
PATH "C:\\Program Files\\GStudio7\\template_6";
PATH "C:\\Program Files\\GStudio7\\template_6\\code";
PATH "C:\\Program Files\\GStudio7\\template_6\\images";
PATH "C:\\Program Files\\GStudio7\\template_6\\sounds";
PATH "C:\\Program Files\\GStudio7\\template_6\\models";
PATH "C:\\Program Files\\GStudio7\\code";
and these include in main.c
Code:
#include <default.c>
#include "mtlFX.c"