Hi,i'm doing a rpg/mmorpg project,and i have put
so many commands on the game,but my trouble is,
there are so many commands on the commands window,
and it can make everyone confuse because of the
lot of commands,have events,common and other commands
on the same tab,how i can create tabs to separate each
commands?
And how i can hide some commands from the command tabs?
ID:155523
Jun 10 2011, 7:23 am
|
|
Jun 10 2011, 7:36 am
|
|
Use "set category = "tab name here"" in the verb definition for tabs. Use "set hidden = 1" to hide the verb.
|
In response to Turles
|
|
Woah!Thank you!
Now i can make some order on the commands. |