MENU LONG
From Macros Wiki
Jump to navigationJump to search
Command
- MENU_LONG <text>
- Define a long name to be displayed when the mouse hovers over the icon on the macro menu.
Parameters
- <text>
- Text to be displayed, must be in double quotes
This command is only used to provide the long name.
It must be placed in the first 10 lines of the macro, otherwise it will be ignored.
It is not processed like other macro commands and therefore can ONLY contain text inside double-quotes.
The text cannot contain any macro variable names.
IF you would like to split the text onto multiple lines, use '\n' to indicate a new line.
Example
MENU_LONG "This is my long macro name"
MENU_LONG "This is another long macro name\nand this one is on on 2 lines"