int StartingConditional() { string sName=GetName(GetPCSpeaker()); if (GetLocalInt(OBJECT_SELF,"n"+sName+"Completed")==1) return TRUE; return FALSE; }