Hello im trying to do deathrun but i dont know how to make the buttons, so what im trying to do is every button is the same but does a diffrent thing, here is the skript i made but it doesn't work.
Before forum post:
Did i check the forums: Yes
Did i check the docs: Yes
What other mothods that i tried: I tried making if event-player, if player is in radius 3 around.
Before forum post:
Did i check the forums: Yes
Did i check the docs: Yes
What other mothods that i tried: I tried making if event-player, if player is in radius 3 around.
Code:
on right click on warped button:
if event-block is in radius 3 around {deathrun.1.button.1}:
broadcast "&ctested"
command /dr [<text>] [<text>] [<text>]:
trigger:
if arg-1 is "set_button":
set {deathrun.%arg-2%.button.%arg-3%} to location of player
send "You set the location of %arg-2% %arg-3%" to player
Last edited: