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