How do I subtract points from a scoreboard from the NBT tag of an item in Minecraft Java 1.17.1?
I found it out:
I made a dummy scoreboard called prices
I ran /execute store result score #price prices run data ...
and so on with the data.
Then I did /scoreboard players operation @s money -= #price price
and it subtracted just fine!