in the newer revs when you get the missing functions errors its because you have to add this little line to setup.cpp:
Code:extern "C" SCRIPT_DECL uint32 _exp_get_script_type() { return SCRIPT_TYPE_MISC; }
in the newer revs when you get the missing functions errors its because you have to add this little line to setup.cpp:
Code:extern "C" SCRIPT_DECL uint32 _exp_get_script_type() { return SCRIPT_TYPE_MISC; }