Plrflag

     plrflag - syntax: plrflag(CH,"player flag name") 

Returns true if CH has the specified player flag set. Always false on a mob.

   --- Clan guard?
   if plrflag(ch,"traitor") then
      say("Get out of my site before I attack you, traitor!")
   end