//:://///////////////////////////////////////////// //:: FileName sc_slayer1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/16/2009 10:32:06 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "slayer1") == 1)) return FALSE; return TRUE; }