code:
command /dmg <number>:
trigger:
remove arg-1 from {health::%player%}
wait 1 tick
send action bar "&c%{health::%player%}%&c/&c%{maxhealth::%player%}%&c❤" to player
issue: it doesnt subtract the arguement from my variable
command /dmg <number>:
trigger:
remove arg-1 from {health::%player%}
wait 1 tick
send action bar "&c%{health::%player%}%&c/&c%{maxhealth::%player%}%&c❤" to player
issue: it doesnt subtract the arguement from my variable