Advertisement
fleft17

Untitled

Sep 29th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. on death of player:
  2. #strike lightning effect at the victim
  3. set {_world} to world
  4. loop all players:
  5. loop-player is not in {_world}:
  6. execute console command "/playsound ambient.weather.thunder %loop-player% ~ ~ ~ 1 1 1"
  7.  
  8. # Remove the # before the lightning effect and you don't have to use /feature toggle DeathLightning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement