ID:138157
 
would it be possible to add a comand that could be used to hide verbs only in certain ways
or perhaps to hide verb pannels.

what i want is a verb that ONLY appears on the right click drop down menus, but not in a pannel... oh and players shouldnt be able to type it either.

I need either a way to hide them but keep them on the menus
or a way to hide verb pannels (then i could put all the verbs in a pannel and hide it)
so could this be done?
In response to Mloren
On 2/23/01 6:22 am Mloren wrote:
so could this be done?

Tom is the probably the guy to answer, and he is out until Sunday evening I believe.
In response to Mloren

I'll answer this one in the absense of my learned partner. The question is whether it would be better to do this sort of thing on an individual verb basis or whether it would be more useful to do it on entire catagories of verbs.

For your purposes, I could accomplish most of what you want by allowing an expression such as this:

mob/verb/test()
set catagory = null //not on a panel

This would prevent the verb from showing up in a panel, but it would still be accessible on the command-line. If it is essential for you to control exactly where the verb is accessible, an additional setting would be necessary.

--Dan
In response to Dan
And would this still show up in the right click menus?
thats the important thing.

and can this be added, It would be a great help.