Ah ok, bitwise operations. Never did like these :3 Or, I should say never learned how to do them and got scared hahaha.
Anyway, I do have your plugin pack installed.
Is Set = BIT GET( Source Bitset, Bit Number)
So, going by your plugins, with this code I would do something like...
containsBitFlag = BIT GET (varSetFlags, varTestFlag)
Going by what I've read, 'varSetFlags' would be the combined total of all flags set, and 'varTestFlag' would be the specific value I'm looking for, such as 1 or 2 or 4 or 8, etc.?
Or is my logic WAY out of whack?