ID:160855
 
How do i add tabs rather than just commands?
Look up statpanel()
You're being too vague. When asking questions, make sure to always be as descriptive and specific as possible.
What I think you're looking for is this, make sure to read it fully and also the links in 'See also'.
In response to Andre-g1
mob/verb/Verb_name
set category = "Tab name"
//verb commands
The indentation is wrong,but I think set category is what your looking at.