Right-Click Access and the Command Bar in Developer Help
|
|
Is there anyway to allow one to type a command for a verb into the command bar, but not have it appear when you right-click the mob.
For example, I am constructing my 'Ban' verb. I declare the method as 'Ban(mob/M in world)'. From what I've seen, you can only type a command for a '_____(mob/___)' verb in the command bar if you are capable of right-clicking the mob in question and having access to the verb through that.
The thing is, I have a lot of admin verbs that I want to be accessed through the command bar, but there are only a select few I want to be accessed via right-click (to make things more efficient).
Is it something simple I've just overlooked? Is there some advanced code I can slap in there to do that? Or is it just impossible with the BYOND interface?
|