//:://///////////////////////////////////////////// //:: FileName sc_grailquest1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 03/08/15 01:05:58 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "GrailQuest") == 1)) return FALSE; return TRUE; }