< Previous | Contents | Next >
Required. A string value which sets the category a tool will appear in. For example, REGS_Category =
"Script" will place the tool in the Scripts category of the tool menu. If the category does not exist,
it will be created to hold the tool. Nested Categories can be defined using a \ character as a seperator. For example, REGS_Category = "Script\\Color" will create a Color category under the Script category of the tool menu. Remember to use \\ instead of \ in a regular string, as \ is considered an escape character unless the [[]] syntax is used.