Tp to other player location Which is already set

  • 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.

MylanGold

Member
Jun 22, 2017
2
0
0
so i was hoping to make some command that can tp player to other player location which is already set
i was already make one but
its not working

command /setshop:
permission: skript.shoptp
trigger:
set {shop.%player%} to location of player
message "&byou make a shop &6&lToko"

command /shop [<offlineplayer>]:
permission: skript.shoptp
trigger:
if {shop.%player%} is not set:
message "&6%player% &bdidnt set shop yet &a!"
stop trigger
teleport player to {shop.%player%}

but when i type /shop
that just tp me to my own location / shop
plz help me guys
im newbie
#no_bully_plz :emoji_slight_smile:
 
line 9 should be "if {shop.%arg-1%} is not set:

line 10 should be "message "&6%arg-1% &bdidnt set shop yet &a!"

line 12 should be "teleport player to {shop.%arg-1%} "
 
Status
Not open for further replies.