//:://///////////////////////////////////////////// //:: FileName sc_checkpcovepas //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/6/2002 3:11:07 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "nPirateCovePass") == 1)) return FALSE; return TRUE; }