//:://///////////////////////////////////////////// //:: FileName jsmith1check //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 17/02/2003 12:31:28 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "johnsmith") == 1)) return FALSE; return TRUE; }