//:://///////////////////////////////////////////// //:: FileName sc_amanda1b //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 03/07/11 18:03:15 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "AmandaQuest") == 1)) return FALSE; return TRUE; }