int StartingConditional() { int iResult; int nSB = GetLocalInt(OBJECT_SELF, "SWIM_BONUS"); iResult = ((nSB >= 4)&&(nSB < 8)); return iResult; }