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