//:://///////////////////////////////////////////// //:: FileName sc_drowquest1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 03/07/30 13:49:11 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "DrowQuest") == 1)) return FALSE; return TRUE; }