So I Have This Skript Here...
function createHolo(l: Location, t: Text, length: Timespan):
create hologram "%{_t}%" at {_l} for {_length}
on damage:
loop blocks in radius 1 around head of victim:
add location of loop-block to {_blocks::*}
set {_bl} to random element of {_blocks::*}
createHolo({_bl}, "&c%damage * 2%", 25 ticks)
So This is Supposed To Only Show 1 Hologram But It Show 1 - 4 Holograms?? Can Someone Help??