ID:148895
 
I figured out how to get the verbs to appear in different menus. There are a few that i want to not appear in any at all... Is this possible???
nevermind i figured it out:

set category = null
In response to Nick231
to make verbs not appear i believe u use the settings var


mob/verb/say(t as text)
set hidden = 1 //setting it to 1 makes it hidden
world << "[usr] says, [t]"

i hope thats helpful