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