//:://///////////////////////////////////////////// //:: FileName sc_golemquest3 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 6/12/2003 1:34:03 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "GolemQuest") == 3)) return FALSE; return TRUE; }