Rare Spawn
Well-known member
- Joined
- Oct 10, 2022
- RedCents
- 3,282¢
Heres is a macro command I want to convert to Lua.
Already have aliases in the MacroQuest.ini for /leapwar, /leapclr etc etc
[CODE title="MQ command"]
/docommand[/URL] /leap$\{Me.Class.ShortName}
[/CODE]
I suspect its not this easy because Visual Code is complaining bout the \{.
[CODE lang="Lua" title="Suspect Code"]
mq.cmd('/docommand /leap$\{Me.Class.ShortName}')
[/CODE]
Already have aliases in the MacroQuest.ini for /leapwar, /leapclr etc etc
[CODE title="MQ command"]
/docommand[/URL] /leap$\{Me.Class.ShortName}
[/CODE]
I suspect its not this easy because Visual Code is complaining bout the \{.
[CODE lang="Lua" title="Suspect Code"]
mq.cmd('/docommand /leap$\{Me.Class.ShortName}')
[/CODE]

