i can't find a way to send ingame command from addon
something like "/macro book set..."
execute ingame command
Re: execute ingame command
got it :
Code: Select all
local xxx = AshitaCore:GetChatManager():ParseCommand('/echo xxx', 1);
Re: execute ingame command
For addons you should use QueueCommand instead of ParseCommand to prevent race conditions with threading.