Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on damage:
- if {team.%victim%} is "red":
- if {team.%attacker%} is "red":
- cancel event
- if {team.%attacker%} is "blue":
- command "/tp %victim% 118 107 -460"
- broadcast "&9%attacker%&rが&c%victim%&rを倒した"
- set {team.%victim%} to "none"
- set {_redpl} to {_redpl} - 1
- if {team.%victim%} is "blue":
- if {team.%attacker%} is "blue":
- cancel event
- if {team.%attacker%} is "red":
- command "/tp %victim% 118 107 -460"
- broadcast "&c%attacker%が&9%victim%を倒した"
- set {_bluepl} to {_bluepl} - 1
Add Comment
Please, Sign In to add comment