//:://///////////////////////////////////////////// //:: FileName sc_020 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 26/04/2008 14:50:15 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "iWantDoll") == 2)) return FALSE; return TRUE; }