int StartingConditional() { int iDone; iDone=GetLocalInt(OBJECT_SELF,"Done"); if (iDone==0) return TRUE; return FALSE; }