ID:148895
Aug 24 2002, 10:10 pm
|
|
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???
|
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 |
set category = null