Macro image (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
<code>/macro_image "Inherent_KnightsBastion" "Costume 2" "cc 1"</code>
<code>/macro_image "Inherent_KnightsBastion" "Costume 2" "cc 1"</code>


 
== See also ==
* [[Macro_(Slash_Command)]]


[[Category:Slash Commands]]
[[Category:Slash Commands]]

Revision as of 15:00, 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"

See also