ID:178156
 
How do I make a new tab and name it, like i have a tab but i want it to be called communication, and i cant seem to make a new tab at all.
I'm assuming this a a verb tab. When coding in any verbs you want under this "Communication" tab, simply add the line:

set category = "Communication"



-Joe
Just set the category of the verb to whatever you want.

<code>mob/verb/Communicate(msg as text) set category = "Comm"</code>

I also recommend using short tab names, otherwise you'll fill up the bar quickly and players will be forced to scroll through tabs to find what they want.