CREAMPAN0408

Untitled

Jun 3rd, 2019
74
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}, "&4%damage%", 25 ticks)
Add Comment
Please, Sign In to add comment