Clicks description example for macro

This commit is contained in:
Sumsebrum
2021-06-16 02:08:00 +02:00
parent 505154e699
commit bc1a617b6e
2 changed files with 13 additions and 2 deletions

View File

@ -190,8 +190,17 @@ local function SetupAttributeOption(i)
},
spell = {
type = "input",
name = L["Spell name / Macro text"],
desc = L["Use *arena* as placeholder. Like a '/rofl *arena*'"],
name = L["Cast Spell / Macro"],
desc = L["\n|cff1ac742Cast Spell:|r\n" ..
"Type in the spell name.\n" ..
"For example:\n" ..
"|cff17d1c8Polymorph|r\n" ..
"\n" ..
"|cff1ac742Macro:|r\n" ..
"Use *arena* as placeholder.\n" ..
"For example:\n" ..
"|cff17d1c8/cast [@*arena*] Blind\n" ..
"/run SendChatMessage(\"Blinding \" .. UnitName(\"*arena*\"), \"PARTY\")|r"],
order = 5,
width = "full",
multiline = 10,