MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: Removing #100:""
> An overenthusiastic use of set_verb_info() led me to rename a verb to the
> empty string. Thankfully I had another copy of the code, but I would
> like to be rid of the now-useless verb #100:"".
Find out what the number of the verb is. Do ;verbs(#100) and see
what number it is (where the first in the list is 0, second is 1,
third is 2, etc). Then, I'm almost positive you can do this:
;delete_verb(#100, "3")
Substituting the correct number for '3', of course.
--Nate
References:
Home |
Subject Index |
Thread Index