CAT - Quick reference ====================== Is greater than or equal to GE >= Or OR || And AND && Not NOT ! Whenever you use NOT, you should protect the condition with ( and ). i.e. @IF (NOT @PLAYERIS(BOB)) @DO