taiyaki23

Untitled

Jun 30th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. on damage:
  2. if {team.%victim%} is "red":
  3. if {team.%attacker%} is "red":
  4. cancel event
  5. if {team.%attacker%} is "blue":
  6. command "/tp %victim% 118 107 -460"
  7. broadcast "&9%attacker%&rが&c%victim%&rを倒した"
  8. set {team.%victim%} to "none"
  9. set {_redpl} to {_redpl} - 1
  10. if {team.%victim%} is "blue":
  11. if {team.%attacker%} is "blue":
  12. cancel event
  13. if {team.%attacker%} is "red":
  14. command "/tp %victim% 118 107 -460"
  15. broadcast "&c%attacker%が&9%victim%を倒した"
  16. set {_bluepl} to {_bluepl} - 1
Add Comment
Please, Sign In to add comment