Macro image (Slash Command): Difference between revisions
Jump to navigation
Jump to search
m (RogerWilco moved page Macro image to Macro image (Slash Command): I had not noticed that the convention for commands was to add _(Slash_Command)) |
No edit summary |
||
Line 6: | Line 6: | ||
<code>/macro_image "Inherent_KnightsBastion" "Costume 2" "cc 1"</code> | <code>/macro_image "Inherent_KnightsBastion" "Costume 2" "cc 1"</code> | ||
[[https://docs.google.com/spreadsheets/d/1uHUi6BWFTYj4wbfGBs3LjZL88Fym6B-8EwDr18YZcY8/edit#gid=0|| This Google sheet contains a lot of the icons that are in the game]]. | |||
== See also == | == See also == |
Revision as of 15:13, 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"
[This Google sheet contains a lot of the icons that are in the game].