//:://///////////////////////////////////////////// //:: FileName lom_once2 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/26/2004 1:04:31 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "lomonce") == 1)) return FALSE; return TRUE; }