ID:273741
 
Well, i've been looking on Skin Editor, i saw it's "tabs" + to add - to remove.
But i don't get it.

i did tabs+tabto add and nothing.

I think i did it wrong, could someone explain it better please? :P
If you're using the default "info" pane then you can use the Stat() proc to add a tab to it permanently.

Otherwise you can use set category under verbs to have tabs appear only when the verb is given to the player.

If you attach the verb to an object and you set src in oview(1) you can then have the verb added when a player gets close to an object. Setting it's category will make the tab with that verb appear when you're close to the object and it will disappear along with the verb when you move away from it.
In response to Bravo1
No, i meant: Did you see the Tabs Control on Skin Editor? Well.
You add a tab and you set them between comas, for example "tab1,tab2,tabetc".
I saw that using tabs (Skin Control) you can add another tab to the Tab Control.
But i don't understand how it works. :/
In response to Ocean King
winset(usr,"window.tabcontrol","tabs=+mynewtab")

winset(usr,"window.tabcontrol","tabs=-mynewtab")

Something like that.. Idk if it's just me but the - works well but not the +.

Edit: Replacing + with %2b will fix this.
winset(usr,"window.tabcontrol","tabs=%2bmynewtab")