//:://///////////////////////////////////////////// //:: FileName sc_heeshi1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 7/28/2012 9:32:06 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "heeshi1") == 1)) return FALSE; return TRUE; }