#Damage help
1 messages · Page 1 of 1 (latest)
I wanna make a skript that if a player is hit, take a certain amount of damage off the original damage then damage the original victim by that amount of damage
what
on damage of player:
if attacker is a player:
on damage:
set original damage to {variable1}
set {truedamage} to {variable1} - 3
damage victim by {variable1}
something like that
on damage:
if {truestrength::%victim%} is true:
set original damage to {variable1::%victim%}
set {truedamage::%victim%} to {variable1::%victim%} - 3
damage victim by {truedamage::%victim%}