//:://///////////////////////////////////////////// //:: FileName sc_lichquest1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 05/05/05 11:38:10 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "LichQuest") == 1)) return FALSE; return TRUE; }