Solved Damage Indicator

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

thunderpoon

New Member
Feb 9, 2017
6
1
0
on damage:
bind hologram "&c- %{final damage}%" to victim for 1 second offset by 0.4, 0.7, 0.7

when I attack a mob ill do 7 damage to them but the hologram would come up at like - 3.5 , any idea how I would get the exact damage dealt
 
Are you using {final damage} variable? If so, there's something wrong with it.
 
Ah I made the perfect solution!


on damage:
set {finaldamage} to damage * 2
bind hologram "&c- %{finaldamage}%" to victim for 1 second offset by 0.4, 0.7, 0.7
 
  • Like
Reactions: hakeem_j
Status
Not open for further replies.