Macro image (Slash Command): Difference between revisions
Jump to navigation
Jump to search
RogerWilco (talk | contribs) (This could be a new command in i25, but I remember it from live as well, although it's not on the old Paragon Wiki) |
RogerWilco (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
You can give your macros icons instead of having it be a grey circle with words with the macro_image command. The format for the command is: | You can give your macros icons instead of having it be a grey circle with words with the macro_image command. The format for the command is: | ||
/macro_image "Image_Name" "Tooltip Text" "Command" | <code>/macro_image "Image_Name" "Tooltip Text" "Command"</code> | ||
For example, a costume change macro is created with | For example, a costume change macro is created with | ||
/macro_image "Inherent_KnightsBastion" "Costume 2" "cc 1" | <code>/macro_image "Inherent_KnightsBastion" "Costume 2" "cc 1"</code> | ||
[[Category:Slash Commands]] | [[Category:Slash Commands]] |
Revision as of 14:56, 6 June 2020
You can give your macros icons instead of having it be a grey circle with words with the macro_image command. The format for the command is:
/macro_image "Image_Name" "Tooltip Text" "Command"
For example, a costume change macro is created with
/macro_image "Inherent_KnightsBastion" "Costume 2" "cc 1"