verbs += typesof(/mob/admin_commands/verb) //The DM F1 Guide
usr.verbs+=typesof(/mob/Party/verb) //My code.
Problem description:
I was just wondering why it gave me an error saying that the compile failed and there was a possible cross-reference loop even though I did exactly the same thing as the DM F1 Guide and how I should fix it.
Keep in mind that I do have a /mob/Party/verb type, I'm not that forgetful.