#true damage

1 messages · Page 1 of 1 (latest)

somber narwhal
#

help

#

how do i do true damage, if i do
Damage player by 10
and a player has armor it does 2 hearts

static ivy
#

do a very small amount of damage, like 0.1, then set the health of the player to their health - whatever damage

somber narwhal
#

Alr tried

#

Doesnt work

sharp rune
#

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

static ivy
#

I just did it

#

Show what you tried