//:://///////////////////////////////////////////// //:: FileName welcomegkchk //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 7/9/2002 7:12:10 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "welcomed") != 1)) return FALSE; return TRUE; }