//:://///////////////////////////////////////////// //:: FileName sc_figurequest1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 03/08/17 19:20:56 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "FigurineQuest") == 1)) return FALSE; return TRUE; }