//:://///////////////////////////////////////////// //:: FileName sc_nfog //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/16/2009 3:15:31 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "nfog") == 1)) return FALSE; return TRUE; }