SkywingvL, I apologize for never getting back to you in regard to my issue. I banged my head against a wall for ages and I think I have figure out what the problem is/was with my issue.
Say you have a simple script -
#include "test_inc"
int StartingConditional()
{
object oPC = GetPCSpeaker())))))))))))));
return TRUE;
}
And the test_inc script looks like this:
void TestFunction(object oPC)
{
//whatever this function does, etc, etc
}
/*IMPORTANT: Make sure you end this script with comments that start with the forward slash-asterisk at the end of it, but don't close it!!!!
If there is a /* at the end of the include, but no */ to close it up, it will allow the obviously messed up script above to compile without a problem! I'm not a coder or scripter by trade, so I assume just having a /* is not recommended practice. But it appears that was causing all of my scripts using this 'bad' include to compile without errors, when really they were not compiling at all. I'm not sure if it is something you can fix, but I just wanted to let you know.
Thanks - and again, this kicks butt!
Modifié par Thayan, 18 juillet 2011 - 05:07 .