I need help making deathrun.

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Pastetas

Member
Apr 10, 2021
1
0
1
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.


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:
Status
Not open for further replies.