11-28-2014, 01:52 AM
I am modifying everything for usage of "info.lua".
My commands structure is like only ONE main command:
- /home
and then few fixed sub commands but also the argument[2] could be a paramater for the main command:
Sample:
- /home => will port you to default home
- /home help => will display help
- /home [SOMEWORD] => will port you to the home called SOMEWORD
It seems this is not possible with the info.lua commands structure, cause i have to use one Handler already for the main command, so the subcommands are never reached?! Am i right, or is there another way?
My commands structure is like only ONE main command:
- /home
and then few fixed sub commands but also the argument[2] could be a paramater for the main command:
Sample:
- /home => will port you to default home
- /home help => will display help
- /home [SOMEWORD] => will port you to the home called SOMEWORD
It seems this is not possible with the info.lua commands structure, cause i have to use one Handler already for the main command, so the subcommands are never reached?! Am i right, or is there another way?