//:://///////////////////////////////////////////// //:: FileName sc_amanda1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 03/07/11 17:59:58 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "AmandaQuest") > 0)) return FALSE; return TRUE; }