new system

by Weylin

Back to Combat Guide.

Xavius2006-06-03 19:39:45
I think you're still missing it.

In coding, ! is equivalent to formal logic's ~. It's a negation. Therefore:

%ismember (foo, @bar)=0
is equivalent to
!%ismember (foo, @bar)

See it now?

EDIT: Nevermind! He's fixed it.
Daganev2006-06-03 19:40:51
Yes, however, in murphy's ORIGINAL code, Concusion was checking to equal 1 not 0. Hence the confusion.