
Need help! Similar to the AutoButtons 0.8.9d script, I write my own script with a loot search by the ###LUT### flag and after the script has found it, it sends a message to the chat. This is where not exactly a problem arises, but an inconvenience. How it looks: sendChat('', html, { noarchive: true }); It does not remove the empty area from the script. I have this problem only in jumpgate. Similar code in legacy caused the message normally In autobattnos this is how the output works in both cases And the only send chat inside the script is, Line 635: sendChat(scriptName, `${prefix}${msg}`, {noarchive: true}); So the question is, how can I make it work properly?