this was supposed to be a button in dialogues.json that allows the player to toggle an ability off and on, but it won't work cause both commands are running in a sequence , any easier way to make it work without having to use a scoreboard?
{
"commands": [
"/tag @initiator[tag=qs1,tag=qstag1] remove qstag1",
"/tag @initiator[tag=qs1,tag=!qstag1] add qstag1"
],
"name": "Telezorp"
}