(12-30-2013, 04:33 AM)xoft Wrote: I was planning on making a special variable available in each command, called Alias, which could be either a single string (for a single alias), or an array table of string for multiple aliases:
Commands = { ascend = { Alias = { "asc", "a", }, } } ;It fits better into the scheme of subcommands ("/gal info" etc.)
Oh then I'l edit my table.
I implented it.