Jump to content

DeathSwap for Skript


SkripsforU

Recommended Posts

This is only doable by 2 players at a time edit it yourself to make 3 or more its easy enough or it should be.

Code:

command /swap <player> <player>:
    trigger:
        set {target player} to arg 1
        set {target player-2} to arg 2
        wait 300 seconds
        broadcast " <dark red>Teleporting in 5"
        wait 1 second
        broadcast "<dark red>4"
        wait 1 second 
        broadcast "<dark red>3"
        wait 1 second
        broadcast "<dark red>2"
        wait 1 second
        broadcast "<dark red>1"
        broadcast "<dark red>Teleporting"
        wait 1 second
        set {loc} to the location at arg 1
        set {loc1} to the location at arg 2
        Teleport arg 1 to {loc1}
        Teleport arg 2 to {loc}

 

Thats all have fun!!!

Link to comment
Share on other sites

Moved to Skript

Please post in the right category next time. 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...