mob
verb
giveVerb(name as text)
new /mob/custom/verb/tmp/Custom(src, "[name]")
removeVerb()
verbs -= /mob/custom/verb/tmp/Custom
The example above doesn't remove the verb. If I don't rename the verb and keep the original name ("Custom") then it'll work.