Advertisement
CREAMPAN0408

Untitled

Jun 7th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function createHolo(l: Location, t: Text, length: Timespan):
  2. create hologram "%{_t}%" at {_l} for {_length}
  3. on damage:
  4. loop blocks in radius 1 around head of victim:
  5. add location of loop-block to {_blocks::*}
  6. set {_bl} to random element of {_blocks::*}
  7. createHolo({_bl}, "&e%damage%", 25 ticks)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement