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