src.verbs -= obj/NAME/verb/VERBNAME
Problem description:
Okay, I've been trying to remove a verb on an object with this piece of code but it doesn't seem to work. I tried messing with it too but either one of three things happen:
1. Compiles successfully but when I test it, the verb won't disappear.
2. Compiles with 1 or 2 warnings.
3. Fails to compile.
What's the problem?