%isAffectedByBits()

Aliases%isAffectedByBits( )
Parameterscharacter @entity, integer @bitMask

    Returns 1 if the given character is affected by all of the affects denoted
by the set bits of the bitMask integer value. Returns 0 otherwise. This
function shouldn't be used, instead you shoulduse the %isAffectedBy()
function.