//:://///////////////////////////////////////////// //:: FileName sc_lichquest99 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 05/05/05 11:28:08 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "LichQuest") == 99)) return FALSE; return TRUE; }