I'm trying to click TSMCraftNextButton with ProfessionBuddy. I was normally using mouse/keyboard macros program for that, but then it's not possible to do anything else during crafting and thats annoying 
In-game macro "/click TSMCraftNextButton" (it's name is TSMCraft) works.
But none of those 2 PB Custom Actions work properly:
They just grey out crafting button, but don't start the crafting at all.
Any ideas?
EDIT:
In other profile this is working flawlessly:

In-game macro "/click TSMCraftNextButton" (it's name is TSMCraft) works.
But none of those 2 PB Custom Actions work properly:
Code:
Lua.DoString("RunMacro(\"TSMCraft\")");
Lua.DoString("RunMacroText(\"/click TSMCraftNextButton\")");
Any ideas?
EDIT:
In other profile this is working flawlessly:
Code:
Lua.DoString("RunMacroText(\"/click PostalOpenAllButton /run CheckInbox()\")"); Thread.Sleep(5000);
Last edited: