mob/Login()
if(client.IsByondMember())
usr.verbs += /mob/verb/FontColor
usr.verbs += /mob/verb/NameColor
else
usr << "For special features, <a href=\
'http://members.byond.com/' >become a BYOND Member</a>!"
return ..()
Problem description:
It doesn't seem to care if the member is a byond member or a regular member. It just gives them the verbs anyway.