OOCBuff = Out of Combat Buff
the "!" negates it
So if you see
Code:
if (UseOOCBuff)
//do something
the do something part only gets executed if the Bot is not in combat
and
Code:
if (!UseOOCBuff)
//do something
and thats the same but only gets executed if the Bot is in Combat