//:://///////////////////////////////////////////// //:: FileName sc_quest20 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/7/2003 1:49:20 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "quest") == 20)) return FALSE; return TRUE; }