#true damage
1 messages · Page 1 of 1 (latest)
how do i do true damage, if i do
Damage player by 10
and a player has armor it does 2 hearts
do a very small amount of damage, like 0.1, then set the health of the player to their health - whatever damage
command /d:
trigger:
if player is online:
set {_trueDamage} to 5
set {_currentHealth} to health of player
set health of player to max(0, {_currentHealth} - {_trueDamage})
#5 = 5 heart