if (%name.of.user. $+ $2 == 1) {

does work, else I wouldnt of posted that it worked.

True if $name.of.user.$2 exists, because it will have value of 1
False if the value is not 1, because it does not exist.
I tried it, and it does work.

<person> !read bob
if (%name.of.user. $+ $2 == 1) AKA if (%name.of.user.bob == 1)

Last edited by BNX; 04/07/05 01:33 AM.