//:://///////////////////////////////////////////// //:: FileName sc_chknualweap //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/18/2002 2:34:34 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "nNualWeapons") == 1)) return FALSE; return TRUE; }