int StartingConditional() { int iResult = FALSE; int iCurListPoint = GetLocalInt(OBJECT_SELF,"ASG_MIC_CURRENTLISTPOINT"); int iK = iCurListPoint; if (iK>=7) iResult = TRUE; return iResult; }