//:://///////////////////////////////////////////// //:: FileName sc_king1st //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/21/2002 8:56:41 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "KingFirstTimeTalked") == 1)) return FALSE; return TRUE; }