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