//:://///////////////////////////////////////////// //:: FileName sc_pjohnquest5 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 03/07/17 17:13:19 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "PresterJohnQuest") == 5)) return FALSE; return TRUE; }