I'm adding event notification functionality to LambdaMOO. I'm having a
little trouble trying to execute MOO verbs from within the extensions.c
module. The method I'm using is a call: call_verb(progr, verb, args, 0)
where progr is the object / player who owns the verb. It appears that
db_find_callable_verb called by call_verb can't find the verb which I
wish to call. However, the function db_find_defined_verb locates the
verb no problem.
Does anyone have any suggestions?
Thank you.
Brendan.