Well, you would have to do this all manually (to my knowledge). I know that you'd have to have some statements like
mob/Login()
src.verbs -= mob/verb/MyVerb() /* You'd keep doing this untill <i>all</i> the verbs of which you wanted to go away are listed as so. Then when you want to display them again, all you have to do is. */ src.verbs += mob/verb/MyVerb()
Hope that helps, I know it can be pretty hard and stuff. But you learn from doing. ;D
Hope that helps, I know it can be pretty hard and stuff. But you learn from doing. ;D