Kyorotomametan

PUBG

Jul 10th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. on death of a player:
  2. loop all items in victim's inventory:
  3. add loop-item to {_item::*}
  4. set {_l} to location of victim
  5. set block at {_l} to chest
  6. set {_n} to 0
  7. loop {_item::*}:
  8. set slot {_n} of block at {_l} to loop-value
  9. add 1 to {_n}
Add Comment
Please, Sign In to add comment