Page 1 of 1

Hotkey for Instantly Delete Map Tag (without confirmation dialog)

Posted: Thu Jun 26, 2025 8:43 am
by mikehendi
Why:

it has become very easy to one-click spam map tags with pipette tool.

Unfortunately there is no corresponding fast way to delete map tags again.

20 second video showcasing "the pain": https://youtu.be/haUgkLZjSGg

Re: Hotkey for Instantly Delete Map Tag (without confirmation dialog)

Posted: Thu Jun 26, 2025 7:38 pm
by eugenekay
It is theoretically possible to do this with some Lua code: /c game.player.force.find_chart_tags("nauvis"), and then calling the destroy() method on each. I was not able to get the syntax quite right to do this in a single Console Command (I keep getting a "nil value" error); maybe somebody else can give it a try?