MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: Q: Adding another wizard class.



You're going about it the wrong way.  Insert something between $prog and
$wiz that's your admin class, and add the appropriate $bf wrappers for
things like verb_code, verb_info, property_info, but NOT for things like
set_Verb_Code or set_property_info or set_verb_info.  Lookynotouchy.  Anf
if you have verbs you want them to have that do require wizard bits, just
copy it to the admin class and @chown it to a wizard.  You can't really
have a non-wiz child of $wiz unless you set .wizard to 0, which
effectively defeats the purpose of them being $wiz.  And prevents them
from using most of the verbs anyway.

--
Unsolicited commercial email will be proofread and sent back to its
source, along with a bill for $150 U.S. The act of mailing such messages
to my account indicates acceptance of these terms. 




References:

Home | Subject Index | Thread Index